[asdf-devel] ASDF 2.016.2

Daniel Herring dherring at tentpost.com
Mon Jun 13 04:37:24 UTC 2011


On Sun, 12 Jun 2011, Faré wrote:

> I think the feature is working, but I forgot to make it clear
> that this interpretation of strings as posix namestrings
> only applies in the DSL used by
> the source-registry and output-translation layers.
> The DSL is NOT used by the *central-registry*.
> If you want to use POSIX-namestrings in the *central-registry*,
> you need to explicitly call asdf::probe-posix, as in
>
> (push (asdf::probe-posix "/Users/binghe/Lisp/usocket/branches/0.5.x/")
>      asdf:*central-registry*)

Couldn't he also use
(push #P"/Users/binghe/Lisp/usocket/branches/0.5.x/"
   asdf:*central-registry*)
?

- Daniel


More information about the asdf-devel mailing list