Skip to content

Release v1.0.1237

Compare
Choose a tag to compare
@JurajKubelka JurajKubelka released this 24 Oct 00:16
· 37 commits to main since this release
Release version v1.0.1237

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

All commits (including upstream repositories) since last build:
https://github.com/feenkcom/gtoolkit-utility/commit/561744 by Juraj Kubelka
add `CompiledMethod>>#isSourceSearchable` [feenkcom/gtoolkit#4128]


https://github.com/feenkcom/gt4pharo/commit/61d972 by Juraj Kubelka
Merge 61826a8e995b49e75df35ddf33d49e79b55a79f8


https://github.com/feenkcom/gt4pharo/commit/948072 by Juraj Kubelka
use `CompiledMethod>>#isSourceSearchable` [feenkcom/gtoolkit#4128]


https://github.com/feenkcom/gt4pharo/commit/61826a by Andrei Chiș
Lazy initialize tempVectorName to a symbol

https://github.com/feenkcom/gt4pharo/commit/a33696 by Andrei Chiș
Fix in hierarchy senders

https://github.com/feenkcom/gt4pharo/commit/160d7d by Andrei Chiș
Show the class hierarchy scope above packages

https://github.com/feenkcom/gt4pharo/commit/0dae11 by Andrei Chiș
Push the creation of the filter context to GtSmalltalkSourceCoder so that it can be reused in gemstone coders

https://github.com/feenkcom/gtoolkit-spotter/commit/28488d by Juraj Kubelka
add search method source code spotter extensions [feenkcom/gtoolkit#4128]


https://github.com/feenkcom/gtoolkit-spotter/commit/9a5d1a by Juraj Kubelka
Use `GtPharoIndex` to search method names in a class coder [feenkcom/gtoolkit#4128]


https://github.com/feenkcom/gt4gemstone/commit/35521b by Andrei Chiș
[feenkcom/gtoolkit#4072]  Use #sameContentsAs: when comparing the class name

https://github.com/feenkcom/gt4gemstone/commit/955ef0 by Andrei Chiș
Implement hierarchy implementors/senders using a scope

https://github.com/feenkcom/gt4gemstone/commit/65953e by Andrei Chiș
Merge 9f8a3720f006bf273f81272af740d64006b6b20d

https://github.com/feenkcom/gt4gemstone/commit/a43573 by Andrei Chiș
Expand implementors/references actions for gemstone coders with a search filter context

https://github.com/feenkcom/gt4gemstone/commit/bb5b93 by Andrei Chiș
Add search filter contexts  to gemstone coders