-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Change "mutable?" to something else ("const"?) and fix covariance/invariance #518
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
Comments
Assigning to first release so that it gets cleaned up before anyone relies on it in current state. |
Actually I'm not sure about this; I can't figure out what the deref semantics need to be. I think |
See issue #856. We should at least fix covariance/invariance for |
The variance of |
With the variance issue fixed can we punt on mutable? for 0.1? |
mutable? is now const |
Add missing MSG_PEEK definition for Solaris Fixes rust-lang#517
Clarify what access struct updates do
* Continue to fix loop * Move antimalloc * Begin shadow loop remat * Building * Functioning * Restore deref * Partial fix * Fixes * Rewrite overwrite memory infrastructure * Working * Fix format * Fix build bug * Fix analysis bug * cleanup
AIUI the general consensus was that we should implement a mutable "slot" type. This is basically equivalent to an interior record with one mutable field. This allows us to remove the
mutable?
botch.The text was updated successfully, but these errors were encountered: