Hacker News new | ask | show | jobs
by elcritch 929 days ago
Nim 2.0 changed the default to treating style mismatches as warnings.

E.g. it's something to check but not an error. You can easily set a config to make them an error or ignore them.

1 comments

Cool, that definitely sounds like a welcome improvement.