Skip to content
  • mevenson@1c010e3e-69d0-11dd-93a8-456734b0d56f's avatar
    Enable ASDF to load from jar files again for #181. · 8fc258a7
    Unsure if we need to somehow change the semantics of how
    MERGE-PATHNAMES works in the presence of JAR-PATHNAMES.  Currently, we
    have the following behavior:
    
    CL-USER> (merge-pathnames "/home/evenson/work/abcl/dist/abcl-contrib.jar" #p"jar:file:/foo/bar.jar!/fee/")
    #P"jar:file:/foo/bar.jar!/home/evenson/work/abcl/dist/abcl-contrib.jar"
    
    Should we "break" ANSI here, so that if we have a defaulted DEVICE, we
    also keep the defaulted DIRECTORY?  Unfortunately, I think this will
    break some common cases of dealing with relative directories inside a
    JAR-PATHNAME.  Need to consider this with email to both
    @armedbear-develop and @asdf-develop.
    8fc258a7