haxscramper / hpprint

Generic configurable pretty-printer with partial auto-layout. Correctly handles unicode text and ANSI escape codes in text.
6 stars 0 forks source link

Compiling with `-panics:on` fails #1

Closed SolitudeSF closed 3 years ago

SolitudeSF commented 3 years ago

pprint 1 fails with hmisc-0.9.13/hmisc/algo/hstring_algo.nim(93, 6) Error: 'len' can have side effects

haxscramper commented 3 years ago

Should be fixed on latest version - I corrected version requirements, so it should update to include fixes to hmisc

SolitudeSF commented 3 years ago

now fails with hnimast-0.3.10/hnimast.nim(141, 6) Error: 'expectKind' can have side effects works after updating hnimast manually