Sun, 23 Jun 2019 22:45:23 +0100 Add `jv:vdb/plugins/bee` to toy archive
Jan Vrany <jan.vrany@fit.cvut.cz> [Sun, 23 Jun 2019 22:45:23 +0100] rev 265
Add `jv:vdb/plugins/bee` to toy archive
Mon, 17 Jun 2019 21:01:14 +0000 rakefiles: call package's `make installProg installAux`
Jan Vrany <jan.vrany@fit.cvut.cz> [Mon, 17 Jun 2019 21:01:14 +0000] rev 264
rakefiles: call package's `make installProg installAux` ...when "installing" installing a package. This allows individual packages to define additional files to install. Usefull to install bundled libraries and/or other resources in toy archive without having to hack rakefiles itself.
Wed, 12 Jun 2019 07:50:32 +0000 Retry `hg pull` from canonical (BitBucket) repos if it fails
Jan Vrany <jan.vrany@fit.cvut.cz> [Wed, 12 Jun 2019 07:50:32 +0000] rev 263
Retry `hg pull` from canonical (BitBucket) repos if it fails ...in the first instance. It seems that BitBucket is either laggy or has some threshold policy causing `HTTP 410: Gone` when pulling during CI checkout. A desperate atempt to workaround this error is to wait 30-130 seconds and retry. If it fails again, retry once more before giving up. Sigh, what a hack!
Thu, 28 Feb 2019 11:15:57 +0000 Makefiles/Win32: pass `-g` to `stc` to get smalltalk debug info
Jan Vrany <jan.vrany@fit.cvut.cz> [Thu, 28 Feb 2019 11:15:57 +0000] rev 262
Makefiles/Win32: pass `-g` to `stc` to get smalltalk debug info
Thu, 21 Feb 2019 20:42:12 +0000 Add `libffi` to a set of binary files for librun
Jan Vrany <jan.vrany@fit.cvut.cz> [Thu, 21 Feb 2019 20:42:12 +0000] rev 261
Add `libffi` to a set of binary files for librun
Mon, 21 Jan 2019 15:47:12 +0000 Add VDB tests to "standard testsuite"
Jan Vrany <jan.vrany@fit.cvut.cz> [Mon, 21 Jan 2019 15:47:12 +0000] rev 260
Add VDB tests to "standard testsuite"
Fri, 26 Oct 2018 09:50:38 +0100 Issue #247: fix version patching in `stx.bat`
Jan Vrany <jan.vrany@fit.cvut.cz> [Fri, 26 Oct 2018 09:50:38 +0100] rev 259
Issue #247: fix version patching in `stx.bat` ...in toy archive packaing scripts. Due to a wrong match pattern in patching code, Smalltalk/X version was not correctly patched, leading in wrong package path. This caused the ugly look as well a inavility to find sources and likely more other issues. This issue should be fixed now. https://swing.fit.cvut.cz/projects/stx-jv/ticket/247
Mon, 24 Sep 2018 20:55:06 +0100 Fix missing `smalltalk.svg` and `smalltalkx.desktop` in toy archive
Jan Vrany <jan.vrany@fit.cvut.cz> [Mon, 24 Sep 2018 20:55:06 +0100] rev 258
Fix missing `smalltalk.svg` and `smalltalkx.desktop` in toy archive ...which caused a warning when run on system without these already installed: cp: cannot stat './smalltalkx.svg': No such file or directory cp: cannot stat './smalltalkx.desktop': No such file or directory Thanks Pocho for reporting.
Sat, 22 Sep 2018 00:00:27 +0100 `stmkmf`: fix incorrect `TOP` test when using `-C / `--cd`
Jan Vrany <jan.vrany@fit.cvut.cz> [Sat, 22 Sep 2018 00:00:27 +0100] rev 257
`stmkmf`: fix incorrect `TOP` test when using `-C / `--cd` When testing for `TOP` existence when `-C` / `--cd` is specified, must test it relative to `-C` / `--cd` value, not relative to current directory!
Fri, 21 Sep 2018 23:19:25 +0100 Rakefiles: extend `Integer` class rather than `Fixnum` class
Jan Vrany <jan.vrany@fit.cvut.cz> [Fri, 21 Sep 2018 23:19:25 +0100] rev 256
Rakefiles: extend `Integer` class rather than `Fixnum` class ...since in newer Ruby versions, `Fixnum` has been deprecated. In oldre versions, `Fixnum` inherits from `Integer` so this change is backward-compatible. This fixes annoying warning `dsl.rb:21: warning: constant ::Fixnum is deprecated`
(0) -100 -10 +10 tip