-
Notifications
You must be signed in to change notification settings - Fork 132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docs command: Fix how we get package names #1065
Comments
As mentioned in #1063:
That command is being implemented in #1069, so I'll mark this as blocked until that gets merged |
This is unblocked now: when we generate the index we can write to disk the result of |
I think the next steps would be:
Quite some steps, perhaps it's not small? Additionally
|
This was coming from the perspective of "we have to match things in a folder and hope they are right". But now we can get the list of packages with A few pointers:
|
Spun off from this conversation: https://github.com/purescript/spago/pull/1063/files#r1352609435
Here's what the docs html page looks like:
There's a few issues, we'd like to address:
(1) Instead of throwing all the workspace modules under the heading
<local package>
, we ought to be able to use the actual package names for each package in the current workspace. They could still live in a separate section at the top of the page(2) We don't need to clutter the view with version numbers.
(3) We'd like to make the implementation more robust than it is at the moment. Right now it's just directory matching on
.spago/packages
.The text was updated successfully, but these errors were encountered: