Re: [Pharo-users] Status of Caffeine

2018-07-20 Thread Craig Latta
> What about the UI lag and the occasional spinner that blocks the UI, > is this related to the debugging protocol (I see that the IDEs are > loaded in iframes) that will go away when run from local, or is this > something that can be optimized away? That's just the speed of Morphic. The VM

Re: [Pharo-users] Status of Caffeine

2018-07-20 Thread Siemen Baader
Ok, Thanks! :) Siemen Sent from my iPhone > On 20 Jul 2018, at 10.08, Craig Latta wrote: > > >> What about the UI lag and the occasional spinner that blocks the UI, >> is this related to the debugging protocol (I see that the IDEs are >> loaded in iframes) that will go away when run from loca

Re: [Pharo-users] Changing a BaselineOf... to include one more package

2018-07-20 Thread Andrew Black
> On 16 Jul 2018, at 07:27 , Guillermo Polito wrote: > > - I've cloned SmaCC > - I've checked out the flgr branch > - I've loaded the baseline and added > >> spec package: 'SmaCC-Reification' with: [ spec requires: >> #('SmaCC-Smalltalk-Parser' 'SmaCC-Runtime' 'SmaCC-Java') ] > - then, I'v

Re: [Pharo-users] Changing a BaselineOf... to include one more package

2018-07-20 Thread Andrew Black
I’ve spent another couple of hours on this, and here is where I stand. I can get SmaCC-Reification to load if I use the "load ...” menu in the Montecello extension menu to Iceberg — but only if I select the fglr branch manually. (this is reasonable, because that group is not on the working branc