raoul.schorer
2021-5-30 13:07:59

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?


soegaard2
2021-5-30 13:13:14

Just tried raco pkg install cover raco cover on version 7.5 and there it works fine.


raoul.schorer
2021-5-30 13:14:58

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.


raoul.schorer
2021-5-30 13:15:10

Anyways, solved! Thanks :slightly_smiling_face:


samdphillips
2021-5-30 16:58:54

Does anyone know of any research to add something like Java annotations or Rust attributes to Racket (or some other Lisp like language)?


soegaard2
2021-5-30 19:18:12

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.


blachance
2021-5-31 01:27:31

re syntax coloring: are you expecting the \| to be hyperlinked to rash’s \|, but it’s not?