-
Notifications
You must be signed in to change notification settings - Fork 22
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
Add yank or register(.., force=true) options #15
Comments
I was looking for functionality like this today in a private registry I use. There I had accidentally registered a package with incorrect arguments to I eventually resolved it by pushing a new version, so no big deal.. But this would've been convenient. |
Totally agree, forcing a registration, even of different content for the same version, would really be convenient for private registries! Any plans for that, or would such a PR be accepted? @GunnarFarneback |
This would be a handy feature. Please let me describe my (intended) use case. TL;DR: I would like to re-register I am still quite uncertain about how I should develop Julia research codes. My employer requires a certain level of code review before any code is published. This means that essentially all code is first developed on an internal GitLab. Usually, I have two repositories per research project: one library and another project using that library. Both are intended to be published eventually, but I would prefer to not reveal/include the URL to the internal repository in, e.g., the
The first option does not reveal any internal URL, but it is quite brittle in that it requires the user (or anyone trying to reproduce my computations) to repeat the same process, and that it requires me to properly document which version of the library I had used at any point in time ... and I wouldn't trust me myself. The The second option properly documents the version of the library, but it reveals the internal URL inside One solution would be to be liberal with release candidates A downside of this approach would be that the user still has to As usual, I feel like I am overthinking this. How would you approach my problem? I am currently the only one developing with Julia in my group. If you have been reading this far, thank you. Making things more difficult, it is not possible to |
Unless I'm missing something, you can just register multiple versions (like |
Not functionality to be advised generally, but it would be nice to add the ability to yank a release, or force re-register the current version
The text was updated successfully, but these errors were encountered: