-
-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Document index breaking change (git+https)
- Loading branch information
Showing
2 changed files
with
6 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule ada-toml
updated
10 files
+1 −1 | run-tests.py | |
+26 −63 | src/toml-generic_parse.adb | |
+34 −93 | src/toml.adb | |
+18 −47 | src/toml.ads | |
+0 −1 | tests/error-eof/input.toml | |
+0 −2 | tests/error-eof/test.yaml | |
+0 −24 | tests/locations/example.toml | |
+0 −48 | tests/locations/main.adb | |
+0 −54 | tests/locations/test.out | |
+0 −1 | tests/locations/test.yaml |
685f1f3
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.
Was the
ada-toml
revert intentional, @mosteo? The submodule no longer uses the same version as the pin inalire.toml
.Sorry for not anticipating that #1736 would be a breaking change to the index; I'll open a PR to change
Alire.URI.Make_VCS_Explicit
to always add agit+
, even if there is a.git
suffix, so thatalr publish
produces backwards-compatible manifests.685f1f3
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.
Nope, not intentional. I thought I only had edited the README! That's what happens for getting cocky and not going through a PR...
Yes, I think it's better if we keep on generating backwards-compatible manifests, this will save us some headaches.
685f1f3
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.
BTW I'll fix the ada_toml issue.