Daniel Kochmański dk_jackdaniel
dk_jackdaniel commented on issue bebbo/amiga-gcc#10 2026年07月10日 17:18:18 +02:00
binutils amiga-2.38 branch compilation error

I understand; thank you. I'll leave a note here if I find something myself.

dk_jackdaniel commented on issue bebbo/amiga-gcc#10 2026年07月10日 16:32:00 +02:00
binutils amiga-2.38 branch compilation error

same when built with make branch branch=amiga-2.46 mod=binutils

dk_jackdaniel commented on issue bebbo/amiga-gcc#10 2026年07月10日 14:37:22 +02:00
binutils amiga-2.38 branch compilation error

I've rebuilt all from scratch, against amiga16.1 and explicitly requested dwarf-2 debug info with

dk_jackdaniel commented on issue bebbo/amiga-gcc#10 2026年07月10日 11:26:24 +02:00
binutils amiga-2.38 branch compilation error

Thanks for the quick reply.

dk_jackdaniel opened issue bebbo/amiga-gcc#10 2026年07月10日 11:11:09 +02:00
binutils amiga-2.38 branch compilation error
dk_jackdaniel commented on pull request McCLIM/McCLIM#1518 2026年06月22日 11:44:45 +02:00
Add MCCLIM-IME extension to allow IME input

does this mean that we activate ime immediately after focusing?

dk_jackdaniel commented on pull request McCLIM/McCLIM#1518 2026年06月22日 11:43:47 +02:00
Add MCCLIM-IME extension to allow IME input

why an explicit test for interactivity? perhaps clim-stream-pane will work here better as a specialization?

dk_jackdaniel commented on pull request McCLIM/McCLIM#1518 2026年06月22日 11:41:34 +02:00
Add MCCLIM-IME extension to allow IME input

we can, why couldn't we?

dk_jackdaniel pushed to master at McCLIM/McCLIM 2026年06月14日 14:57:49 +02:00
537f213e6a Revert "backends: sdl2: ensure that %init-sdl2 is called from calling thread"
dk_jackdaniel pushed to master at McCLIM/McCLIM 2026年06月10日 16:28:28 +02:00
34a996f92d Merge pull request '*multiprocessing-p* value' (#1515) from admich/McCLIM:master into master
5d30410a74 *multiprocessing-p* value
Compare 2 commits »
dk_jackdaniel merged pull request McCLIM/McCLIM#1515 2026年06月10日 16:28:26 +02:00
*multiprocessing-p* value
dk_jackdaniel commented on pull request McCLIM/McCLIM#1515 2026年06月10日 16:28:15 +02:00
*multiprocessing-p* value

You are correct, thanks!

dk_jackdaniel pushed to master at McCLIM/McCLIM 2026年06月05日 21:04:34 +02:00
2e5951fb81 ttf: avoid uncessary stream open
dk_jackdaniel pushed to master at McCLIM/McCLIM 2026年06月04日 20:46:12 +02:00
31e5c8d4ef ttf: complete macOS default font folders
dk_jackdaniel suggested changes for McCLIM/McCLIM#1513 2026年06月01日 14:08:17 +02:00
table-formatting-align-cell-with-min-size

I'm not yet sure what's the right thing to do here, but I think this is a good time to rethink how we calculate the compound output record extent, so that logical blocks also can have size.

dk_jackdaniel commented on pull request McCLIM/McCLIM#1513 2026年06月01日 14:08:17 +02:00
table-formatting-align-cell-with-min-size

this test is too fragile (it depends on the order of records in the cell) -- I gather that the introduction of boxed was to ensure, that all elements after the gutter end up in a single output...

dk_jackdaniel commented on pull request McCLIM/McCLIM#1513 2026年06月01日 14:08:17 +02:00
table-formatting-align-cell-with-min-size

there is no need for introducing a separate output record, because standard-cell-output-record already is a subclass of standard-sequence-output-record -- most notably we may query its children.

dk_jackdaniel pushed to master at McCLIM/McCLIM 2026年05月26日 12:27:10 +02:00
1dd5db37f3 backends: sdl2: ensure that %init-sdl2 is called from calling thread
dk_jackdaniel closed pull request McCLIM/McCLIM#1351 2026年05月18日 11:25:17 +02:00
WIP: input-improvements
dk_jackdaniel commented on pull request McCLIM/McCLIM#1351 2026年05月18日 11:25:16 +02:00
WIP: input-improvements

some variation of this has already been merged.