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

Disable specs for StaticArray#sort_by on broken targets #11359

Conversation

straight-shoota
Copy link
Member

The #sort_by and #sort_by! methods are broken on aarch64-linux-musl and aarch64-darwin (#11358), so we temporarily disable them.

The `#sort_by` and `#sort_by!` methods are broken on aarch64-linux-musl and
aarch64-darwin, so we temporarily disable them.
@straight-shoota straight-shoota added kind:bug A bug in the code. Does not apply to documentation, specs, etc. topic:compiler:codegen labels Oct 24, 2021
spec/std/static_array_spec.cr Outdated Show resolved Hide resolved
@straight-shoota straight-shoota added this to the 1.3.0 milestone Oct 25, 2021
@straight-shoota straight-shoota merged commit 2f7a0c2 into crystal-lang:master Oct 25, 2021
@straight-shoota straight-shoota deleted the fix/static_array-sort-disable-specs branch October 25, 2021 19:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind:bug A bug in the code. Does not apply to documentation, specs, etc. topic:compiler:codegen
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants