P. Ruetz (ed0d734b) at 25 Jan 12:07
Merge branch 'master' of https://gitlab.com/eql/lqml
... and 1 more commit
P. Ruetz (de933d02) at 21 Jan 04:35
Merge branch 'feature/update-sokoban-android-build' into 'master'
... and 1 more commit
While chasing a weird Android crash in the app I'm working on I wanted to check whether Sokoban crashed as well and found out it needed updating.
(The crash in my app was due to the latest Quicklisp dist update from 2026-01-01, so I pinned my packages to the previous QL dist version: 2025-06-22.)
While chasing a weird Android crash in the app I'm working on I wanted to check whether Sokoban crashed as well and found out it needed updating.
(The crash in my app was due to the latest Quicklisp dist update from 2026-01-01, so I pinned my packages to the previous QL dist version: 2025-06-22.)
P. Ruetz (0656c013) at 19 Nov 14:25
update docu regarding Qt6
P. Ruetz (6865b0ac) at 27 Oct 09:33
revision
Ok, after copy the version.lisp-expr file and compiling the example, it is working.
So, I agree we can close the issue.
So, I have now solved the problem with mgl-pax, please see:
mgl-pax.asd to the assets; this avoids the error "system mgl-pax not found"version.lisp-expr from mgl-pax sources to the assets (because it would complain at runtime about this file missing)This makes it obsolete to put an older version of mgl-pax under quicklisp local-projects/.
I think we can close this issue now.
P. Ruetz (dc8b2e01) at 25 Oct 08:17
revision of example 'clog-demo' (regarding :mgl-pax 2025)
P. Ruetz (ebe127d7) at 23 Oct 19:36
revisions
P. Ruetz (54492a81) at 20 Oct 08:21
revision
P. Ruetz (b2c8323c) at 20 Oct 08:05
revision
P. Ruetz (15b3de79) at 19 Oct 16:59
revision
P. Ruetz (f26bfce7) at 19 Oct 09:37
revision
P. Ruetz (502799eb) at 19 Oct 09:17
revision of example 'debug-ui'
Just one last message (if you're interested in how I found out so quickly):
I made the debug-ui a small asdf project called lqml-debug and put it under quicklisp/local-projects. Then I put lqml-debug as the first dependency in the clog-demo-debug app.
This way the debug dialog gets loaded before any other dependency, and it showed me instantly that the offending asdf system was mgl-pax.
Here the versions I used: