You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Darklua already uses some repositories that have unit tests to test commands and re-run unit tests to make sure the transformations did not change any expected behavior.
Additionally, darklua could include a set of tests that only run commands on Lua/Luau source code, and then run a linter like selene to make sure the code still makes sense. It is less precise than running a repository with unit tests, but it is still valuable as it would extend the amount of Lua code processed.
The wally index is a good place to discover new repos.
The text was updated successfully, but these errors were encountered:
Darklua already uses some repositories that have unit tests to test commands and re-run unit tests to make sure the transformations did not change any expected behavior.
Additionally, darklua could include a set of tests that only run commands on Lua/Luau source code, and then run a linter like selene to make sure the code still makes sense. It is less precise than running a repository with unit tests, but it is still valuable as it would extend the amount of Lua code processed.
The wally index is a good place to discover new repos.
The text was updated successfully, but these errors were encountered: