We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
mapreduce
1 parent 5f94859 commit 6888606Copy full SHA for 6888606
test/trimming/trimmability.jl
@@ -24,9 +24,11 @@ function @main(args::Vector{String})::Cint
24
println(Core.stdout, PROGRAM_FILE)
25
foreach(x->println(Core.stdout, x), args)
26
27
- # test map/mapreduce; should work but relies on inlining and other optimizations
28
- # test that you can dispatch to some number of concrete cases
29
- println(Core.stdout, sum_areas(Shape[Circle(1), Square(2)]))
+ # broken on 1.12
+ #
+ # # test map/mapreduce; should work but relies on inlining and other optimizations
30
+ # # test that you can dispatch to some number of concrete cases
31
+ # println(Core.stdout, sum_areas(Shape[Circle(1), Square(2)]))
32
33
arr = rand(10)
34
sorted_arr = sort(arr)
0 commit comments