summary refs log tree commit diff stats
path: root/tests/sets/thugeset.nim
Commit message (Collapse)AuthorAgeFilesLines
* warn on set types bigger than max size, default to 0..255 for int literals ↵metagn2023-04-171-0/+10
(#21659) * test implicitly huge set types refs https://github.com/nim-lang/RFCs/issues/298 * oh my god * boot at least * don't error, fix remaining issues, no 2 len arrays * fix runnable example * test assuming 0..255 for int literal * test refactor, add changelog, test