[Pharo-users] Playground auto-save?

2019-06-18 Thread Hilaire
Hi, I have to admit it is working randomly in P7 with Dr.Geo. (19.06 rel) Sometime script can be retrieved with the playpage button other time no: executed script can not be retrieved. Its behavior is not predictable and it is a problem for me and the kids playing code. Hilaire -- Dr. Geo htt

Re: [Pharo-users] Iceberg loading a Tonel package migrated using SETT

2019-06-18 Thread Esteban Maringolo
Dale, Besides the issue affecting this particular case, I think that the Tonel "format" should support and honor "metadata" at the class/package/method level. E.g. the SETT exporter creates the #vw_namespace for classes, other dialects may need to specify other information that would be useful tha

Re: [Pharo-users] Question: anyone using NOCompletion setting?

2019-06-18 Thread Sean P. DeNigris
I use it sometimes. IIRC there was a paper that it was objectively better at finding the "right" thing. Are you thinking of removing it? - Cheers, Sean -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html

Re: [Pharo-users] Iceberg loading a Tonel package migrated using SETT

2019-06-18 Thread Dale Henrichs
SETT was create based on our understanding (GemTalk Systems) of what the tonel disk format was _supposed_ to be and I think that Pharo has departed from somewhat from what was understood to be the format. I've had similar problems trying to use filetree repositories with Iceberg that have been

[Pharo-users] Question: anyone using NOCompletion setting?

2019-06-18 Thread Marcus Denker
Hi, There are two completion modes currently: the standard one and the NOControler setting the NO option has the idea that it sorts “newly” compiled selectors first, else it is the same. Is anyone using this setting? Marcus

Re: [Pharo-users] Iceberg loading a Tonel package migrated using SETT

2019-06-18 Thread Esteban Maringolo
Hi Guillermo, Your workaround effectively solved my issue. About the tonel format, in the .properties file at the sources directory there was such setting: https://github.com/eMaringolo/rbac/blob/9279f22ef5fd1c4149090b5b39a6afa143a6519c/sources/properties.st But the .project file was missing at

Re: [Pharo-users] Autocompletion

2019-06-18 Thread Marcus Denker
> On 16 Jun 2019, at 08:41, eftomi wrote: > > I found the cause - I created the #buttonBad accessing methods with code > (re)factoring (generate accessors), and in this case the accessors are made > in this fashion: > > CustomerSatisfaction >> buttonBad: *anObject > *buttonBad := *anObj

Re: [Pharo-users] Iceberg loading a Tonel package migrated using SETT

2019-06-18 Thread Guillermo Polito
I’ve created an issue: https://github.com/pharo-vcs/iceberg/issues/1251 > El 18 jun 2019, a las 9:30, Guillermo Polito > escribió: > > Hi Esteban, > > It seems like a bug in Iceberg. If you click on debug, you’ll see that > although you’ve

Re: [Pharo-users] Iceberg loading a Tonel package migrated using SETT

2019-06-18 Thread Guillermo Polito
Hi Esteban, It seems like a bug in Iceberg. If you click on debug, you’ll see that although you’ve said the project is in tonel format, it’s trying to use a Filetree reader This is due to some missing metadata in the commit (iceberg is relying on commit information there and not working copy