Piotr Idzik
Piotr Idzik
Please make sure to update your branch (cf. #789) - otherwise the CI will fail.
@dlesnoff: when `nim-version` is set to `stable` (i.e. its [default value](https://github.com/jiro4989/setup-nim-action/blob/9bf991d1d73ca3b46766c6cb6d2ff5872b1b47b1/action.yml#L11)), then the [`download_url`](https://github.com/jiro4989/setup-nim-action/blob/9bf991d1d73ca3b46766c6cb6d2ff5872b1b47b1/install_nim.sh#L118) becomes `https://nim-lang.org/download/nim-stable-linux_x64.tar.xz`, which does not lead to an existing file.
@dependabot recreate
@dependabot recreate
@dependabot recreate
The address sanitizer still reports several memory leaks. You can see it on your own by adding `-fsanitize=address` to: https://github.com/ujjwall-R/Dree/blob/d0303ee957a841cf222f1b6e3f33a834c7b7bb48/Makefile#L4 Remember to run `make clean`. From what I see, all...
> Why cant this be done for multi param constructors? What is _implicit conversion_? Please have a look at this example: ```cpp struct S { int val_a; int val_b; S(int...
Ups. Sorry. Probably I was waiting for the CI to finish and then I forgot about it.
> Hello, > > I might need help with this pull request, especially `cargo clippy --all -- -D warnings`. > > Surely I am not supposed to fix the 500+...
> Your PR includes unnecessary whitespace and formatting changes, you should remove those @MilanJa: Thanks for spotting that. Please have a look - it is fixed now.