Re: [racket-users] Tilde expansion requirement breaks XDG compliance

2021-06-25 Thread Matthew Flatt
Thanks! I've pushed a change based on your explanation. I was able to confirm that it made the `XDG_CONFIG_HOME` environment take effect when it previously did not, at least. At Fri, 25 Jun 2021 15:44:53 -0700 (PDT), pastel raschke wrote: > Racket seems to insist on using ~/.racket as its special

[racket-users] Tilde expansion requirement breaks XDG compliance

2021-06-25 Thread pastel raschke
Racket seems to insist on using ~/.racket as its special place, despite the apparent fix that added XDG compliance. This happens even when I have racket folders neatly set up in all my xdg dirs, and clear ~/.racket* every time. Stepping through in a debugger, I found the problem was at line 203