-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Merge release/1.15
@1.15.1
#15422
Merged
straight-shoota
merged 12 commits into
crystal-lang:master
from
straight-shoota:merge/1.15.1
Feb 6, 2025
Merged
Merge release/1.15
@1.15.1
#15422
straight-shoota
merged 12 commits into
crystal-lang:master
from
straight-shoota:merge/1.15.1
Feb 6, 2025
Conversation
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
Co-authored-by: Julien Portalier <[email protected]>
…l-lang#15380) The abstract method refers to the non existing `Index` type. Weirdly the compiler won't complain until someone defines an `Index` type. Resolves crystal-lang#15357 (cherry picked from commit 5a245d9) Co-authored-by: Johannes Müller <[email protected]>
) (cherry picked from commit 2b544f1) Co-authored-by: Billy.Zheng <[email protected]>
The gc_none interface doesn't define the `sig_suspend` nor `sig_resume` class methods. The program should still compile but commit 57017f6 improperly checks for the method existence, and the methods are always required and compilation fails. (cherry picked from commit 0fbdcc9) Co-authored-by: Julien Portalier <[email protected]>
(cherry picked from commit 659cf25) Co-authored-by: Johannes Müller <[email protected]>
(cherry picked from commit 2697a0f)
Updates `distribution-scripts` dependency to crystal-lang/distribution-scripts@1ee31a4 This includes the following changes: * crystal-lang/distribution-scripts#350
…tal-lang#15394) This is to detect issues like crystal-lang/distribution-scripts#330 directly in the build process.
…al-lang#15393) With `directory_listing: false` the handler returns 404 Not Found when requesting a directory with the trailing slash (`/foo/`). But, if the trailing slash is missing (`/foo`), it redirects to `/foo/` with a 302 Found response. This leaks information about the existence of directories and can lead to redirect loops if a reverse proxy tries to remove trailing slashes. Co-authored-by: Julien Portalier <[email protected]>
Adds support for the automated backport workflow added in crystal-lang#15372.
294d28d
to
89aa014
Compare
ysbaddaden
approved these changes
Feb 6, 2025
I'll just merge this right away before it goes out of sync with master again 😅 |
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.
Alternative approach with conflicts resolved ahead of time (#15414 (comment)).
This branch needs to be merged as a fast-forward only!
Resolves #15414