mirror of
https://gitlab.com/eql/lqml.git
synced 2025-12-06 02:30:38 -08:00
add hack to make 'unzip' work on iOS
This commit is contained in:
parent
ac9d2ebf07
commit
5644bded34
3 changed files with 26 additions and 2 deletions
|
|
@ -66,3 +66,11 @@ Windows note
|
|||
|
||||
The Windows version is only meant to run on the desktop, using the (free) MSVC
|
||||
compiler. Please see [readme-windows](readme-windows.md) for details.
|
||||
|
||||
|
||||
Known issues
|
||||
------------
|
||||
|
||||
* on **iOS**, functions `read-sequence`, `read-char` etc. don't update
|
||||
`file-position` (ECL bug?); for a workaround see hack
|
||||
[here](examples/cl-repl/lisp/upload-download.lisp)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue