Skip to content
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

Use parse_spec_no_baseline with :/ for all 2.47.* on CI #1774

Merged
merged 1 commit into from
Jan 18, 2025

Conversation

EliahKagan
Copy link
Member

@EliahKagan EliahKagan commented Jan 17, 2025

The bug in Git that causes #1622 has been fixed since 2.48.0 and does not affect any versions prior to 2.47, but the fix is not backported to subsequent 2.47.* point releases. In particular, 2.47.2 has been released, with backported security fixes, but it does not have a backported fix for this non-security bug.

This builds on #1635 and #1719 by updating the range of Git versions where we skip the affected baseline checks on CI (for platforms this affects on our CI) from (2, 47, 0)..(2, 47, 2) to (2, 47, 0)..(2, 48, 0), i.e., with the exclusive upper bound changed from 2.47.2 to the correct value of 2.48.0. This also revises the comments accordingly.

For further details, see #1622 (comment). This change is item (1) there.

The bug in Git that causes GitoxideLabs#1622 has been fixed since 2.48.0 and
does not affect any versions prior to 2.47, but the fix is not
backported to subsequent 2.47.* point releases. In particular,
2.47.2 has been released, with backported security fixes, but it
does not have backported fixes for this non-security bug.

This builds on GitoxideLabs#1635 and GitoxideLabs#1719 by updating the range of Git
versions where we skip the affected baseline checks on CI (for
platforms this affects on our CI) from `(2, 47, 0)..(2, 47, 2)` to
`(2, 47, 0)..(2, 48, 0)`, i.e., with the exclusive upper bound
changed from 2.47.2 to the correct value of 2.48.0. This also
revises the comments accordingly.

For further details, see:
GitoxideLabs#1622 (comment)
(This change is item (1) there.)
@EliahKagan EliahKagan changed the title Use parse_spec_no_baseline with :/ for all 2.47.* on CI Use parse_spec_no_baseline with :/ for all 2.47.* on CI Jan 17, 2025
@Byron
Copy link
Member

Byron commented Jan 18, 2025

Thanks a lot for taking such good care of this and following up. The sequence of actions in #1622 (comment) seems reasonable as well.

@Byron Byron merged commit 90e08f1 into GitoxideLabs:main Jan 18, 2025
19 checks passed
@EliahKagan EliahKagan deleted the complex-graph-no-baseline-next branch January 18, 2025 18:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants