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

Merge release/1.15@1.15.1 #15422

Merged
merged 12 commits into from
Feb 6, 2025

Conversation

straight-shoota
Copy link
Member

Alternative approach with conflicts resolved ahead of time (#15414 (comment)).

This branch needs to be merged as a fast-forward only!

Resolves #15414

straight-shoota and others added 11 commits January 17, 2025 10:07
…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]>
Updates `distribution-scripts` dependency to crystal-lang/distribution-scripts@1ee31a4

This includes the following changes:

* crystal-lang/distribution-scripts#350
…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.
@straight-shoota straight-shoota added this to the 1.16.0 milestone Feb 6, 2025
@straight-shoota
Copy link
Member Author

I'll just merge this right away before it goes out of sync with master again 😅

@straight-shoota straight-shoota merged commit 89aa014 into crystal-lang:master Feb 6, 2025
60 checks passed
@straight-shoota straight-shoota deleted the merge/1.15.1 branch February 6, 2025 10:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants