-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
oasis 0.4.7 #7281
oasis 0.4.7 #7281
Conversation
✅ All lint checks passed 68001f1
✅ Installability check (5400 → 5401)
|
This commit breaks dozens of opam build instructions, because OASISFormat 0.2 and 0.1 are not longer supported. |
Kind of expected (unfortunately). First: Now I think OPAM packages should be fixed because I will not continue to support 0.1 and 0.2 forever.
@fdopen can you list precisely the packages that need to be fixed and add a link to the "weather channel" to check everything is ok ? |
Also the test dependencies are incorrect:
|
See #7292 for a fix |
The nocrypto problem is a bug: look like the propagation of the of the I have no tests covering this case. Can you open a bug on the forge to report that ? (so that you'll get a You can quickly fix it, in the meantime, by adding a constraint like (oasis Reporting this kind of bug will be extremely useful to me, because I can Regards Le mer. 24 août 2016 à 23:36, Thomas Gazagnaire notifications@github.com
|
I have done a short review of the various packages that were broken with 0.4.7: E: file "_oasis", line 13, characters 0-3: extraneous blanks at the beginning of the line E: OASIS format version '0.2' is not supported. E: OASIS format version '0.1' is not supported. I need to go through all of the build logs to check all possible bugs, but it seems that most of the bugs are related to the new parser rather than dropping support for OASISFormat 0.1 and 0.2. My plan:
|
I went through the full list on: Here are the list of errors:
I plan to submit a patch to make them conflict with oasis 0.4.7, that will make them buildable. |
See #7308 for a fix. |
No description provided.