diff options
| author | Eric Joldasov <bratishkaerik@landless-city.net> | 2025-05-25 22:33:59 +0500 |
|---|---|---|
| committer | Sam James <sam@gentoo.org> | 2025-05-31 22:09:07 +0100 |
| commit | 1a0597224c55e1f820e924dd34db0d9c8e0b8cf1 (patch) | |
| tree | e447dac6e569911238ddd8e111d11faaecab7334 /dev-lang/zig/files/zig-0.14.1-skip-test-heap_sort.patch | |
| parent | c7f0478ce0c8592103670f2ebb5aa479ba81dc15 (diff) | |
| download | gentoo-1a0597224c55e1f820e924dd34db0d9c8e0b8cf1.tar.gz gentoo-1a0597224c55e1f820e924dd34db0d9c8e0b8cf1.tar.bz2 gentoo-1a0597224c55e1f820e924dd34db0d9c8e0b8cf1.zip | |
dev-lang/zig: add 0.14.1
Also removed old notice about standard library documentation and
restructuted filter logic for test step arguments.
Signed-off-by: Eric Joldasov <bratishkaerik@landless-city.net>
Part-of: https://github.com/gentoo/gentoo/pull/42374
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lang/zig/files/zig-0.14.1-skip-test-heap_sort.patch')
| -rw-r--r-- | dev-lang/zig/files/zig-0.14.1-skip-test-heap_sort.patch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-lang/zig/files/zig-0.14.1-skip-test-heap_sort.patch b/dev-lang/zig/files/zig-0.14.1-skip-test-heap_sort.patch new file mode 100644 index 000000000000..50905709337a --- /dev/null +++ b/dev-lang/zig/files/zig-0.14.1-skip-test-heap_sort.patch @@ -0,0 +1,20 @@ +From: Eric Joldasov <bratishkaerik@landless-city.net> + +Skip heap sort test in std.sort due to test failure on native target. +The failure is specific to 0.14 branch and does not reproduce on master. + +Signed-off-by: Eric Joldasov <bratishkaerik@landless-city.net> + +diff --git a/lib/std/sort.zig b/lib/std/sort.zig +index 8705d24017..984f14c905 100644 +--- a/lib/std/sort.zig ++++ b/lib/std/sort.zig +@@ -155,7 +155,7 @@ const sort_funcs = &[_]fn (comptime type, anytype, anytype, comptime anytype) vo + block, + pdq, + insertion, +- heap, ++ // heap, + }; + + const context_sort_funcs = &[_]fn (usize, usize, anytype) void{ |
