Firestar99

Results 39 comments of Firestar99

Maybe related? https://github.com/plnice/can-i-drop-jetifier/issues/11

```hs if c=="-" then :a=1 :b=42 $ end :a=0 ``` As already described in the opening comment the dollar here does nothing. ``` if c=="-" then :a=1 :b=42 end $...

Feel free to take your time, this is just something I've noticed and don't even have a usecase for it currently :D

Full thread dump: [ThreadDump.txt](https://github.com/stokito/IdeaJol/files/6607765/ThreadDump.txt)

Because I wanted to download a Modpack with KUbuntu too and it didn't work, I took a look into the code trying to find the error. And found it, it's...

> The number of preallocated sets is configurable for this reason: you're supposed to set it to 1 for bindless Even if you were to do that, it'll still allocate...

I'm using CLion on Linux, which by default *I think* sets the cwd to the build directory of cmake for all launch configurations. For now I've just set them all...

I've successfully used mesh shaders generated by this branch in a small demo: I had a workgroup size of 1 with each invocation processing a single triangle and was able...

While porting, I've noticed that `rustc_codegen_spirv::spirv_type_constraints::instruction_signatures(Op)` somehow seems to validate a lot of SPIR-V Ops on their input and output types, and that `spirv/grammar/autogen_table.rs` seems to also contain a giant...

Basically ready to merge, apart from `LiteralFloat` still being a `todo!`. If it's essentially unused, should it just be replaced with some kind of error message, and done with it?