Cygwin: Fallback to the existing setup-x86_64.exe if its upgrade failed to be fetched#6482
Merged
kit-ty-kate merged 2 commits intoocaml:masterfrom May 2, 2025
Merged
Conversation
d50bf6d to
54068c3
Compare
rjbou
requested changes
Apr 29, 2025
54068c3 to
26a2af5
Compare
rjbou
approved these changes
May 2, 2025
Collaborator
rjbou
left a comment
There was a problem hiding this comment.
Some suggestion, but absolutely not mandatory.
Thanks!
Comment on lines
+285
to
+286
| Printexc.raise_with_backtrace exn backtrace | ||
| ) |
Collaborator
There was a problem hiding this comment.
Suggested change
| Printexc.raise_with_backtrace exn backtrace | |
| ) | |
| Printexc.raise_with_backtrace exn backtrace) |
| ## Opamfile | ||
|
|
||
| ## External dependencies | ||
| * Cygwin: Fallback to the existing `setup-x86_64.exe` if its upgrade failed to be fetched [#6482 @kit-ty-kate - fix #6495, partial fix #6474] |
Collaborator
There was a problem hiding this comment.
Suggested change
| * Cygwin: Fallback to the existing `setup-x86_64.exe` if its upgrade failed to be fetched [#6482 @kit-ty-kate - fix #6495, partial fix #6474] | |
| * Cygwin: Fallback to the existing `setup-x86_64.exe` if its upgrade failed to be fetched (sha & exe) [#6482 @kit-ty-kate - fix #6495, partial fix #6474] |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Partially f.i.x.e.s #6474
Fix #6495