Changeset 377

Show
Ignore:
Timestamp:
09/19/08 12:40:14 (4 months ago)
Author:
sergey.kol..@gmail.com
Message:

Sergey Kolos:

  • gzip-stream didn't work on both windows and linux, so removing it.
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • update-site/jasko.tim.lisp.libs/libs/lib-testing.log

    r376 r377  
    11============== I tested with sbcl 1.0.19 on WinXP. 
    2  
    3  
    4 ---- archive_0.7.0 - Doesn't work 
    5 - compiled 
    6 - doesn't works. How to test: 
    7 1) Repl: (in-package :archive) 
    8 2) Create folder: c:\temp\lib-testing\archive. 
    9 3) Create two files 1.txt, 2.txt 
    10 4) Repl: (create-tar-file "c:/temp/lib-testing/arch.tar"  
    11     '("c:/temp/lib-testing/archive/1.txt" "c:/temp/lib-testing/archive/2.txt")) 
    12 5) Archive c:\temp\lib-testing\arch.tar is created (readable by winrar) 
    13 6) However, trying to unpack with (extract-files-from-archive "c:/temp/lib-testing/arch.tar") 
    14 drops into debugger with  
    15  
    16 There is no primary method for the generic function 
    17   #<STANDARD-GENERIC-FUNCTION READ-ENTRY-FROM-ARCHIVE (5)> 
    18 when called with arguments 
    19   ("c:/temp/lib-testing/arch.tar"). 
    202 
    213