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
We should probably try and do this review and cleanup sooner than later to ensure Mangrove's bootstrap compiler isn't going to wind up with subtle correctness issues because of it
Within the
fd_t
type both_length
andeof
are markedmutable
and then used inconst
expressions which change their value.This should be corrected by removing the
mutable
marking from them and then also removing theconst
from the methods which assign to them.I've not checked to see if this is also a problem in other parts but a through check would be ideal.
The text was updated successfully, but these errors were encountered: