1
0
mirror of https://github.com/janet-lang/janet synced 2026-05-30 09:12:15 +00:00
Commit Graph

2 Commits

Author SHA1 Message Date
Calvin Rose ddc7cc5ae4 Warn on unused bindings (strict lint).
This does create a lot of warnings, especially in the test suite, but
should improve code and point out real issues.

To disable individual messages, either disable linting, add the metadata :unused to a
binding, or add the prefix "_" to a symbol.
2026-01-10 07:59:11 -06:00
Calvin Rose 02fc4ae27b Allow seeding RNG with a byte sequence. 2019-11-21 22:53:39 -06:00