stevehalliwell / ulox

A bytecode interpreted scripting language for games in Unity.
MIT License
24 stars 0 forks source link

Merge frozen-init into main: Simplify MakeInstance vm logic #224

Closed stevehalliwell closed 9 months ago

stevehalliwell commented 9 months ago

Instances are now frozen before entering init, their fields defaulting to null before it is run. Init auto assign of matching var names is now sugar rather than a vm feature.

Remember to Add/Update the:

coveralls commented 9 months ago

Coverage Status

coverage: 88.476% (-0.2%) from 88.626% when pulling 68b38b702798d7d90223a4ab0101fe54c2c4f606 on frozen-init into 991357689417784123fbdf3df91a827b830c42af on main.