Raise code size bound due to spurious array reconstruction #494
Annotations
10 warnings
build:
../../../.julia/packages/Documenter/Bs999/src/utilities/utilities.jl#L46
failed to run `@example` block in src/tutorials/creating_a_shader.md:321-325
```@example creating_a_shader
using About: about
about(ComputeData)
```
exception =
The following 1 direct dependency failed to precompile:
About
Failed to precompile About [69d22d85-9f48-4c46-bbbe-7ad8341ff72a] to "/home/runner/.julia/compiled/v1.11/About/jl_qJCrhF".
ERROR: LoadError: ArgumentError: Wrong number of arguments to named tuple constructor.
Stacktrace:
[1] @NamedTuple{region::UnitRange{Int64}, label::Symbol, value}(args::Tuple{UnitRange{Int64}, Pair{Symbol, Any}})
@ Base ./namedtuple.jl:117
[2] convert(::Type{@NamedTuple{region::UnitRange{Int64}, label::Symbol, value}}, t::Tuple{UnitRange{Int64}, Pair{Symbol, Any}})
@ Base ./namedtuple.jl:182
[3] setindex!(A::Memory{@NamedTuple{region::UnitRange{Int64}, label::Symbol, value}}, x::Tuple{UnitRange{Int64}, Pair{Symbol, Any}}, i1::Int64)
@ Base ./genericmemory.jl:243
[4] unsafe_copyto!(dest::Memory{@NamedTuple{region::UnitRange{Int64}, label::Symbol, value}}, doffs::Int64, src::Memory{Tuple{UnitRange{Int64}, Pair{Symbol, Any}}}, soffs::Int64, n::Int64)
@ Base ./genericmemory.jl:153
[5] unsafe_copyto!
@ ./genericmemory.jl:133 [inlined]
[6] _copyto_impl!
@ ./array.jl:308 [inlined]
[7] copyto!
@ ./array.jl:294 [inlined]
[8] copyto!
@ ./array.jl:319 [inlined]
[9] copyto_axcheck!
@ ./abstractarray.jl:1167 [inlined]
[10] Array
@ ./array.jl:626 [inlined]
[11] AnnotatedString
@ ./strings/annotated.jl:104 [inlined]
[12] highlight(str::String, ast::JuliaSyntax.GreenNode{JuliaSyntax.SyntaxHead})
@ JuliaSyntaxHighlighting ~/.julia/packages/JuliaSyntaxHighlighting/Vm3KU/src/JuliaSyntaxHighlighting.jl:397
[13] highlight
@ ~/.julia/packages/JuliaSyntaxHighlighting/Vm3KU/src/JuliaSyntaxHighlighting.jl:389 [inlined]
[14] typestr
@ ~/.julia/packages/About/WUpvh/src/types.jl:88 [inlined]
[15] map(f::About.var"#typestr#15", t::Tuple{DataType, DataType})
@ Base ./tuple.jl:356
[16] supertypeinfo(io::Base.DevNull, type::Type)
@ About ~/.julia/packages/About/WUpvh/src/types.jl:89
[17] about(io::Base.DevNull, type::Type)
@ About ~/.julia/packages/About/WUpvh/src/types.jl:62
[18] macro expansion
@ ~/.julia/packages/
|
|
|
|
|
|
|
|
|
|