Re: [Pharo-dev] summary of "float & fraction equality bug"

2017-11-11 Thread Tudor Girba
Hi, Indeed, I agree with this point of view. Can we distill a concrete path to action from this? Cheers, Doru > On Nov 11, 2017, at 11:58 AM, raffaello.giulie...@lifeware.ch wrote: > > On 2017-11-10 22:18, Nicolas Cellier wrote: >> >> >> 2017-11-10 20:58 GMT+01:00 Martin McClure

Re: [Pharo-dev] Convention for "reset" methods

2017-11-11 Thread Sean P. DeNigris
CyrilFerlicot wrote > So my question is, should we have a conventional protocol for reset > methods? Out of those choices, accessing and instance creation seem the worst. I agree that initialization seems best out of those. - Cheers, Sean -- Sent from:

Re: [Pharo-dev] feenk log

2017-11-11 Thread Tudor Girba
Hi Denis, It is not a global function. It is a class-side method because it relies on the following logic: - if the element is attached to a space, it uses that space to dispatch the event. - otherwise, it creates a temporary space and uses that one. The use case for such simulators is needed

Re: [Pharo-dev] 6.1 Iceberg - how is this supposed to work?

2017-11-11 Thread Todd Blanchard
Executed that. Now tried to do: > Metacello new > repository: 'github://estebanlm/libclang-pharo-bindings/src > '; > baseline: 'LibClang'; > load. And I'm back to "Could not resolve 'BaselineOfLibClang' Also tried the iceberg loader. I get... "No ssh-agent suitable

[Pharo-dev] Convention for "reset" methods

2017-11-11 Thread Cyril Ferlicot
Hi, Torsten is doing a really cool job by cleaning the protocols of Pharo. Smalltalk has a lot of conventions and if we want the users to apply them we need to have a clean Pharo. On that subject I was wondering… Do we have a real convention for "reset" methods? With this script:

Re: [Pharo-dev] Is fileout on the change sorter working in Pharo 70?

2017-11-11 Thread Alistair Grant
Hi Stef & Stephan, On 8 November 2017 at 22:29, stephan wrote: > On 08-11-17 22:03, Stephane Ducasse wrote: >> >> File @ /Users/ducasse/Documents/Pharo/vms/70-x86/Pharo.app/Contents/MacOS > > > Yes, this is looks like one of the problems I have with PharoLauncher > directories.

Re: [Pharo-dev] 6.1 Iceberg - how is this supposed to work?

2017-11-11 Thread Esteban Lorenzano
> On 11 Nov 2017, at 08:53, Stephane Ducasse wrote: > > Esteban > there is not hook to be able to avoid such bugs. I do not understand :) the problem is that this issue do not happen in P7… I wonder why? but well, we need to add a step to P6 64bits building.

Re: [Pharo-dev] Encoding method source code in Tonel

2017-11-11 Thread Stephane Ducasse
Tx esteban I agree :) On Fri, Nov 10, 2017 at 7:30 PM, Esteban Lorenzano wrote: > none of them, I’m sorry :) > I think we can do a lot better with just a bit of effort. > > Esteban > >> On 10 Nov 2017, at 15:26, Stephane Ducasse wrote: >> >> I

Re: [Pharo-dev] 6.1 Iceberg - how is this supposed to work?

2017-11-11 Thread Stephane Ducasse
Esteban there is not hook to be able to avoid such bugs. Stef On Sat, Nov 11, 2017 at 12:46 PM, Esteban Lorenzano wrote: > got it. > I was able to reproduce it. > > turns out there is a problem in the 32-64 bits conversion and libgit2 > bindings. > > you need to execute

Re: [Pharo-dev] 6.1 Iceberg - how is this supposed to work?

2017-11-11 Thread Esteban Lorenzano
got it. I was able to reproduce it. turns out there is a problem in the 32-64 bits conversion and libgit2 bindings. you need to execute this: LGitExternalStructure allSubclassesDo: #compileFields. before execute this: Metacello new repository:

Re: [Pharo-dev] Tonel and class definition changes

2017-11-11 Thread Esteban Lorenzano
> On 11 Nov 2017, at 07:48, Denis Kudriashov wrote: > > Hi. > I extracted my question from previous thread about encoding issue in Tonel. > > 2017-11-10 18:08 GMT+01:00 Esteban Lorenzano >: > On 10 Nov 2017, at 13:05,

Re: [Pharo-dev] Thanks for he TDD improvement!

2017-11-11 Thread Stephane Ducasse
Yes we should fix what get on our way. The next item is the bad widget for selecting a package taht we all hate. On Sat, Nov 11, 2017 at 11:57 AM, Denis Kudriashov wrote: > 2017-11-11 11:47 GMT+01:00 Stephane Ducasse : >> >> Hi >> >> this is super

Re: [Pharo-dev] summary of "float & fraction equality bug"

2017-11-11 Thread raffaello . giulietti
On 2017-11-10 22:18, Nicolas Cellier wrote: > > > 2017-11-10 20:58 GMT+01:00 Martin McClure >: > > On 11/10/2017 11:33 AM, raffaello.giulie...@lifeware.ch > wrote: > > Doing only

Re: [Pharo-dev] Thanks for he TDD improvement!

2017-11-11 Thread Denis Kudriashov
2017-11-11 11:47 GMT+01:00 Stephane Ducasse : > Hi > > this is super cool to get tests refreshed in nautilus when we define > the method in the debugger. I was always bored when I do demo to have > the rerun the tests. > > TX because this is super cool > We should

Re: [Pharo-dev] feenk log

2017-11-11 Thread Stephane Ducasse
Nice explanation. Aliaksei do you add it to the BLSpace class comment? Stef On Fri, Nov 10, 2017 at 10:36 PM, Aliaksei Syrel wrote: > Hi Sean, > >> Why not `anElement simulateClick`? > > > Good question :) > We indeed evaluated a possibility to have (BlElement >>

[Pharo-dev] Tonel and class definition changes

2017-11-11 Thread Denis Kudriashov
Hi. I extracted my question from previous thread about encoding issue in Tonel. 2017-11-10 18:08 GMT+01:00 Esteban Lorenzano : > On 10 Nov 2017, at 13:05, Denis Kudriashov wrote: > > 2017-11-10 16:30 GMT+01:00 Martin McClure :

Re: [Pharo-dev] feenk log

2017-11-11 Thread Stephane Ducasse
Thanks Doru this is cool to see this happening. Stef On Fri, Nov 10, 2017 at 7:47 PM, Tudor Girba wrote: > Hi, > > Over the past couple of weeks Alex worked on stabilizing a first beta01 > version for Pharo 6.1: > https://twitter.com/feenkcom/status/929031849879461889 > >

Re: [Pharo-dev] Alternative window manager

2017-11-11 Thread Stephane Ducasse
Tx Phil! On Sat, Nov 11, 2017 at 11:37 AM, philippe.b...@highoctane.be wrote: > I need to give it some love as the keybindings are all acting bad. > Aerosnap style stuff to be added as well. > > There is an issue with integrating the world menu due to morphic changes. >

[Pharo-dev] Thanks for he TDD improvement!

2017-11-11 Thread Stephane Ducasse
Hi this is super cool to get tests refreshed in nautilus when we define the method in the debugger. I was always bored when I do demo to have the rerun the tests. TX because this is super cool We should continue to improve the user experience in Pharo. Stef

Re: [Pharo-dev] Alternative window manager

2017-11-11 Thread philippe.b...@highoctane.be
I need to give it some love as the keybindings are all acting bad. Aerosnap style stuff to be added as well. There is an issue with integrating the world menu due to morphic changes. Do I disabled it. I'll give it a shot for 6.1 as it is now a 5 0 thing. Phil On Nov 10, 2017 22:36, "Alistair

Re: [Pharo-dev] 6.1 Iceberg - how is this supposed to work?

2017-11-11 Thread Todd Blanchard
Any help? > On Nov 10, 2017, at 8:49 AM, Todd Blanchard wrote: > > Yes, trying to install your libclang. > > Pharo is brand new download of whatever is on the website - 6.1-64 bit > version (yes I know its not tested - I was going to test it). > OSX Sierra. > I have Xcode

Re: [Pharo-dev] feenk log

2017-11-11 Thread Denis Kudriashov
Hi Aliaksei 2017-11-10 22:36 GMT+01:00 Aliaksei Syrel : > Hi Sean, > > Why not `anElement simulateClick`? > > > Good question :) > We indeed evaluated a possibility to have (BlElement >> #simulateClick) > but then decided to make BlSpace class to be responsible for that. >

Re: [Pharo-dev] feenk log

2017-11-11 Thread stephan
On 10-11-17 22:36, Aliaksei Syrel wrote: To wrap up, we decided that it should be a responsibility of the Space _class_ to create a new temporary instance of itself, add an element to it, simulate click event and then delete itself. In order to show the intent and a process behind we decided