eql activity https://gitlab.com/eql 2026-01-25T12:07:45Z tag:gitlab.com,2026-01-25:5030570218 P. Ruetz pushed to project branch master at eql / LQML 2026-01-25T12:07:45Z polos P. Ruetz [email protected]

P. Ruetz (ed0d734b) at 25 Jan 12:07

Merge branch 'master' of https://gitlab.com/eql/lqml

... and 1 more commit

tag:gitlab.com,2026-01-21:5016033164 P. Ruetz pushed to project branch master at eql / LQML 2026-01-21T04:35:10Z polos P. Ruetz [email protected]

P. Ruetz (de933d02) at 21 Jan 04:35

Merge branch 'feature/update-sokoban-android-build' into 'master'

... and 1 more commit

tag:gitlab.com,2026-01-21:5016033152 P. Ruetz accepted merge request !3: Update Sokoban Android Docker build for Qt 5.15.17. at eql / LQML 2026-01-21T04:35:10Z polos P. Ruetz [email protected]

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

tag:gitlab.com,2026-01-05:4963498052 aerique opened merge request !3: Update Sokoban Android Docker build for Qt 5.15.17. at eql / LQML 2026-01-05T20:13:35Z aerique aerique

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

tag:gitlab.com,2025-11-19:4828899042 P. Ruetz pushed to project branch master at eql / LQML 2025-11-19T14:25:43Z polos P. Ruetz [email protected]

P. Ruetz (0656c013) at 19 Nov 14:25

update docu regarding Qt6

tag:gitlab.com,2025-10-27:4749561615 P. Ruetz pushed to project branch master at eql / LQML 2025-10-27T09:33:04Z polos P. Ruetz [email protected]

P. Ruetz (6865b0ac) at 27 Oct 09:33

revision

tag:gitlab.com,2025-10-25:4746796483 P. Ruetz closed issue #14: compile clog-demo for android at eql / LQML 2025-10-25T16:44:56Z polos P. Ruetz [email protected] tag:gitlab.com,2025-10-25:4746739667 José Ronquillo Rivera commented on issue #14 at eql / LQML 2025-10-25T15:54:33Z josrr José Ronquillo Rivera

Ok, after copy the version.lisp-expr file and compiling the example, it is working.

So, I agree we can close the issue.

tag:gitlab.com,2025-10-25:4746300271 P. Ruetz commented on issue #14 at eql / LQML 2025-10-25T08:22:54Z polos P. Ruetz [email protected]

So, I have now solved the problem with mgl-pax, please see:

commit (mgl-pax)

  • first I added a trivial mgl-pax.asd to the assets; this avoids the error "system mgl-pax not found"
  • next I also added file 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.

tag:gitlab.com,2025-10-25:4746297352 P. Ruetz pushed to project branch master at eql / LQML 2025-10-25T08:17:25Z polos P. Ruetz [email protected]

P. Ruetz (dc8b2e01) at 25 Oct 08:17

revision of example 'clog-demo' (regarding :mgl-pax 2025)

tag:gitlab.com,2025-10-23:4741565187 P. Ruetz pushed to project branch master at eql / LQML 2025-10-23T19:36:26Z polos P. Ruetz [email protected]

P. Ruetz (ebe127d7) at 23 Oct 19:36

revisions

tag:gitlab.com,2025-10-20:4727446553 P. Ruetz pushed to project branch master at eql / LQML 2025-10-20T08:21:39Z polos P. Ruetz [email protected]

P. Ruetz (54492a81) at 20 Oct 08:21

revision

tag:gitlab.com,2025-10-20:4727382077 P. Ruetz pushed to project branch master at eql / LQML 2025-10-20T08:05:01Z polos P. Ruetz [email protected]

P. Ruetz (b2c8323c) at 20 Oct 08:05

revision

tag:gitlab.com,2025-10-19:4726280638 P. Ruetz pushed to project branch master at eql / LQML 2025-10-19T16:59:10Z polos P. Ruetz [email protected]

P. Ruetz (15b3de79) at 19 Oct 16:59

revision

tag:gitlab.com,2025-10-19:4725889477 P. Ruetz pushed to project branch master at eql / LQML 2025-10-19T09:37:30Z polos P. Ruetz [email protected]

P. Ruetz (f26bfce7) at 19 Oct 09:37

revision

tag:gitlab.com,2025-10-19:4725868056 P. Ruetz pushed to project branch master at eql / LQML 2025-10-19T09:17:03Z polos P. Ruetz [email protected]

P. Ruetz (502799eb) at 19 Oct 09:17

revision of example 'debug-ui'

tag:gitlab.com,2025-10-18:4725451868 José Ronquillo Rivera commented on issue #14 at eql / LQML 2025-10-18T23:40:09Z josrr José Ronquillo Rivera

Very useful. debug

tag:gitlab.com,2025-10-18:4725437435 P. Ruetz commented on issue #14 at eql / LQML 2025-10-18T23:06:45Z polos P. Ruetz [email protected]

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:

clog-demo-debug.tgz

lqml-debug.tgz

tag:gitlab.com,2025-10-18:4725426433 José Ronquillo Rivera commented on issue #14 at eql / LQML 2025-10-18T22:48:05Z josrr José Ronquillo Rivera

Awesome, thanks. It is running.

clog-demo.debug