Anjali Pal
Anjali Pal
In all other versions of craft, the blocks highlight as they are executed. In Aquatic, however, the most-recently-selected block stays highlighted throughout runtime and the executing blocks do not highlight....
Loops in Minecraft Designer are executed after all other code, regardless of where the loop appears in the program. Examples:  Expected: Turn...
Repro in Minecraft Designer:  Expected: Turn left, attack, move forward Observed: Turn left, move forward, attack
1. Add `panic!` if `run_rule_lifting` doesn't find rules 2. Restructure the trig recipe so that each phase is self-contained. I think it's easier to tell what's in each workload if...
See https://github.com/uwplse/ruler/pull/160 for context. With just -1, 0, and 1 in the cvecs, this will crash: With additional constants added, it works. My guess is there is a bug in...