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
Ensure that all exported methods are included in the manual, so that
we can enable strict=true, which ensures that doctests pass.
Update doctests to latest Julia version.
Some fields of internal structures (such as types) should be immutable. Currently, one can do this:
Then,
a.x
returns a random value, and after a call togc()
it crashes the REPL.The
getfield
function should prevent this, I think. On the other hand, thetypes
field cannot be mutated.The text was updated successfully, but these errors were encountered: