-
Notifications
You must be signed in to change notification settings - Fork 491
Change SimpleNonlinearSolve.jl URL #127810
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
Conversation
This is a bit of an operation. This old repo has the v1. We need to change the repo in order to do the backport release, then we swap it back. SciML/SimpleNonlinearSolve.jl#2 (comment)
S/SimpleNonlinearSolve/Package.toml
Outdated
@@ -1,4 +1,4 @@ | |||
name = "SimpleNonlinearSolve" | |||
uuid = "727e6d20-b764-4bd8-a329-72de5adea6c7" | |||
repo = "https://github.com/SciML/NonlinearSolve.jl.git" | |||
repo = "https://github.com/SciML/SimpleNonlinearSolve.jl.git" | |||
subdir = "lib/SimpleNonlinearSolve" |
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.
How does this work? I don't see this directory in the new repo
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.
There is no subdir in the old one. So is this good now? Do this, do the patch, and then revert?
The CI says its fine and @giordano took a look and didn't think it was too crazy, so I'll give it a try. |
This reverts commit 9c03be9.
Round 2 of #127810 since it needs another patch. Since it's the same backport method as before which was already discussed and approved, I'll just go ahead with the same procedure: do the URL change, do the version bump, and then revert the URL change.
Round 2 of #127810 since it needs another patch. Since it's the same backport method as before which was already discussed and approved, I'll just go ahead with the same procedure: do the URL change, do the version bump, and then revert the URL change.
This is a bit of an operation. This old repo has the v1. We need to change the repo in order to do the backport release, then we swap it back. SciML/SimpleNonlinearSolve.jl#2 (comment)