stevehalliwell / ulox

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

Merge auto-fields-in-methods into main: Remove need for this on class vars #225

Closed stevehalliwell closed 9 months ago

stevehalliwell commented 9 months ago

Since moving to entirely frozen classes, we can now remove the need for this when accessing a field on the instance in a method.

Remember to Add/Update the:

github-actions[bot] commented 9 months ago

Coverage Status

coverage: 88.469% (-0.007%) from 88.476% when pulling 2795fcf6f998d6219cd16957b105ac748d98b0aa on auto-fields-in-methods into cb62014a05c0f86815e226857ec9cb322da74e88 on main.