1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-06-26 15:13:21 +00:00
CC-Tweaked/src/main
Lupus590 44062ebd52
Allow lua REPL to warn about using local variables (#367)
`local varname = value` results in `varname` being inaccessible in
the next REPL input. This is often unintended and can lead to confusing
behaviour. We produce a warning when this occurs.
2020-05-08 16:07:33 +01:00
..
java/dan200/computercraft Add a monitor renderer using TBOs (#443) 2020-05-05 13:05:23 +01:00
resources Allow lua REPL to warn about using local variables (#367) 2020-05-08 16:07:33 +01:00