Files
Nim/tests/macros
metagn dc3ffb6a71 consider calling convention and iterator in getType for procs (#24181)
fixes #19010

`getType` for proc types generated an `nkProcTy` for iterator types
instead of `nkIteratorTy`, and didn't generate a calling convention
pragma unless it was in the proc AST. Iterator types now generate
`nkIteratorTy`, and a calling convention pragma is added if the calling
convention isn't `closure` or was explicitly provided.
2024-09-27 11:11:21 +02:00
..
2021-04-02 11:56:30 +02:00
2020-10-30 15:53:45 +01:00
2023-04-11 09:37:53 +02:00
2023-12-15 07:48:34 +01:00
2024-09-27 06:11:21 +02:00
2020-09-16 21:37:23 +02:00
2019-11-06 14:35:45 +01:00
2020-07-14 16:44:56 +02:00