Open hackaugusto opened 8 months ago
@bitwalker I think you're working on the VM's compiler, so I won't try to fix this.
This is actually one of the things I've fixed haha
@bitwalker great to know :) will save me a lot of time in the future. Thanks!
@bitwalker one thing that I forgot. Can we also get the original span? As in, original source file, lineno, and col?
The call instructions currently only carry the procedure id, and not its name. This makes the error messages very cryptic, for situations like the following:
The error message will be something like:
It should give the
wrong_name
instead.