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.
1 parent 0c953ca commit 82af61aCopy full SHA for 82af61a
src/precompiles.jl
@@ -16,10 +16,5 @@
16
bare_responses = BareResponses(response_type, [1], [zero(concrete_type)])
17
end
18
Response{ResponseTypeT <: ResponseType, ConcreteResponseTypeT}
19
- # all calls in this block will be precompiled, regardless of whether
20
- # they belong to your package or not (on Julia 1.8 and higher)
21
- d = Dict(MyType(1) => list)
22
- x = get(d, MyType(2), nothing)
23
- last(d[MyType(1)])
24
25
0 commit comments