Convert "reassignment of immutable local" and "mutable borrow of immutable local" from a hard error to a deny-by-default lint #3742 em-tg wants to merge 10 commits into rust-lang:master from em-tg:emy +252 −0 Conversation 65 Commits 10 Checks 0 Files changed 1 Conversation em-tg ...
This tagging differentiates how numbers are stored.SMIsreside directly in theScriptContext. Larger numbers or those with decimal parts are stored indirectly as immutableHeapNumberobjects on the heap (a 64-bit double), with theScriptContextholding a compressed pointer to them. This approach efficiently...
Central in MST (mobx-state-tree) is the concept of a living tree. The tree consists of mutable, but strictly protected objects enriched with runtime type information. In other words, each tree has a shape (type information) and state (data). From this living tree, immutable, structurally ...
Fixed typo ("mutable" -> "immutable") 536c00d markerikson commented Feb 14, 2020 Yeah, I'm not yet understanding what the actual "trigger a re-render" condition is here. Is it when the root version changes, or based on comparisons of the return value from getSnapshot, or any time...