| 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"). |
|---|