laurent.orseau
2022-2-7 16:23:17

Oh, raco pkg show -l reports : define2 #f (link "/home/laurent/.local/share/Prog/Racket/define2") but this is not the correct directory! It’s a mix between /home/laurent/.local/share and ~/Prog/Racket/define2.


laurent.orseau
2022-2-7 17:22:22

Aha, it looks like it’s the file pkgs/pkgs.rktd that’s contains the wrong links (and not links.rktd). I think I now remember moving ~/.racket to ~/usr/share/racket or something, so the fault is entirely on me. Apologies for the noise—I should be able to fix the links myself.


niko
2022-2-7 23:43:38

So— I’m playing with redex some more and I feel like I’m going crazy! Why won’t <https://github.com/nikomatsakis/patina/blob/d2d1c475d52c78cac6a547d506125492766bafcb/src/ty/grammar.rkt#L102-L104|this pattern> match? The pattern is just a identifier-not-otherwise-mentioned


niko
2022-2-7 23:44:00

omg, it’s variable not otherwise mentioned