Actions: nim-lang/Nim
Actions
4,082 workflow runs
4,082 workflow runs
result
is used, don't use void context
issue comments bisects
#4338:
Issue comment #24406 (comment)
created
by
metagn
offsetOf
compilation error in a static context inside a procedure
issue comments bisects
#4331:
Issue comment #17693 (comment)
created
by
metagn
type Foo[T: static] = object
doesn't work; type Foo[T] = object
is buggy when instantiated with static generic arg
issue comments bisects
#4324:
Issue comment #13529 (comment)
created
by
metagn
$type(myarray.high)
shows range 0..3(int)
instead of int
issue comments bisects
#4323:
Issue comment #13796 (comment)
created
by
metagn
_
is treated differently as a parameter name (than as a variable name)
issue comments bisects
#4320:
Issue comment #12999 (comment)
created
by
metagn
$
to a typed
param of a macro yields a single nnkSym instead of a nnkClosedSymChoice
issue comments bisects
#4319:
Issue comment #12831 (comment)
created
by
metagn