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

2018-07-08 Thread Paul DeBruicker
Seems like its not looking in your iceberg directory/subdirectories for the SmaCC-Reification package. Just the package-cache and on github. Did you try adding a SmaCC-Reification specific repository declaration yet to your baseline? e.g. spec package: 'SmaCC-Reification' with:[

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

2018-07-08 Thread Andrew P. Black
I have a baselineOfGrace that has been working fine for some time: > baseline: spec > > > spec for: #'common' do: [ > spec > baseline: 'SmaCC' > with: [ spec repository: > 'github://apblack/SmaCC:working' ]. >

Re: [Pharo-users] Pharo 7 and shortcuts

2018-07-08 Thread Tim Mackinnon
I find the inconsistency the worst problem, sometimes cmd-m sometimes cmd-b,m and sometimes both work. I can handle double keys for lesser used items, but some really common code editing things need a single key. I would actually like more shortcuts available for code refactoring like inlining

Re: [Pharo-users] Pharo 7 and shortcuts

2018-07-08 Thread Esteban Lorenzano
Hi, > On 7 Jul 2018, at 17:18, Norbert Hartl wrote: > > > >> Am 07.07.2018 um 17:08 schrieb Cyril Ferlicot D. : >> >>> Le 07/07/2018 à 16:17, Ben Coman a écrit : >>> Any seeming agreement may just have been the nay-sayers falling silent since >>> there seemed little chance of having it chang

Re: [Pharo-users] [Moose-dev] Re: Roassal2 in Pharo 6.1 (Win) 137 tests fails

2018-07-08 Thread Alexandre Bergel via Pharo-users
--- Begin Message --- Wow Glad to hear everything works now... Alexandre > On Jul 7, 2018, at 7:01 AM, Hernán Morales Durand > wrote: > > Hi Peter, > > I don't know why but restarted the PC and it worked! On a new image > and Roassal2 installation. > Thank you, > > Cheers, > > Hernán >