- Hamilton, ON
- https://reedmullanix.com
-
PhD student at McMaster University working on proof assistants
-
Joined on
2026年04月20日
I suspect this might have something to do with 1lab/mikan#129, which caches the text of each source module. We currently only evict the cache in cmd_load', but token...
I've got a reproducer up at https://codeberg.org/totbwf/mikan/src/branch/fix-issue-146. Looks like the problem is that agda2-highlight-tokens is using a stale version of the file for some reason.
make test
Yeah, that seems like a good idea to me!
make test
I can confirm that plan is to work towards a makefile-free future. Currently, all the tests do run and pass under cabal test, so these makefile targets are no longer needed. I'd be inclined to...
agda2-program-name cannot be set as a directory-local variable and cannot be influenced by global minor modes
Right now, CI will skip over all of the emacs tests, as we don't have emacs inside of the flake. I don't know if we want to include emacs in the flake though; perhaps a separate CI pipeline...