Daniel Kochmański dk_jackdaniel
dk_jackdaniel pushed to master at McCLIM/McCLIM 2026年05月18日 10:47:53 +02:00
da7297d89a Merge pull request 'dynamic-tab-header' (#1511) from joserr/McCLIM:dynamic-tab-header into master
c3ca394c29 tab-layout: the compose-space method especialized in tab-bar-pane now
1a51552423 tab-layout: the default-display-tab-header function now calculates the
24b638cbd8 tab-layout: the button-polygon function now accepts a fourth
183ae52a22 tab-layout: add the header-height slot to the tab-page class to store
Compare 5 commits »
dk_jackdaniel merged pull request McCLIM/McCLIM#1511 2026年05月18日 10:47:53 +02:00
dynamic-tab-header
dk_jackdaniel commented on pull request McCLIM/McCLIM#1511 2026年05月18日 10:47:40 +02:00
dynamic-tab-header

looks good and works here. As noted on IRC, I'm very happy about this improvement, thanks!

dk_jackdaniel commented on issue McCLIM/McCLIM#1512 2026年05月18日 10:41:55 +02:00
Concurrent Writing CLIM demo crashes or displays errors

This demo could be improved by stopping threads when the window is closed. That said, it is not a bug in how McCLIM does things, but rather an edge case that is not properly handled in the example.

dk_jackdaniel commented on issue McCLIM/McCLIM#1509 2026年05月14日 11:24:16 +02:00
Type error when clicking Cancel button in accept dialogs

I've just confirmed the issue. Thanks for the report! I'll get to it when I'm done with some other pending things.

dk_jackdaniel merged pull request McCLIM/McCLIM#1510 2026年05月10日 22:34:54 +02:00
Use the right destructuring operator.
dk_jackdaniel pushed to master at McCLIM/McCLIM 2026年05月10日 22:34:54 +02:00
4fab09e732 Merge pull request 'Use the right destructuring operator.' (#1510) from brown/McCLIM:fix-destructuring-bug into master
9579f9f1a4 Use the right destructuring operator.
Compare 2 commits »
dk_jackdaniel commented on pull request McCLIM/McCLIM#1510 2026年05月10日 22:34:49 +02:00
Use the right destructuring operator.

things like these happen, I should have caught it during the review. thanks!

dk_jackdaniel commented on issue McCLIM/McCLIM#1507 2026年05月09日 11:15:44 +02:00
How to get McClim ... or ... Symbol "VASCENDER" not found in the ZPB-TTF package.

McCLIM requires the up to date version of CLX (in other words this issue has more to do with debian/stumpwm).

dk_jackdaniel closed issue McCLIM/McCLIM#1507 2026年05月08日 20:11:13 +02:00
How to get McClim ... or ... Symbol "VASCENDER" not found in the ZPB-TTF package.
dk_jackdaniel commented on issue McCLIM/McCLIM#1507 2026年05月08日 20:11:13 +02:00
How to get McClim ... or ... Symbol "VASCENDER" not found in the ZPB-TTF package.

I'll close it. I think that this is not very common issue, and I can spot it immediately regardless, because I've introduced this symbol in zpb-ttf :)

dk_jackdaniel pushed to master at McCLIM/McCLIM 2026年05月07日 21:47:43 +02:00
cb157cc394 Merge pull request 'Fix some compiler warnings output by SBCL and CCL.' (#1506) from brown/McCLIM:fix-compiler-warnings into master
48203ab884 Fix some compiler warnings output by SBCL and CCL.
Compare 2 commits »
dk_jackdaniel merged pull request McCLIM/McCLIM#1506 2026年05月07日 21:47:43 +02:00
Fix some compiler warnings output by SBCL and CCL.
dk_jackdaniel commented on pull request McCLIM/McCLIM#1506 2026年05月07日 21:47:33 +02:00
Fix some compiler warnings output by SBCL and CCL.

lgtm, thanks!

dk_jackdaniel merged pull request McCLIM/McCLIM#1508 2026年05月07日 21:44:47 +02:00
Fix some compiler warnings output by CLISP.
dk_jackdaniel pushed to master at McCLIM/McCLIM 2026年05月07日 21:44:46 +02:00
7d0f10011d Merge pull request 'Fix some compiler warnings output by CLISP.' (#1508) from brown/McCLIM:fix-clisp-compiler-warnings into master
3a26bd1d75 Fix some compiler warnings output by CLISP.
Compare 2 commits »
dk_jackdaniel commented on pull request McCLIM/McCLIM#1508 2026年05月07日 21:44:40 +02:00
Fix some compiler warnings output by CLISP.

lgtm, thanks!

dk_jackdaniel pushed to master at McCLIM/McCLIM 2026年05月07日 21:09:32 +02:00
cfe5dc8607 examples: make ecl happy and set funcallable function earlier
dk_jackdaniel commented on issue McCLIM/McCLIM#1507 2026年05月07日 15:36:41 +02:00
How to get McClim ... or ... Symbol "VASCENDER" not found in the ZPB-TTF package.

yes, that is outdated zpb-ttf version; McCLIM in the release is essentially the same as the master branch at this moment.

dk_jackdaniel commented on issue McCLIM/McCLIM#1505 2026年05月06日 11:00:35 +02:00
Peek char causes error

Peek is the only way to test reading from a stream