You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I know CCBlade doesn't use Julia nightly builds for testing, but I recently ran into this and thought I'd bring it up. The error doesn't occur with any of the stable Julia builds—I checked 1.9.4 and 1.10.0 today.
The text was updated successfully, but these errors were encountered:
When I try to create eg a vector of
Section
structs with nightly builds of Julia, like this:I get an error that appears to be related to the convenience functions used to access individual fields of a
Vector{<:Section}
:CCBlade.jl/src/CCBlade.jl
Line 90 in 50ba0be
If I remove that function, then the error goes away:
I know CCBlade doesn't use Julia nightly builds for testing, but I recently ran into this and thought I'd bring it up. The error doesn't occur with any of the stable Julia builds—I checked 1.9.4 and 1.10.0 today.
The text was updated successfully, but these errors were encountered: