ringabout

Results 102 issues of ringabout

https://github.com/fragcolor-xyz/fragments => https://github.com/sinkingsugar/fragments https://github.com/fragcolor-xyz/nimline => https://github.com/sinkingsugar/nimline

contribution friendly

update examples like gin web framework

in progress
high priority

- the compiler keeps bootstrapping with `-d:nimPreviewSlimSystem` - the `std/dollars` uses new float algorithm when `-d:nimPreviewSlimSystem` is enabled, otherwise you can still switch them on/off by `nimPreviewFloatRoundtrip`

inspired by https://github.com/nim-lang/Nim/pull/12378 default fields for object - [x] result - [x] object variant the addition compared to https://github.com/nim-lang/Nim/pull/12378 - [x] var - [x] omit type for default fields -...

Work in progress

`shallow` doesn't work for ARC/ORC. ```nim proc shallow*[T](s: var seq[T]) {.noSideEffect, inline.} = ## Marks a sequence `s` as `shallow`:idx:. Subsequent assignments will not ## perform deep copies of `s`....

Ref https://github.com/nim-lang/Nim/pull/19380 After this PR, timezones in important packages should be able to enable stricteffects

v2

The ubuntu-18.04 environment is deprecated, consider switching to ubuntu-20.04(ubuntu-latest), or ubuntu-22.04 instead. For more details see https://github.com/actions/virtual-environments/issues/6002

Too many echo statements in the results of megatests, which is hard to debug and reason with. It helps https://github.com/nim-lang/Nim/pull/19972 Imo lots of echo are unnecessary and has some substitutes:...

nimble uses some global pragmas which don't work well with ORC. Either we fix the ORC bug or remove global pragmas from the nimble repo. The PR tests whether the...