Rafael Bachmann
Rafael Bachmann
For reference, "Even better TOML" exists and does not have this issue as it supports toml 1.0.
For reference, this is the output file generated by running `gradient-rs --list-presets`: [presets.txt](https://github.com/MichalGniadek/klask/files/9585601/presets.txt)
So, it seems this issue is resolved now? That would be very nice! Regardless, I'll do some more testing on the weekend when I have some time :)
I have again installed version 2.0.3, with which I had originally observed this issue. However, now I fail to reproduce it. Perhaps, clang and valgrind versions play a role? The...
Since https://github.com/rust-lang/rust-clippy/issues/6902 has been closed, I suppose we can close this one as well :) right?
This is what `cargo udeps` does, can this issue be closed?
> This issue is fixed after #1176 merges. In particular [this binaryen upgrade](https://github.com/rustwasm/wasm-pack/pull/1136) fixed the sigsegv. > > Until that PR merges, you an use this command to get the...
I can't reproduce the segfault at all as of now. Not even with the command line from my previous comment. That's concerning. Note, whichever version I use (via `curl`, via...
I just observed the issue again, with wasm-pack 0.10.3. I then installed from this repo main branch manually, and this time it worked, on version 0.11.1.
1.77-nightly is rather bleeding edge as of now, I don't think its available yet on CI. I'd say this can wait until then?