Here is our fourth patch release for the latest stable (1.6) version of Nim — 1.6.8!
Read more: https://nim-lang.org/blog/2022/09/27/version-168-released.html
Thanks to the maintainers for this release !
Is there a roadmap somewhere of what is coming for the next minor/major Nim release ?
Have a nice day :)
I just upgraded the FreeBSD port, and I'm surprised that I now get pages of hints, such as the following: Hint: 'object_parent' should be: 'objectParent' [Name]
This is plainly wrong, as I intended this name to be precisely as it is and strikes me as being somewhat opinionated. Is there some reasoning behind this change? I can't seem to find any documentation about it.
I tried disabling this behavior with --styleCheck:off but it did not work. Is that normal?
This is really annoying because it applies to code that is not "yours" (i.e. to code that you import from external packages).
I'm surprised that I now get pages of hints, such as the following: Hint: 'object_parent' should be: 'objectParent' [Name]