Nim icon indicating copy to clipboard operation
Nim copied to clipboard

test opening scope for each `when nimvm` branch

Open metagn opened this issue 1 year ago • 1 comments
trafficstars

fixes #23687, fixes #23688, refs #13450

metagn avatar Oct 14 '24 12:10 metagn

Every case caught in package CI seems correctly failing. Things like this were already not possible but this is maybe still slightly annoying:

when nimvm:
  let a = 123
else:
  let a = 456

metagn avatar Oct 14 '24 13:10 metagn