privacy-scaling-explorations / chiquito

DSL for Halo2 circuits
https://docs.pecadorplonkish.xyz/
188 stars 39 forks source link

Expose debug symbol start and end for the language server #289

Closed alxkzmn closed 2 months ago

alxkzmn commented 3 months ago

We have accidentally made the start and end of debug symbol private, so here's a fix for the language server. Also had to update the halo2 to the latest version because the language server didn't want to compile (there was a missing bound on a variable generic inside the halo2 middleware Expression, not sure why Chiquito itself compiled successfully).