Releases: feenkcom/gtoolkit
Releases · feenkcom/gtoolkit
Release v1.0.1258
Release version v1.0.1258 Metacello new baseline: 'GToolkitForPharo9'; repository: 'github://feenkcom/gtoolkit:v1.0.1258/src'; load All commits (including upstream repositories) since last build: https://github.com/feenkcom/gtoolkit-visualizer/commit/581e79 by Oscar Nierstrasz [feenkcom/gtoolkit#3596] added pattern map with categories https://github.com/feenkcom/gtoolkit/commit/6b3952 by Oscar Nierstrasz [feenkcom/gtoolkit#4136] Updated Moldable Tool and Contextual Playground https://github.com/feenkcom/gtoolkit/commit/f36a68 by Oscar Nierstrasz [feenkcom/gtoolkit#3596] Updated overview to reflect categorization https://github.com/feenkcom/gtoolkit/commit/e613f8 by Oscar Nierstrasz [feenkcom/gtoolkit#3596] added pattern map with categories
Release v1.0.1257
Release version v1.0.1257 Metacello new baseline: 'GToolkitForPharo9'; repository: 'github://feenkcom/gtoolkit:v1.0.1257/src'; load All commits (including upstream repositories) since last build: https://github.com/feenkcom/gtoolkit-utility/commit/a60a25 by Alistair Grant GtTimeCachedObject release the mutex if there is an error in the getBlock https://github.com/feenkcom/iceberg-git-cli/commit/1c8a22 by Sven Van Caekenberghe Add and use PureGitRepository>>#dotGitDirectory https://github.com/feenkcom/gtoolkit-world/commit/ea8622 by Alistair Grant Add Mutex>>criticalReleasingOnError:
Release v1.0.1256
Release version v1.0.1256 Metacello new baseline: 'GToolkitForPharo9'; repository: 'github://feenkcom/gtoolkit:v1.0.1256/src'; load All commits (including upstream repositories) since last build: https://github.com/feenkcom/gtoolkit-visualizer/commit/278aa9 by Oscar Nierstrasz [feenkcom/gtoolkit#3596] added support for categories https://github.com/feenkcom/gtoolkit-remoterunner/commit/403b4b by Alistair Grant GtRemoteRunner: don't move the log file if it is the same file.
Release v1.0.1255
Release version v1.0.1255 Metacello new baseline: 'GToolkitForPharo9'; repository: 'github://feenkcom/gtoolkit:v1.0.1255/src'; load All commits (including upstream repositories) since last build: https://github.com/feenkcom/gtoolkit-visualizer/commit/bd3c3d by Oscar Nierstrasz [feenkcom/gtoolkit#4136] cleaning code https://github.com/feenkcom/lepiter/commit/62d458 by Oscar Nierstrasz [feenkcom/gtoolkit#3596] Added category to LePageTitleLabelBuilder
Release v1.0.1254
Release version v1.0.1254 Metacello new baseline: 'GToolkitForPharo9'; repository: 'github://feenkcom/gtoolkit:v1.0.1254/src'; load
Release v1.0.1253
Release version v1.0.1253 Metacello new baseline: 'GToolkitForPharo9'; repository: 'github://feenkcom/gtoolkit:v1.0.1253/src'; load All commits (including upstream repositories) since last build: https://github.com/feenkcom/gtoolkit-phlow/commit/5e1c0d by Juraj Kubelka `GtPhlowTool` can define `GtPhlowContext` [feenkcom/gtoolkit#3422] https://github.com/feenkcom/gtoolkit-pager/commit/402453 by Juraj Kubelka add `GtPagerPageNavigationContext` into `GtPhlowContext` [feenkcom/gtoolkit#3422] https://github.com/feenkcom/gtoolkit-coder/commit/a45416 by Juraj Kubelka Merge d27c3fdafd780ff2653b4180251e679a8c030e61 https://github.com/feenkcom/gtoolkit-coder/commit/8c614c by Juraj Kubelka add Collections-Sequenceable dependency https://github.com/feenkcom/gtoolkit-coder/commit/d27c3f by Aliaksei Syrel Merge 5410b02591db4dfaa07a3564ab346ed2425c234b https://github.com/feenkcom/gtoolkit-coder/commit/66ea32 by Aliaksei Syrel [feenkcom/gtoolkit#4133] move protocols list updating to the protocol list itself https://github.com/feenkcom/gtoolkit-coder/commit/5410b0 by Juraj Kubelka fix `GtFilteredCodersModel>>#addOrReplaceFilters:` https://github.com/feenkcom/gtoolkit-coder/commit/34b7a8 by Juraj Kubelka add `GtFilteredCodersViewModel>>#addOrReplaceFilters:` https://github.com/feenkcom/gtoolkit-coder/commit/4fd8bb by Juraj Kubelka Merge 9b7a09355602626b59f8c484abf8b9a4b7ace0da https://github.com/feenkcom/gtoolkit-coder/commit/727a53 by Juraj Kubelka add `GtFilteredCodersModel>>#addOrReplaceFilters:` https://github.com/feenkcom/gtoolkit-coder/commit/9b7a09 by Aliaksei Syrel [feenkcom/gtoolkit#4133] extract slots and methods list to separate classes https://github.com/j-brant/SmaCC/commit/f7cab1 by John Brant Merge pull request #28 from mariari/mariari/smacc-update Annotate the Smacc_Elixir https://github.com/j-brant/SmaCC/commit/d8dd22 by mariari Implement dot_call and instantiate missing identifiers dot_call was previously undefined, it needs look ahead, as it seems the Erlang parser defines it as follows: handle_dot([$., $( | Rest], Line, Column, DotInfo, Scope, Tokens) -> TokensSoFar = add_token_with_eol({dot_call_op, DotInfo, '.'}, Tokens), tokenize([$( | Rest], Line, Column, Scope, TokensSoFar); Further peeking is needed for the bracket_identifer and paren_identifier. Which is currently not done properly https://github.com/j-brant/SmaCC/commit/5596f0 by mariari Restore Empty in Grammar During annotation it seems I removed the empty case. This restores it. This should be re-rolled into the first commit https://github.com/j-brant/SmaCC/commit/faa423 by mariari Add in <comp_op> to matched_op_expr This is in f38895cebba0fa06f686e1dd9b74e5729aebcb45 ref of the source but missing here for some reason. This causes a lot of expressions with == to fail Such as def handle_call({write_opt, {height, args}}, from, state) when write_opt in [:write, :append, :add] do unless height == state.uncommitted_height + 1 do 1 end https://github.com/j-brant/SmaCC/commit/fd9bbe by mariari Annotate Elixir Parser Annotates the Elixir source, I'm unsure if everything is correct here, but it should be good enough https://github.com/feenkcom/gt4pharo/commit/0e7fde by Juraj Kubelka fix examples https://github.com/feenkcom/gt4pharo/commit/aa78e6 by Andrei ChiÈ Merge pull request #10 from lifeware-sa/fixBreakpoints Adding the breakpoint addtion to kind of save the method and propagate https://github.com/feenkcom/gt4pharo/commit/486784 by Vincent Blondeau Adding the breakpoint addtion to kind of save the method and propagate https://github.com/feenkcom/gt4pharo/commit/c0b295 by Aliaksei Syrel Merge c71285bad68dfa2e70723098ee093e36c425e80d https://github.com/feenkcom/gt4pharo/commit/c1613d by Aliaksei Syrel [feenkcom/gtoolkit#4133] fix slot-related computation methods https://github.com/feenkcom/gt4pharo/commit/c71285 by Juraj Kubelka fix `GtPharoBehaviorCoderElement>>#filterWithMethodProtocol:source:` https://github.com/feenkcom/gt4pharo/commit/ed81cc by Juraj Kubelka ensure that a filter model creates search filters of same `#filterType` https://github.com/feenkcom/gt4pharo/commit/da2615 by Juraj Kubelka use `GtFilteredCodersViewModel>>#addOrReplaceFilters:` https://github.com/feenkcom/gt4pharo/commit/a7f02e by John Brant Merge 51f8710ad2a6f179c0ba4db8c334d7d46786e1e4 https://github.com/feenkcom/gt4pharo/commit/c85780 by John Brant [feenkcom/gtoolkit#4134] fix issue when extracting test from snippet to variable https://github.com/feenkcom/gtoolkit-inspector/commit/7ca6eb by Juraj Kubelka `GtInspectorTool` can define `GtPhlowContext` [feenkcom/gtoolkit#3422] https://github.com/feenkcom/gtoolkit-debugger/commit/e90984 by Andrei ChiÈ Merge pull request #5 from lifeware-sa/fixBreakpoints Adding the breakpoint addtion to kind of save the method and propagate https://github.com/feenkcom/gtoolkit-debugger/commit/0b8832 by Vincent Blondeau Adding the breakpoint addtion to kind of save the method and propagate https://github.com/feenkcom/gt4smacc/commit/148847 by Juraj Kubelka add `SmaCCToken >> #gtSourceFor:context:` view [feenkcom/gtoolkit#3422] refactor `SmaCCParseNode>>#gtSourceEditorWithHighlight:styler:` to a class side https://github.com/feenkcom/gtoolkit-visualizer/commit/cb9b09 by Don Roberts Handle cycles within a larger forest [[feenkcom/gtoolkit#4114]] https://github.com/feenkcom/gtoolkit-visualizer/commit/18f0ec by Don Roberts Fix tree cycles correctly [[feenkcom/gtoolkit#4114]] https://github.com/feenkcom/iceberg-git-cli/commit/7afcf2 by Sven Van Caekenberghe A pass over class comments https://github.com/feenkcom/iceberg-git-cli/commit/12f668 by Sven Van Caekenberghe Make PureGitRepositoryModified aware of the repository involved https://github.com/feenkcom/iceberg-git-cli/commit/130e9e by Sven Van Caekenberghe Move PureGitCommitsCollection>>#gtViewItemsFor: to correct repository https://github.com/feenkcom/iceberg-git-cli/commit/4b784f by Sven Van Caekenberghe Added TGtGroup PureGitCommitsCollection https://github.com/feenkcom/iceberg-git-cli/commit/62502b by Sven Van Caekenberghe Change PureGitFile #log #logPatch and #logPatchReverse to not use --follow (as that swallows merge commits) and to use --first-parent (to only return the main line history for reconstruction) https://github.com/feenkcom/iceberg-git-cli/commit/270cb0 by Sven Van Caekenberghe Fiddle with PureGitRepositoryStatistics>>#describeTimestamp: https://github.com/feenkcom/iceberg-git-cli/commit/65e3ee by Sven Van Caekenberghe Added PureGitRepositoryStatistics https://github.com/feenkcom/gt4git/commit/4fb148 by Sven Van Caekenberghe Move PureGitCommitsCollection>>#gtViewItemsFor: to correct repository https://github.com/feenkcom/gt4git/commit/06a24f by Sven Van Caekenberghe Added TGtGroup PureGitCommitsCollection https://github.com/feenkcom/gt4git/commit/626a09 by Sven Van Caekenberghe Better lines to CR lines conversion in PureGitExamples>>#exampleFileHistory https://github.com/feenkcom/gt4git/commit/f2e1ce by Sven Van Caekenberghe Added PureGitRepositoryStatistics
Release v1.0.1252
Release version v1.0.1252 Metacello new baseline: 'GToolkitForPharo9'; repository: 'github://feenkcom/gtoolkit:v1.0.1252/src'; load All commits (including upstream repositories) since last build: https://github.com/feenkcom/gtoolkit-coder/commit/8dfcc6 by Aliaksei Syrel [feenkcom/gtoolkit#4120] use gray color for the slot's superclass https://github.com/feenkcom/gtoolkit-coder/commit/2aa000 by Aliaksei Syrel Merge 9a66f47b91878de144cb69228c427f9cd0c59b7a https://github.com/feenkcom/gtoolkit-coder/commit/ec4617 by Aliaksei Syrel [feenkcom/gtoolkit#4120] handle slots from superclasses https://github.com/feenkcom/gtoolkit-coder/commit/9a66f4 by Juraj Kubelka Merge 493ba5030e96a1773dc967dcda497b2f0f7a88d0 https://github.com/feenkcom/gtoolkit-coder/commit/7305fb by Juraj Kubelka use `Class>>#gtReferencesWithSubclasses` https://github.com/feenkcom/gt4pharo/commit/51f871 by Aliaksei Syrel [feenkcom/gtoolkit#4120] handle slots from superclasses, add examples https://github.com/feenkcom/gt4git/commit/286de2 by Sven Van Caekenberghe Playing with PureGitExamples>>#exampleFileHistory
Release v1.0.1251
Release version v1.0.1251 Metacello new baseline: 'GToolkitForPharo9'; repository: 'github://feenkcom/gtoolkit:v1.0.1251/src'; load All commits (including upstream repositories) since last build: https://github.com/feenkcom/gtoolkit-coder/commit/493ba5 by Aliaksei Syrel Merge 698a126911056b9162c7f2134cd160cd13bb0900 https://github.com/feenkcom/gtoolkit-coder/commit/20ff75 by Aliaksei Syrel [feenkcom/gtoolkit#4123] revert `variable`name to `slot` https://github.com/feenkcom/gt4pharo/commit/80072d by Aliaksei Syrel [feenkcom/gtoolkit#4123] revert `variable`name to `slot` https://github.com/feenkcom/gt4pharo/commit/4e6e79 by Aliaksei Syrel Merge f67db634882a85c61cbd553934579d841437da37 https://github.com/feenkcom/gt4pharo/commit/8d6360 by Aliaksei Syrel [feenkcom/gtoolkit#4123] revert `variable`name to `slot`
Release v1.0.1250
Release version v1.0.1250 Metacello new baseline: 'GToolkitForPharo9'; repository: 'github://feenkcom/gtoolkit:v1.0.1250/src'; load All commits (including upstream repositories) since last build: https://github.com/feenkcom/iceberg-git-cli/commit/f9736e by Sven Van Caekenberghe Added #contents and #exists to PureGitFile https://github.com/feenkcom/gt4git/commit/012ae6 by Sven Van Caekenberghe Add PureGitExamples>>#exampleFileHistory https://github.com/feenkcom/gt4git/commit/c67a64 by Sven Van Caekenberghe Use #contents and #exists from PureGitFile
Release v1.0.1249
Release version v1.0.1249 Metacello new baseline: 'GToolkitForPharo9'; repository: 'github://feenkcom/gtoolkit:v1.0.1249/src'; load All commits (including upstream repositories) since last build: https://github.com/feenkcom/gt4gemstone/commit/41ff08 by Alistair Grant Make scripts less linux distribution specific