Skip to content

Release v1.0.1394

Compare
Choose a tag to compare
@JurajKubelka JurajKubelka released this 13 Dec 13:28
· 26 commits to main since this release
Release version v1.0.1394

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

All commits (including upstream repositories) since last build:
https://github.com/feenkcom/gt4pharo/commit/b82b92 by Andrei Chiș
Merge 0656d50203bccca881039ed211cd802330af1011

https://github.com/feenkcom/gt4pharo/commit/3c54e2 by Andrei Chiș
Add missing SmalltalkImage>>logErrorMessage: 

https://github.com/feenkcom/PharoLink/commit/c47067 by Alistair Grant
[feenkcom/gtoolkit#4242] PharoLinkServerConnection: Stop the PharoLinkServerConnection if the client end disconnects


https://github.com/feenkcom/PharoLink/commit/2ec993 by Alistair Grant
[feenkcom/gtoolkit#4241] PharoLinkServerConnection: Handle exceptions while retrieving the next request.


https://github.com/feenkcom/gtoolkit-world/commit/6ec04b by Juraj Kubelka
handle baseline errors in `GtDependencyAnalyzerForPackage class>>#baselinesForPackage:`


https://github.com/feenkcom/gtoolkit-world/commit/cb1af6 by Juraj Kubelka
Merge b8430bfbf1877be8c00a35f8d876be5fefb35ec2


https://github.com/feenkcom/gtoolkit-world/commit/64e58c by Juraj Kubelka
add `BrMenuModelElement>>#gtMenuModelProperty` [feenkcom/gtoolkit#4180]


https://github.com/feenkcom/gtoolkit-world/commit/b8430b by Juraj Kubelka
fix a package dependency analyzer view


https://github.com/feenkcom/gtoolkit-world/commit/fe2719 by Juraj Kubelka
dependency analyzer handles broken baselines

A broken baseline is a such that cannot return packages. 
It emits `GtDependencyAnalyzerBrokenBaselineSignal` in such cases.