pali
pali
I feel like this might or might not fix #235, who knows. But considering that the linked issue makes gitreports.com pretty much unusable and still hasn't been resolved this probably...
Some examples:   
Test case (in practice generated by a macro that can't use whitespace so has to resort to `{ }`): ``` switch(prob(50)) if(0) { world.log
Seems like the location of an expression in a switch-style if is actually offset to point to the next if. This leads to a bit of confusion with #302
-Teleporter Computer sends the scan signal to the correct telepad if the target telepad is changed. -If you get frozen in an ice cube, someone loads that cube in an...
Running e.g. `cargo criterion -Zfoo -Zbar` will result in cargo being invoked as `cargo bench [...] -Z foo bar`. The workaround is to call `cargo criterion -Zfoo -Z-Z -Zbar`. Seems...
Bump cast to 0.3 and criterion-plot to 0.6 (cast is a dependency of criterion-plot). The reasoning is that the currently used cast version depends on an outdated version of the...