nim-lang / Nim

Nim is a statically typed compiled systems programming language. It combines successful concepts from mature languages like Python, Ada and Modula. Its design focuses on efficiency, expressiveness, and elegance (in that order of priority).
https://nim-lang.org
Other
16.47k stars 1.47k forks source link

Hash generic objects so destructors are generated for their generic p… #23682

Closed beef331 closed 3 months ago

beef331 commented 3 months ago

…arameters

Would fix: #22479

Presently this does not generate the correct code in C/JS

beef331 commented 3 months ago

Seems to be the right path, but I cannot resolve the side errors this causes.