Alexander Varga

Results 2 issues of Alexander Varga

### Problem The bindings generated by `tree-sitter-cli` give this error: ```rs 49 | .set_language(super::language()) | ------------ ^^^^^^^^^^^^^^^^^ expected `&Language`, found `Language` | | | arguments to this method are incorrect...

bug

Instead of `Update` both reading and writing from `TrailMap`, it now reads from `DiffusedTrailMap` and writes to `TrailMap`. This seems to avoid concurrency issues because it fixes https://github.com/SebLague/Slime-Simulation/issues/2 (at least...