-
Notifications
You must be signed in to change notification settings - Fork 372
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Additional export/import capabilities #2211
Comments
Related to #1520 |
Somewhat related, I would like to be able to move an entire switch from one compiler to another. More precisely, I created several switches with "opam switch -A 4.02.1", and now that 4.02.2 is out, I want to migrate them all to 4.02.2. |
Supporting a way to |
Good idea, but note that you can already shorten this to
that won't work if you want interactive mode though, but in that case, bash version
should be ok |
Now that compilers became packages this no longer works:
I certainly do not want to relax the switch invariant since this will result in having in 4.12 in my 4.14 switch. What's the expected workflow nowadays ? |
The workflow didn't change (and shouldn't). It's a regression that need to be fixed. Can you open a separate issue for it? |
I would like the ability to import
Basically, I want to move from one version of ocaml to another and have globally the same root packages (and pins, and repo) but let the precise dependency handling free (so that packages that are ocaml-version senstive works, like camlp4).
I know you can do awk magic, but I think it should be in opam directly. Maybe as an
opam migrate
tool ?The text was updated successfully, but these errors were encountered: