ee7

Results 97 comments of ee7

The archive has been replaced with a working one (see https://api.github.com/repos/nim-lang/nightlies/releases/36527859 and Ctrl+f for `updated_at`). @alaviss Do we know why the archive was broken? Can we add a check to...

Is it possible/sensible to add a step/job that downloads the archives and checks that they extract without error? Or that they match an expected hash?

I'm setting this as draft while we discuss, to signal to maintainers that this must not be merged as-is. Before merging, we'd need to at least: 1. Alter `bin/run-tests` so...

Thanks. I'll try to look at this in the next day or two.

I agree the acronym is unfortunate. The fact that it has already been a distraction in this RFC shows that it is likely to continue to be a distraction. Is...

@jelemux Cool. I had a very quick look - it looks promising. Are you happy with the test coverage for the implemented features? > It implements all the recommended normalizations...

> ### Simple pattern matching > The syntax `of Branch as x` can be used to unpack the sum type to `x`. > > ```nim > proc traverse(n: ref Node)...

The CI failure in this PR is the same as [the CI failure on master](https://github.com/NimParsers/parsetoml/actions/runs/3812605633/jobs/6485898573#step:8:53): ``` 2022-12-31T14:59:54.9119663Z 101586 lines; 4.555s; 137.285MiB peakmem; proj: /home/runner/work/parsetoml/parsetoml/decoder/decoder.nim; out: /home/runner/work/parsetoml/parsetoml/decoder/decoder [SuccessX] 2022-12-31T14:59:55.1963762Z go: downloading...

@PMunch [says](https://irclogs.nim-lang.org/07-03-2023.html#14:25:07): > Pretty neat when you find a fairly large project like this and don't recognize any of the contributors :) That project is the reason for this PR,...

Some actions that we might be able to adapt: - https://github.com/lycheeverse/lychee-action - https://github.com/JustinBeckwith/linkinator-action