-
-
Notifications
You must be signed in to change notification settings - Fork 271
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
script to generate a project file #1133
Conversation
- generated by script from JuliaLang/Pkg.jl#1133
|
||
project = Dict( | ||
"name" => name, | ||
"uuid" => uuid(name), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If the package is in General, could one add a "version"
field and set it to the most recently-registered version?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sigh. I really didn't want to have to look at the registry at all for this, but I guess...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there a technical reason to avoid it, or something else?
Anyway, if your comment was meant to indicate that you intended to address this, it didn't seem to make it into the final version.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, I figured I'd do it in a separate PR. No reason to block merging this since it's an additional feature. This script is going to improve over time as people use it and provide feedback, which is another reason not to do all the project files at once. Better to get feedback incrementally as people register new versions.
bors r+ |
1 similar comment
bors r+ |
1133: script to generate a project file r=fredrikekre a=StefanKarpinski Co-authored-by: Stefan Karpinski <[email protected]>
- generated by script from JuliaLang/Pkg.jl#1133
No description provided.