Manlio Perillo

Results 73 comments of Manlio Perillo

I would like to add some tests. Should I add them to `test/cli.zig`?

For @r00ster91: I don't why I don't see your comment here (maybe you deleted it?). I used the link http://www.brynosaurus.com/cachedir/ instead of the actual link after a redirect (https://bford.info/cachedir/) because...

On Linux the CI scripts fail with `unimplemented`. I'm not sure if this is related to this changeset.

The error from the CI is ``` [15/21] Running zig1.wasm to produce /home/ci/actions-runner1/_work/zig/zig/build-new/compiler_rt.c FAILED: compiler_rt.c cd /home/ci/actions-runner1/_work/zig/zig && /home/ci/actions-runner1/_work/zig/zig/build-new/zig1 /home/ci/actions-runner1/_work/zig/zig/lib build-obj lib/compiler_rt.zig -ofmt=c -OReleaseSmall --name compiler_rt -femit-bin="/home/ci/actions-runner1/_work/zig/zig/build-new/compiler_rt.c" --mod build_options::/home/ci/actions-runner1/_work/zig/zig/build-new/config.zig --deps...

> Do you have examples of tools that use `CACHEDIR.TAG`? this is the first I've heard of it. Restic and fontconfig supports it. I also opened an issue for rsync.

What about adding `CACHEDIR.TAG` to the `zig-out` directory, too?

> Unfortunately, that's actually a pretty big topic. > > This is pretty much all the official documentation has to say about strings - it makes _creating_ them easy: >...

> This tool found a different commit than what I've found using `git bisect` as explained in #336 The cause of the difference could be the `--date-order` option.

> We might also want to change `// zig fmt` to just `// fmt`. What about being explicit (like with `doc_comment` and `container_doc_comment`) and add a new `pi_comment` token (where...

@Vexu The code works with `0.12.0-dev.2341+92211135`.