Files
Nim/tests/converter
metagn 97a6f42b56 fix generic converter subtype match regression (#25015)
fixes #25014

`implicitConv` tries to instantiate the supertype to convert to,
previously the bindings of `m` was shared with the bindings of the
converter but now an isolated match `convMatch` holds the bindings, so
`convMatch` is now used in the call to `implicitConv` instead of `m` so
that its bindings are used when instantiating the supertype.
2025-06-25 21:42:26 +08:00
..
2020-10-30 09:57:02 +01:00
2018-11-26 09:51:13 +01:00
2021-01-11 10:09:38 +01:00