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
For some reason, the internal Flatbuf module defines a function called
`Type`. On Julia 1.12, defining a new function by defining methods is
insufficient to distinguish it from defining new constructor methods for
a visible type of the same name. It's now necessary to forward-declare
the function to ensure it takes precedence over the other visible
binding. Without doing so, `Base.Type` is extended in Flatbuf instead.
0 commit comments