Mon, 31 Jul 2023 16:32:33 +0100 Specs, get-stx.py: use 'https://dl.vrany.io/public/smalltalkx/devel' as artifact repository default tip
Jan Vrany <jan.vrany@labware.com> [Mon, 31 Jul 2023 16:32:33 +0100] rev 339
Specs, get-stx.py: use 'https://dl.vrany.io/public/smalltalkx/devel' as artifact repository
Mon, 31 Jul 2023 11:42:46 +0100 Specs: use `https://jan.vrany.io/hg` as upstream
Jan Vrany <jan.vrany@labware.com> [Mon, 31 Jul 2023 11:42:46 +0100] rev 338
Specs: use `https://jan.vrany.io/hg` as upstream
Tue, 25 Oct 2022 18:51:01 +0100 CI: use local (folder) store first when looking up credentials
Jan Vrany <jan.vrany@labware.com> [Tue, 25 Oct 2022 18:51:01 +0100] rev 337
CI: use local (folder) store first when looking up credentials
Mon, 31 Jul 2023 11:41:28 +0100 Rakefiles: fix `HG::Repository#autoconf`
Jan Vrany <jan.vrany@labware.com> [Mon, 31 Jul 2023 11:41:28 +0100] rev 336
Rakefiles: fix `HG::Repository#autoconf` This commit fixes a slip in `autoconf` method which generated working but somewhat confusing HTTP auth config - it used to generate '... --config auth.true.prefix` rather than (intended) `... --config auth.upstream.prefix`.
Fri, 16 Jun 2023 21:44:00 +0100 Makefiles: update definition of `BZ2LIB` for Windows
Jan Vrany <jan.vrany@labware.com> [Fri, 16 Jun 2023 21:44:00 +0100] rev 335
Makefiles: update definition of `BZ2LIB` for Windows ...after a change done in revision 1.6 in `stx/support/bz2lib/Makefile.mingw`
Wed, 01 Mar 2023 11:06:22 +0100 File.exists? removed in favor of File.exist? @Ruby 3.2
"Patrik Svestka <patrik.svestka@gmail.com>" [Wed, 01 Mar 2023 11:06:22 +0100] rev 334
File.exists? removed in favor of File.exist? @Ruby 3.2
Wed, 01 Mar 2023 09:23:19 +0100 Object#taint has been removed from Ruby 3.2
"Patrik Svestka <patrik.svestka@gmail.com>" [Wed, 01 Mar 2023 09:23:19 +0100] rev 333
Object#taint has been removed from Ruby 3.2 Ruby 3.2 removes Object#taint, #trust, #untaint, #untrust and the C functions. more at: https://bugs.ruby-lang.org/issues/16131
Mon, 21 Nov 2022 10:31:12 +0000 Add new option (`--repository`) option to `get-stx.py`
Jan Vrany <jan.vrany@labware.com> [Mon, 21 Nov 2022 10:31:12 +0000] rev 332
Add new option (`--repository`) option to `get-stx.py` Using `--repository` option one may specify alternative artifact repository from which to download Smalltalk/X. Useful for downloading custom builds and/or testing.
Thu, 29 Sep 2022 10:51:38 +0100 Rakefiles: use all-lowercase repository URLs for Mercurial
Jan Vrany <jan.vrany@labware.com> [Thu, 29 Sep 2022 10:51:38 +0100] rev 331
Rakefiles: use all-lowercase repository URLs for Mercurial When checking out package from Mercurial repo, convert package name to lowercase as this is the established convention. This avoids one having to create symlinks (as it is now done).
Fri, 12 Aug 2022 23:19:47 +0100 Do not link ODBC on Linux
Jan Vrany <jan.vrany@labware.com> [Fri, 12 Aug 2022 23:19:47 +0100] rev 330
Do not link ODBC on Linux This commit does not link ODBC by default. It is still built (and included in toy archive) but not loaded by default. ODBC is rarely installed (and used) on Linux machines so this makes toy archive more portable.
(0) -300 -100 -10 tip