Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
  • rtoy's avatar
    c2cdcb87
    extract-name-type-and-version: · c2cdcb87
    rtoy authored
    o Leave some debugging prints in, but commented out.
    o In the last case for EXPLICIT-VERSION, when looking for digits
      surrounded by ~'s, return version NIL if we don't find just digits.
      #p"foo.*" was returning version :newest.  I think we really want
      :version nil.
    
    unparse-unix-enough:
    o If the pathname has no directory, it's relative to the defaults.
      Returning NIL is probably as good as returning '(:RELATIVE), and
      results in a shorter namestring.
    c2cdcb87
    History
    extract-name-type-and-version:
    rtoy authored
    o Leave some debugging prints in, but commented out.
    o In the last case for EXPLICIT-VERSION, when looking for digits
      surrounded by ~'s, return version NIL if we don't find just digits.
      #p"foo.*" was returning version :newest.  I think we really want
      :version nil.
    
    unparse-unix-enough:
    o If the pathname has no directory, it's relative to the defaults.
      Returning NIL is probably as good as returning '(:RELATIVE), and
      results in a shorter namestring.