I’m trying to use the cover library. But after doing raco pkg install cover and installing all dependencies I get Unrecognized command: cover . Is this a known issue and does anyone know of a fix, please?
Just tried raco pkg install cover
raco cover on version 7.5 and there it works fine.
Yes, I did that. On my version I had to do an additional raco setup cover . I think that’s due to a compilation failure from one of my experimental packages. The problem is probably on my side.
Anyways, solved! Thanks :slightly_smiling_face:
Does anyone know of any research to add something like Java annotations or Rust attributes to Racket (or some other Lisp like language)?
I believe the Racket way of representing annotations would be to store the information in submodules. For the concrete annotations, I think, only @Documented has a Racket counterpart.
re syntax coloring: are you expecting the \| to be hyperlinked to rash’s \|, but it’s not?