Thu, 31 Aug 2023 13:21:07 +0100 Pharo port: add initial set of GT inspector extensions
Jan Vrany <jan.vrany@labware.com> [Thu, 31 Aug 2023 13:21:07 +0100] rev 313
Pharo port: add initial set of GT inspector extensions
Thu, 31 Aug 2023 13:19:50 +0100 Pharo port: correctly clear `#cli` property
Jan Vrany <jan.vrany@labware.com> [Thu, 31 Aug 2023 13:19:50 +0100] rev 312
Pharo port: correctly clear `#cli` property ...when CLI window is closed. This allows one to close CLI window and open it again.
Tue, 29 Aug 2023 12:19:57 +0100 Add a bunch of `#displayOn:` methods
Jan Vrany <jan.vrany@labware.com> [Tue, 29 Aug 2023 12:19:57 +0100] rev 311
Add a bunch of `#displayOn:` methods This commit adds a bunch of `#displauOn: aStream` methods, taking the implementation from VDB's presenters. This makes them available to other ports (e.g. Pharo)
Fri, 25 Aug 2023 16:37:36 +0100 Add `ports/3rdparty` to `.hgignore`
Jan Vrany <jan.vrany@labware.com> [Fri, 25 Aug 2023 16:37:36 +0100] rev 310
Add `ports/3rdparty` to `.hgignore`
Fri, 25 Aug 2023 15:55:13 +0100 Compatibility: fix mutex creation
Jan Vrany <jan.vrany@labware.com> [Fri, 25 Aug 2023 15:55:13 +0100] rev 309
Compatibility: fix mutex creation Commit fdfe1a981 introduce portable mutex creation method but not all uses were actually updated. This commit updates these uses.
Tue, 22 Aug 2023 11:54:05 +0100 Update README.md with information on Pharo
Jan Vrany <jan.vrany@labware.com> [Tue, 22 Aug 2023 11:54:05 +0100] rev 308
Update README.md with information on Pharo
Tue, 22 Aug 2023 11:38:01 +0100 Update README.md
Jan Vrany <jan.vrany@labware.com> [Tue, 22 Aug 2023 11:38:01 +0100] rev 307
Update README.md
Tue, 22 Aug 2023 11:15:34 +0100 Yet another fix `GDBCLICommand >> #operation`
Jan Vrany <jan.vrany@labware.com> [Tue, 22 Aug 2023 11:15:34 +0100] rev 306
Yet another fix `GDBCLICommand >> #operation` Commit 03a17952 attempted to fix `GDBCLICommand >> #operation` but somehow the fix in `Operations` list initialization was not commited. This commit adds these changes and hopefully really fix the issue.
Tue, 22 Aug 2023 10:31:25 +0100 Pharo port: do not track and kill (!) processes spawn during test
Jan Vrany <jan.vrany@labware.com> [Tue, 22 Aug 2023 10:31:25 +0100] rev 305
Pharo port: do not track and kill (!) processes spawn during test Checking and terminating forked processes once testcase finished (worse before `#tearDown` of resources!) is a very stupid idea as it effectively breaks code that spawn long-running service processes (like LibGDB's even pump or LibUnix's process reaper). At the very least this behavior should be controllable by the test case, in other words a particular test case shoul be able to opt-out (or better, opt-in). But well, it is not hence this hack. Sigh. This is really not LibGDBs specific hack and probably should belong elsewhere but since I (JV) do know better place for it as of now and since above problem would almost certainly manifest when using LibGDBs, I put it here (until better place would be found).
Mon, 21 Aug 2023 20:26:18 +0100 Compatibility: use `#assert:description:` instead of `#assert:message:`
Jan Vrany <jan.vrany@labware.com> [Mon, 21 Aug 2023 20:26:18 +0100] rev 304
Compatibility: use `#assert:description:` instead of `#assert:message:` ...as the latter does not exist (at least) in Pharo.
(0) -300 -100 -10 tip