-
Notifications
You must be signed in to change notification settings - Fork 130
GIT TAG v0.7.1 is broken #468
Copy link
Copy link
Closed
Description
According to the release notes:
- ryml 0.7.1 is released (thanks)
- release 0.7.1 contains the fix for issue Parser regression in 0.7.0 #455 (more thanks)
- as a side comment, the PR for the fix is fix parsing of val-less nested maps when deindented to maps #461 instead of 460 as documented in the release notes.
However, cloning from tag v0.7.1 and building from source still shows the bug.
By inspecting closely the git history, it turns out:
- The fix is not present in git tag v0.7.1
- The fix is present in branch master
- The tag itself, v0.7.1, does not exist in the git log for branch master, while v0.7.0 is there
- The git tag v0.7.1 points ... elsewhere ?
This URL:
displays:
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Not even sure how this can happen with git or github.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels