ringabout

Results 102 issues of ringabout

https://github.com/dom96/httpbeast/commit/29e5807d4b37243b20cbb45bcb2886168ac87f83 https://github.com/dom96/httpbeast/commit/37764735f009691ac3c7bff08c149c5474417639

help wanted

Hello, `shallowCopy` has been removed for ARC/ORC since it does a deep copy with ARC/ORC → https://github.com/nim-lang/Nim/pull/20070 https://github.com/nitely/nim-strunicode/blob/02bdbb027d3fe339a5fe64668fe5da10ddf14ffc/src/strunicode.nim#L39 creates a view of `Unicode`. I cannot think of a good alternative...

https://github.com/xomachine/NESM/blob/master/nesm/enums.nim checks whether an integer can be converted to a valid enum by comparing the stringifying of the enum with "(invalid data!)". However, ARC/ORC changes its behavior. Instantiating invalid enums...

Targets are not changes, which means the C binary is actually tested for JS backend

fixes #12340 more test cases pending https://github.com/nim-lang/Nim/pull/23359

fixes #20232 ```nim import benchy template `^^`(s, i: untyped): untyped = (when i is BackwardsIndex: s.len - int(i) else: int(i)) proc assign1*[T, U: Ordinal](s: var string, x: HSlice[T, U], b:...

stale

fixes #20846 fixes #21427 (enabling `--warningAsError:CopyHookForRefc` for projects)

stale