Make FunctionInfo
immutable
#489
Labels
area:compiler
Related to code compilation or type checking
good-first-issue
An issue considered simple enough for new contributors
kind:refactor
Internal changes not affecting the compiler behavior
status:help-wanted
Open for contributors
The current form of
Cesium.CodeGen.Contexts.Meta.FunctionInfo
is confusing: it is an immutable record struct, but with several mutable fields.Let's make it fully immutable.
While we are at it, remove
TODO[#489]
from the code.The text was updated successfully, but these errors were encountered: