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.22k stars 1.46k forks source link

trying to fix 23755 #23760

Open Graveflo opened 3 days ago

Graveflo commented 3 days ago

23755

mratsim commented 2 days ago

We should add both test cases you mentioned in https://github.com/nim-lang/Nim/issues/23755#issuecomment-2187859094. If it's intentional because you will address the first one later, carry on.

Graveflo commented 2 days ago

We should add both test cases you mentioned in https://github.com/nim-lang/Nim/issues/23755#issuecomment-2187859094. If it's intentional because you will address the first one later, carry on.

Yea I don't have a lot of time to work on this. Im just just leaving it here drafted as I make progress. Plus, the CI gets effed up every time I try to run it locally and my my repos so I use that here sometimes.