-
-
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
#15414
Merge release/1.15
@1.15.1
#15414
Conversation
Co-authored-by: Julien Portalier <julien@portalier.com>
(cherry picked from commit 2b544f1) Co-authored-by: Billy.Zheng <vil963@gmail.com>
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 <julien@portalier.com>
(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
This is to detect issues like crystal-lang/distribution-scripts#330 directly in the build process.
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 <julien@portalier.com>
Adds support for the automated backport workflow added in #15372.
There are conflicts to solve. |
Yeah but we want to merge this with a merge commit to join the two histories in git. And I don't think it's possible to resolve the conflicts ahead of time without altering the base branch (and we don't want to merge I suppose an alternative would be to split a merge branch off |
Documens the process of crystal-lang/crystal#15422, described in crystal-lang/crystal#15414 (comment)
No description provided.