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

add nested getindex to precompile #271

Merged
merged 1 commit into from
Sep 21, 2023
Merged

Commits on Sep 21, 2023

  1. add nested getindex to precompile

    The top level getindex is `get(obj::JSON3.Object{Vector{UInt8}, Vector{UInt64}}, key)`, but a nested getindex will be using a subarray so it needs different compilation.  `get(obj::JSON3.Object{Vector{UInt8}, SubArray{UInt64, 1, Vector{UInt64}, Tuple{UnitRange{Int64}}, true}}, key`
    oscardssmith authored Sep 21, 2023
    Configuration menu
    Copy the full SHA
    e11e475 View commit details
    Browse the repository at this point in the history