Files
Nim/tests/metatype
ringabout df27b427af fixes #24378; supportsCopyMem can fail from macro context with tuples (#24383)
fixes #24378

```nim
type Win = typeof(`body`)
doAssert not supportsCopyMem((int, Win))
```

`semAfterMacroCall` doesn't skip the children aliases types in the tuple
typedesc construction while the normal program seem to skip the aliases
types somewhere

`(int, Win)` is kept as `(int, alias string)` instead of expected `(int,
string)`

(cherry picked from commit 5e56f0a356)
2025-01-14 07:52:42 +01:00
..
2019-05-05 08:26:22 +02:00
2021-06-02 13:13:23 +02:00
2017-06-20 11:29:42 +02:00
2018-12-11 21:23:21 +01:00
2020-05-03 00:12:52 +02:00
2022-09-23 13:05:05 +02:00
2022-09-23 13:05:05 +02:00
2019-11-06 14:35:45 +01:00