[racket-dev] Tool warnings from raco

2013-07-09 Thread Asumu Takikawa
Hi all, I've suddenly started getting odd warnings from `raco` on git HEAD. Any idea what's going on? warning: tool make registered twice: make and #path:/home/asumu/plt/racket-pkg/racket/lib/../../pkgs/compiler-lib/compiler/commands warning: tool exe registered twice: exe and

Re: [racket-dev] Tool warnings from raco

2013-07-09 Thread Matthew Flatt
I changed `raco setup' to use relative paths for the info-domain cache, but not to prune away the old absolute paths. For now, you can delete racket/lib/info-cache.rktd, and I'll work on a repair to `raco setup'. At Tue, 9 Jul 2013 11:55:36 -0400, Asumu Takikawa wrote: Hi all, I've suddenly

[racket-dev] Bash Completion Broken?

2013-07-09 Thread Vincent St-Amour
Bash completion for raco setup (in pkgs/plt-services/meta/contrib/completion/racket-completion.bash) is currently broken. It only completes collects that are in the core. I haven't tried it, but I suspect that zsh completion is similarly broken. To find collects to complete, the script looks for

Re: [racket-dev] Bash Completion Broken?

2013-07-09 Thread Matthew Flatt
At Tue, 09 Jul 2013 12:23:56 -0400, Vincent St-Amour wrote: Bash completion for raco setup (in pkgs/plt-services/meta/contrib/completion/racket-completion.bash) is currently broken. It only completes collects that are in the core. I haven't tried it, but I suspect that zsh completion is