From 785b23802757a31f0721093010ac6c4ded3731c3 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 30 Jun 2022 06:01:34 -0400 Subject: [PATCH] Release version v0.8.1610 Metacello new baseline: 'GToolkitForPharo9'; repository: 'github://feenkcom/gtoolkit:v0.8.1610/src'; load All commits (including upstream repositories) since last build: https://github.com/feenkcom/Grease/commit/23414e by Andrei Chis Add BaselineOfGreaseForGToolkit https://github.com/feenkcom/Grease/commit/5ad8d0 by Johan Brichau Merge pull request #138 from theseion/file-utilities-for-streaming-uploads File utilities for streaming uploads https://github.com/feenkcom/Grease/commit/ce61d5 by Johan Brichau Removing expected failure since https://github.com/svenvc/zinc/issues/86 has been integrated into pharo 10 https://github.com/feenkcom/Grease/commit/a248d0 by Max Leske Removed #binaryWriteStreamFor:do: from Squeak #writeFileStreamOn:do:binary: already provides this functionality https://github.com/feenkcom/Grease/commit/3899a4 by Max Leske Removed #binaryWriteStreamFor:do: from Pharo 7 #writeFileStreamOn:do:binary: already provides this functionality https://github.com/feenkcom/Grease/commit/c5c716 by Max Leske Removed #binaryWriteStreamFor:do: from Pharo 10 #writeFileStreamOn:do:binary: already provides this functionality https://github.com/feenkcom/Grease/commit/47808c by Max Leske Remove #binaryWriteStreamFor:do: #writeFileStreamOn:do:binary: already provides this functionality https://github.com/feenkcom/Grease/commit/8b3408 by Max Leske Add methods for streaming to Pharo 9 platform https://github.com/feenkcom/Grease/commit/4a7397 by Max Leske Add methods used for streaming to Pharo 100 platform https://github.com/feenkcom/Grease/commit/fd607d by Max Leske Added #binaryWriteStreamFor:do: and #newTemporaryFileReference to GRPlatform and concrete implementations to GRPharoPlatform and GRSqueakPlatform https://github.com/feenkcom/Grease/commit/269986 by Johan Brichau CI updates: move Squeak back https://github.com/feenkcom/Grease/commit/aa57ce by Johan Brichau Merge pull request #137 from SeasideSt/grpackage-pharo100 Move all codecs in Pharo10 to use Zinc https://github.com/feenkcom/Grease/commit/1d8dae by Johan Brichau make thisContext test work for Squeak https://github.com/feenkcom/Grease/commit/3c4fa0 by Johan Brichau Move all codecs in Pharo10 to use Zinc https://github.com/feenkcom/Grease/commit/74f54a by Johan Brichau move pharo 10 out of the 'experimental' list for the CI build, move all Squeak builds to the experimental part (help wanted maintaining Squeak!) https://github.com/feenkcom/Grease/commit/c753fe by Johan Brichau Merge pull request #136 from SeasideSt/grpackage-pharo100 fix grpackage methods for pharo100 (useless?) https://github.com/feenkcom/Grease/commit/9c3b89 by Johan Brichau increase version number to v1.8.2 https://github.com/feenkcom/Grease/commit/b2fcc5 by Johan Brichau fix expectedFailures... https://github.com/feenkcom/Grease/commit/27f685 by Johan Brichau Set an expected failure for testReadWriteEmptyFileInFolderBinary until fix https://github.com/svenvc/zinc/issues/86 is part of the released version https://github.com/feenkcom/Grease/commit/389894 by Johan Brichau fix grpackage methods for pharo100 (useless?) https://github.com/feenkcom/Grease/commit/3fc042 by Johan Brichau version 1.8.1 https://github.com/feenkcom/Grease/commit/160450 by vagrant Added GsContext>>tempNamed: (for compatibility with the test in Pharo 10) https://github.com/feenkcom/Grease/commit/916778 by Johan Brichau remove obsolete Pharo packages https://github.com/feenkcom/Grease/commit/9cfcb6 by Johan Brichau remove package Pharo10 still did not work? https://github.com/feenkcom/Grease/commit/a97cf6 by Johan Brichau Merge fec1cf49e3977d1d8e3ec83487281a45976654b5 https://github.com/feenkcom/Grease/commit/9c769b by Johan Brichau Seems like the package named Pharo10 was not removed previously... iceberg glitch? https://github.com/feenkcom/Grease/commit/fec1cf by Johan Brichau Merge pull request #135 from SeasideSt/pharo100 Rename package Pharo10 to Pharo100 to avoid confusion with Pharo1 https://github.com/feenkcom/Grease/commit/94f262 by Johan Brichau rename package Pharo10 to Pharo100 to avoid confusion with Pharo1 https://github.com/feenkcom/Grease/commit/db79fe by Johan Brichau Merge pull request #134 from SeasideSt/pharo10 pharo 10 https://github.com/feenkcom/Grease/commit/4a8e34 by Johan Brichau Fix test for GRPharoGenericCodec to be skipped in Pharo10 https://github.com/feenkcom/Grease/commit/7a35c9 by Johan Brichau ping the CI for PR#134 https://github.com/feenkcom/Grease/commit/2ba142 by Johan Brichau pharo10: - removed codecs and texts based on TextConverter or LanguageEnvironment (deprecated in pharo 9) - changes sends of tempAt: by namedTempAt: https://github.com/feenkcom/Grease/commit/deed35 by Johan Brichau remove unused class inst vars on GRGemStoneRandomProvider https://github.com/feenkcom/Grease/commit/6b9ff2 by Johan Brichau Merge pull request #130 from SeasideSt/pharo-utf8-encoding Use ZnUTF8Encoder instead of TextConverter in Pharo9+ https://github.com/feenkcom/Grease/commit/1e872b by Johan Brichau Added Grease-Pharo10-Core as a copy of Grease-Pharo90-Core and removed the GRDeprecatedUtf8CodecStream class>>initialize method that errored during code load due to the TextConverter not working anymore. https://github.com/feenkcom/Grease/commit/c75170 by Johan Brichau Use the Zn-based utf8 codec in Pharo by default https://github.com/feenkcom/Grease/commit/b06d7f by Johan Brichau Merge 8f5255d8483bb08408d4f3c84f31fa87309108bd https://github.com/feenkcom/Grease/commit/2c53cd by Johan Brichau - Rename GRPharoUtf8CodecStream to GRPharoDeprecatedUtf8CodecStream - do not fall back to `utf8Decoded` message in `GRPharoUtf8Codec>>decode:` https://github.com/feenkcom/Grease/commit/8f5255 by Johan Brichau update gemstone version (mostly to trigger build again) https://github.com/feenkcom/Grease/commit/4dbda1 by Johan Brichau typo... https://github.com/feenkcom/Grease/commit/81d490 by Johan Brichau include Pharo10 in the CI actions https://github.com/feenkcom/Grease/commit/44bda6 by Johan Brichau include pharo10 https://github.com/feenkcom/Grease/commit/d8b822 by Johan Brichau Prepare for removal of TextConverter in Pharo: pull out the GRPharoZnUtf8CodecStream from the TextConverter-based code https://github.com/feenkcom/magritte/commit/13e118 by Andrei Chis Depend on GreaseForGToolkit --- .baseline-metadata.ston | 2 +- src/BaselineOfGToolkit/BaselineOfGToolkit.class.st | 6 +++--- .../BaselineOfGToolkitForPharo9.class.st | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.baseline-metadata.ston b/.baseline-metadata.ston index b62c4d60f..48dba32fd 100644 --- a/.baseline-metadata.ston +++ b/.baseline-metadata.ston @@ -1 +1 @@ -{ "repositories" : { "github://feenkcom/gt4xmlsupport/src" : "v0.8.16", "github://feenkcom/Brick/src" : "v0.8.614", "github://feenkcom/gtoolkit-glutin/src" : "v0.8.86", "github://feenkcom/gtoolkit-clipboard/src" : "v0.8.35", "github://feenkcom/gtoolkit-releaser/src" : "v0.8.129", "github://feenkcom/gt4ruby/src" : "v0.6.8", "github://j-brant/RBFormatter/src" : "5214567865267400a855c3ebbcb61c0f15195f0f", "github://feenkcom/gt4famix3/src" : "v0.8.43", "github://feenkcom/gt4smacc/src" : "v0.8.124", "github://feenkcom/lepiter/src" : "v0.6.636", "github://feenkcom/gtoolkit-remote/src" : "v0.8.845", "github://feenkcom/gt4magritte/src" : "v0.6.176", "github://feenkcom/gtoolkit-filebrowser/src" : "v0.6.514", "github://feenkcom/gtoolkit-constrainer/src" : "v0.8.9", "github://feenkcom/gt4jenkins/src" : "v0.8.30", "github://feenkcom/gt4changes/src" : "v0.6.109", "github://feenkcom/gt4git/src" : "v0.8.315", "github://feenkcom/gtoolkit-coder/src" : "v0.8.787", "github://feenkcom/gtoolkit-pager/src" : "v0.8.656", "github://feenkcom/gtoolkit-presenter/src" : "v0.8.606", "github://feenkcom/gt4pharo/src" : "v0.6.504", "github://feenkcom/gtoolkit-vm-bindings/src" : "v0.6.13", "github://feenkcom/gtoolkit-visualizer/src" : "v0.8.697", "github://feenkcom/gtoolkit-demos/src" : "v0.8.721", "github://feenkcom/gt4petitparser2/src" : "v0.8.17", "github://feenkcom/Bloc/src" : "v0.8.362", "github://feenkcom/gtoolkit-debugger/src" : "v0.8.929", "github://feenkcom/gtoolkit-remoterunner/src" : "v0.6.186", "github://feenkcom/gtoolkit-spotter/src" : "v0.8.626", "github://feenkcom/gt4gemstone/src" : "v0.6.531", "github://feenkcom/gtoolkit-notifications/src" : "v0.6.71", "github://feenkcom/xdoc/src" : "v0.8.524" } } \ No newline at end of file +{ "repositories" : { "github://feenkcom/gt4xmlsupport/src" : "v0.8.16", "github://feenkcom/Brick/src" : "v0.8.614", "github://feenkcom/gtoolkit-glutin/src" : "v0.8.86", "github://feenkcom/gtoolkit-clipboard/src" : "v0.8.35", "github://feenkcom/gtoolkit-releaser/src" : "v0.8.129", "github://feenkcom/gt4ruby/src" : "v0.6.8", "github://j-brant/RBFormatter/src" : "5214567865267400a855c3ebbcb61c0f15195f0f", "github://feenkcom/gt4famix3/src" : "v0.8.43", "github://feenkcom/gt4smacc/src" : "v0.8.124", "github://feenkcom/lepiter/src" : "v0.6.636", "github://feenkcom/gtoolkit-remote/src" : "v0.8.845", "github://feenkcom/gt4magritte/src" : "v0.6.177", "github://feenkcom/gtoolkit-filebrowser/src" : "v0.6.514", "github://feenkcom/gtoolkit-constrainer/src" : "v0.8.9", "github://feenkcom/gt4jenkins/src" : "v0.8.30", "github://feenkcom/gt4changes/src" : "v0.6.109", "github://feenkcom/gt4git/src" : "v0.8.315", "github://feenkcom/gtoolkit-coder/src" : "v0.8.787", "github://feenkcom/gtoolkit-pager/src" : "v0.8.656", "github://feenkcom/gtoolkit-presenter/src" : "v0.8.606", "github://feenkcom/gt4pharo/src" : "v0.6.504", "github://feenkcom/gtoolkit-vm-bindings/src" : "v0.6.13", "github://feenkcom/gtoolkit-visualizer/src" : "v0.8.697", "github://feenkcom/gtoolkit-demos/src" : "v0.8.721", "github://feenkcom/gt4petitparser2/src" : "v0.8.17", "github://feenkcom/Bloc/src" : "v0.8.362", "github://feenkcom/gtoolkit-debugger/src" : "v0.8.929", "github://feenkcom/gtoolkit-remoterunner/src" : "v0.6.186", "github://feenkcom/gtoolkit-spotter/src" : "v0.8.626", "github://feenkcom/gt4gemstone/src" : "v0.6.531", "github://feenkcom/gtoolkit-notifications/src" : "v0.6.71", "github://feenkcom/xdoc/src" : "v0.8.524" } } \ No newline at end of file diff --git a/src/BaselineOfGToolkit/BaselineOfGToolkit.class.st b/src/BaselineOfGToolkit/BaselineOfGToolkit.class.st index 3ccf06097..c384b0923 100644 --- a/src/BaselineOfGToolkit/BaselineOfGToolkit.class.st +++ b/src/BaselineOfGToolkit/BaselineOfGToolkit.class.st @@ -83,7 +83,7 @@ BaselineOfGToolkit >> baseline: spec [ spec repository: 'github://feenkcom/gtoolkit-presenter:v0.8.606/src' ]. spec baseline: 'GToolkitTranscript' with: [ - spec repository: 'github://feenkcom/gtoolkit:v0.8.1609/src' ]. + spec repository: 'github://feenkcom/gtoolkit:v0.8.1610/src' ]. spec baseline: 'GToolkitDebugger' with: [ spec repository: 'github://feenkcom/gtoolkit-debugger:v0.8.929/src' ]. @@ -140,7 +140,7 @@ BaselineOfGToolkit >> baseline: spec [ spec repository: 'github://feenkcom/gtoolkit-remote:v0.8.845/src' ]. spec baseline: 'GToolkitMorphic' with: [ - spec repository: 'github://feenkcom/gtoolkit:v0.8.1609/src' ]. + spec repository: 'github://feenkcom/gtoolkit:v0.8.1610/src' ]. spec baseline: 'BlocExtensions' with: [ spec repository: 'github://feenkcom/Bloc:v0.8.362/src' ]. @@ -164,7 +164,7 @@ BaselineOfGToolkit >> baseline: spec [ spec repository: 'github://feenkcom/lepiter:v0.6.636/src' ]. spec baseline: 'GToolkit4Magritte' with: [ - spec repository: 'github://feenkcom/gt4magritte:v0.6.176/src' ]. + spec repository: 'github://feenkcom/gt4magritte:v0.6.177/src' ]. spec baseline: 'RBFormatter' with: [ spec repository: 'github://j-brant/RBFormatter:5214567865267400a855c3ebbcb61c0f15195f0f/src' ]. diff --git a/src/BaselineOfGToolkitForPharo9/BaselineOfGToolkitForPharo9.class.st b/src/BaselineOfGToolkitForPharo9/BaselineOfGToolkitForPharo9.class.st index d13f162c5..6a29e8835 100644 --- a/src/BaselineOfGToolkitForPharo9/BaselineOfGToolkitForPharo9.class.st +++ b/src/BaselineOfGToolkitForPharo9/BaselineOfGToolkitForPharo9.class.st @@ -18,7 +18,7 @@ BaselineOfGToolkitForPharo9 >> baseline: spec [ spec for: #'common' do: [ spec baseline: 'GToolkit' with: [ - spec repository: 'github://feenkcom/gtoolkit:v0.8.1609/src' ]. + spec repository: 'github://feenkcom/gtoolkit:v0.8.1610/src' ]. spec package: 'GToolkit-Pharo9-Deprecations'. spec package: 'GToolkit-Pharo9-Debugger'.