You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Release version v0.8.727
Metacello new
baseline: 'GToolkit';
repository: 'github://feenkcom/gtoolkit:v0.8.727/src';
load
All commits (including upstream repositories) since last build:
https://github.com/feenkcom/PythonBridge/commit/5b2a0d by Alistair Grant
PBMessageBrokerTest fix broken tests
testRMessageWithParams and testRSyncMessage handlers expected a dictionary to be passed, while all other tests expected an association to be passed. Modify the comparison in those two tests to expect the association for msgpack.
https://github.com/feenkcom/lepiter/commit/e2a78c by Andrei Chis
Merge ae0ca24e5977277f1d4e49a633a775f42d7df302
https://github.com/feenkcom/lepiter/commit/ae0ca2 by Alistair Grant
Add LeRestPage>>printPageSummaryLimitedTo:
Triggered by:
LeRestPage(Object)>>doesNotUnderstand: #printPageSummaryLimitedTo:
LePageViewModel>>printPageSummaryLimitedTo:
LePageTitleAndSummaryElement>>updatePageInfo
LePageTitleAndSummaryElement>>onPageViewModelChanged
LePageTitleAndSummaryElement>>pageViewModel:
[ :anItemElement :eachLeTableOfContentsNode |
anItemElement
pageViewModel: (LePageViewModel new pageModel: eachLeTableOfContentsNode page) ] in LeDatabaseTableOfContentsTreeElement>>initializeTreeElement
BlockClosure>>glamourValueWithArgs:
BrStencilValuableExecutor>>execute
Issue: feenkcom/gtoolkit#1977
https://github.com/feenkcom/lepiter/commit/e4e2e4 by Andrei Chis
Merge 92b98b1fa53583b488334bbf542ffe02cda39d2e
https://github.com/feenkcom/lepiter/commit/c2fd9d by Andrei Chis
Add some tests for the reload [feenkcom/gtoolkit#1965]