Skip to content

Releases: feenkcom/gtoolkit

Release v1.0.1248

27 Oct 22:41
Compare
Choose a tag to compare
Release version v1.0.1248

Metacello new
    baseline: 'GToolkitForPharo9';
    repository: 'github://feenkcom/gtoolkit:v1.0.1248/src';
    load

All commits (including upstream repositories) since last build:
https://github.com/feenkcom/gt4pharo/commit/f67db6 by Juraj Kubelka
fix `GtTraitCreationFormExample`


https://github.com/feenkcom/iceberg-git-cli/commit/eefbb1 by Sven Van Caekenberghe
Refactor PureGitExtendedFileAnalysis so that #analyze uses #logPatchReverse and a cached async stream to processed extended file commits


https://github.com/feenkcom/iceberg-git-cli/commit/909a26 by Sven Van Caekenberghe
Add PureGitFile>>#logPatchReverse as the chronological inverse of PureGitFile>>#logPatch


https://github.com/feenkcom/gt4git/commit/d4cfbe by Sven Van Caekenberghe
Refactor the implementation of PureGitExtendedFileAnalysis>>#gtViewGraphFor:

Release v1.0.1247

27 Oct 16:05
Compare
Choose a tag to compare
Release version v1.0.1247

Metacello new
    baseline: 'GToolkitForPharo9';
    repository: 'github://feenkcom/gtoolkit:v1.0.1247/src';
    load

All commits (including upstream repositories) since last build:
https://github.com/feenkcom/gtoolkit-utility/commit/e8364f by Alistair Grant
Merge 5617441b5480c33f9b285b805dc27d528ad4cd4a


https://github.com/feenkcom/gtoolkit-utility/commit/426742 by Alistair Grant
MemoryFileWriteStream>>next:putAll:startingAt: raise an error if the receiver is closed


https://github.com/feenkcom/gtoolkit-coder/commit/698a12 by Juraj Kubelka
add `All methods` item to `Instance slots` filter widget


https://github.com/feenkcom/gtoolkit-coder/commit/f53d35 by Aliaksei Syrel
Merge d22010e731c70cc6b87e0cfdf3e5b71875561a37

https://github.com/feenkcom/gtoolkit-coder/commit/dc54e4 by Aliaksei Syrel
[feenkcom/gtoolkit#4120] add slots to show event

https://github.com/j-brant/SmaCC/commit/f4664b by John Brant
changing attributeNamed: for parser state

https://github.com/feenkcom/gt4pharo/commit/3cb74b by Juraj Kubelka
fix `GtTraitCreationFormExample`


https://github.com/feenkcom/gt4pharo/commit/6f61fe by Juraj Kubelka
add `All methods` item to `Instance slots` filter widget


https://github.com/feenkcom/gt4pharo/commit/725459 by Aliaksei Syrel
[feenkcom/gtoolkit#4120] add slots related examples

https://github.com/feenkcom/gt4pharo/commit/7a8673 by Aliaksei Syrel
Merge 2cbe80d01020a11fc83f4fc5f84e2e64806a347f

https://github.com/feenkcom/gt4pharo/commit/2322a5 by Aliaksei Syrel
[feenkcom/gtoolkit#4120] update slots grouped list when a new class is selected

https://github.com/feenkcom/gt4pharo/commit/81bec8 by Aliaksei Syrel
[feenkcom/gtoolkit#4120] start with slots view in coder navigation

https://github.com/feenkcom/gt4pharo/commit/91b7dd by Aliaksei Syrel
[feenkcom/gtoolkit#4123] update names of different variable names in class and behavior creation form

https://github.com/feenkcom/gtoolkit-inspector/commit/508104 by Sven Van Caekenberghe
Fix MCPatch>>#gtOperationsTree so that it can handle organization level operations


https://github.com/feenkcom/gtoolkit-remote/commit/c65c90 by Andrei Chiș
update generated code


https://github.com/feenkcom/gtoolkit-remote/commit/7e7dfe by Andrei Chiș
Inspect the object instead of the class in #gtActionInspectFor:

https://github.com/feenkcom/lepiter/commit/c7c6a7 by Juraj Kubelka
Hide header's initial spaces [feenkcom/gtoolkit#4131]


https://github.com/feenkcom/gtoolkit-remoterunner/commit/278dce by Alistair Grant
[feenkcom/gtoolkit#4130] Use SessionFallbackFileLogger to avoid writing to log files opened by other processes.


https://github.com/feenkcom/iceberg-git-cli/commit/39b7be by Sven Van Caekenberghe
Added PureGitFileCommit>>#contentsByFilesystem as an alternative to PureGitFileCommit>>#contents


https://github.com/feenkcom/iceberg-git-cli/commit/0316ca by Sven Van Caekenberghe
Add LRU caching to PureGitCommitFileSystemStore


https://github.com/feenkcom/iceberg-git-cli/commit/bc555c by Sven Van Caekenberghe
Add PureGitBlob and PureGitTree test methods to find out if they were resolved


https://github.com/feenkcom/iceberg-git-cli/commit/adaa48 by Sven Van Caekenberghe
Move PureGitBlob>>#gtDetails to the correct repository


https://github.com/feenkcom/iceberg-git-cli/commit/117437 by Sven Van Caekenberghe
First version of UnifiedDiff>>#applyTo: with example


https://github.com/feenkcom/iceberg-git-cli/commit/a8b501 by Sven Van Caekenberghe
First version of UnifiedDiffChangeChunk>>#applyTo: with example


https://github.com/feenkcom/gt4git/commit/075be6 by Sven Van Caekenberghe
Fix PureGitRepository>>#gtInternalsFor: to make sure it lazily accesses its data


https://github.com/feenkcom/gt4git/commit/96cbc1 by Sven Van Caekenberghe
Move PureGitBlob>>#gtDetails to the correct repository


https://github.com/feenkcom/gtoolkit-world/commit/369326 by Juraj Kubelka
remove some tools from World Spotter

Release v1.0.1246

25 Oct 09:40
Compare
Choose a tag to compare
Release version v1.0.1246

Metacello new
    baseline: 'GToolkitForPharo9';
    repository: 'github://feenkcom/gtoolkit:v1.0.1246/src';
    load

All commits (including upstream repositories) since last build:
https://github.com/feenkcom/gt4magritte/commit/a35c5e by Aliaksei Syrel
[feenkcom/gtoolkit#4124] spawn a magritte definition on alt+click on a label

https://github.com/feenkcom/iceberg-git-cli/commit/eec670 by Sven Van Caekenberghe
Make GtIceRepositorySwitcher class>>#switchAll use some IceGitCliPlatform validations before switching [feenkcom/gtoolkit#4041]

Release v1.0.1245

25 Oct 06:33
Compare
Choose a tag to compare
Release version v1.0.1245

Metacello new
    baseline: 'GToolkitForPharo9';
    repository: 'github://feenkcom/gtoolkit:v1.0.1245/src';
    load

All commits (including upstream repositories) since last build:
https://github.com/feenkcom/gt4petitparser2/commit/f28c78 by Tudor Girba
Merge pull request #1 from mariari/mariari/fix-inspectorview

Fix Grabbing text in the PPNode Sampler view

https://github.com/feenkcom/gt4petitparser2/commit/813ac6 by mariari
Fix Grabbing text in the PPNode Sampler view

Grabbing text for the PPNode broke, I assume it's because the UI shifted, so the `childAt: 1` is now a BrVerticalPane rather than the editor.

To make this safer I just ask for a child with the id `#editor`, which gives us the editor widget to ask text from

Release v1.0.1244

25 Oct 03:04
Compare
Choose a tag to compare
Release version v1.0.1244

Metacello new
    baseline: 'GToolkitForPharo9';
    repository: 'github://feenkcom/gtoolkit:v1.0.1244/src';
    load

All commits (including upstream repositories) since last build:
https://github.com/feenkcom/pharo-futures/commit/c49dc1 by Juraj Kubelka
`AsyncBehaviorSortedInheritedClassMethodsStream` collects methods up to `ProtoObject class`, including it.


https://github.com/feenkcom/gtoolkit-remote/commit/dffa67 by Andrei Chiș
update generated code


https://github.com/feenkcom/gtoolkit-remote/commit/074ab8 by Andrei Chiș
Return allInstVarNames

https://github.com/feenkcom/gt4gemstone/commit/82e42b by Andrei Chiș
Return allInstVarNames

Release v1.0.1243

24 Oct 22:33
Compare
Choose a tag to compare
Release version v1.0.1243

Metacello new
    baseline: 'GToolkitForPharo9';
    repository: 'github://feenkcom/gtoolkit:v1.0.1243/src';
    load

All commits (including upstream repositories) since last build:
https://github.com/feenkcom/gt4pharo/commit/2cbe80 by Andrei Chiș
Merge 84aef5dda512d6ec464a0b2b7549552b77a23511

https://github.com/feenkcom/gt4pharo/commit/24bae3 by Andrei Chiș
Merge 61d972b7602387427a62a71cc332e1a2be641855

https://github.com/feenkcom/gt4pharo/commit/bca2f0 by Andrei Chiș
[feenkcom/gtoolkit#4072]  Use same contents for comparing class names

Release v1.0.1242

24 Oct 21:14
Compare
Choose a tag to compare
Release version v1.0.1242

Metacello new
    baseline: 'GToolkitForPharo9';
    repository: 'github://feenkcom/gtoolkit:v1.0.1242/src';
    load

All commits (including upstream repositories) since last build:
https://github.com/feenkcom/gt4smacc/commit/c4e30d by John Brant
fix bug updating contents before tabs are created in debugger

Release v1.0.1241

24 Oct 18:51
Compare
Choose a tag to compare
Release version v1.0.1241

Metacello new
    baseline: 'GToolkitForPharo9';
    repository: 'github://feenkcom/gtoolkit:v1.0.1241/src';
    load

All commits (including upstream repositories) since last build:
https://github.com/feenkcom/gt4pharo/commit/84aef5 by Juraj Kubelka
add `GtPharoIndex>>#asyncImplementersForWord:convertUsing:` [feenkcom/gtoolkit#4128]


https://github.com/feenkcom/gtoolkit-spotter/commit/e82f0d by Juraj Kubelka
use `GtPharoIndex>>#asyncImplementersForWord:convertUsing:` [feenkcom/gtoolkit#4128]

Release v1.0.1240

24 Oct 16:16
Compare
Choose a tag to compare
Release version v1.0.1240

Metacello new
    baseline: 'GToolkitForPharo9';
    repository: 'github://feenkcom/gtoolkit:v1.0.1240/src';
    load

All commits (including upstream repositories) since last build:
https://github.com/feenkcom/gtoolkit-phlow/commit/bb1318 by Andrei Chiș
Fix methid reference in class comment

https://github.com/feenkcom/gtoolkit-phlow/commit/08f974 by Andrei Chiș
Open a new space on click + primary in phlow [feenkcom/gtoolkit#4126]

https://github.com/feenkcom/gtoolkit-spotter/commit/4e1b81 by Juraj Kubelka
revert changes [feenkcom/gtoolkit#4128]

The searches are too slow on large codebases.

Release v1.0.1239

24 Oct 10:43
Compare
Choose a tag to compare
Release version v1.0.1239

Metacello new
    baseline: 'GToolkitForPharo9';
    repository: 'github://feenkcom/gtoolkit:v1.0.1239/src';
    load

All commits (including upstream repositories) since last build:
https://github.com/feenkcom/gtoolkit-coder/commit/d22010 by Andrei Chiș
[feenkcom/gtoolkit#4072]  Use same contents for comparing values

https://github.com/feenkcom/gtoolkit-inspector/commit/40edd3 by Andrei Chiș
Use #showObject:from: in #gtActionInspectFor:

https://github.com/feenkcom/gtoolkit-remote/commit/535c57 by Andrei Chiș
[feenkcom/gtoolkit#4072]  Use same contents for comparing class names