[Pharo-dev] [pharo-project/pharo-core] 9ce126: 50525

2016-01-13 Thread GitHub
Branch: refs/heads/5.0 Home: https://github.com/pharo-project/pharo-core Commit: 9ce126f8096197e06ecc4f1ee8d137da354db91b https://github.com/pharo-project/pharo-core/commit/9ce126f8096197e06ecc4f1ee8d137da354db91b Author: Jenkins Build Server Date: 2016-01-13 (Wed, 13 Jan 2016

[Pharo-dev] [pharo-project/pharo-core]

2016-01-13 Thread GitHub
Branch: refs/tags/50525 Home: https://github.com/pharo-project/pharo-core

Re: [Pharo-dev] [Ann] ReadWriteLock

2016-01-13 Thread Jan Vrany
Denis,  yes, I read it, but I could not find answers there.  Ben, thanks! The second article suggests that readers may do blocking operations inside read-critical sections such as IO. If the critical section may block, then I see the advantage. I always thought doing a blocking operation in a cr

Re: [Pharo-dev] ifError: implementation is bad

2016-01-13 Thread Guillermo Polito
> On 12 ene 2016, at 8:53 p.m., stepharo wrote: > > > +^111 >> >> We should make a list. Some that should be easy: >> >> - Delay should be splitted > why? First, I mean Delay, not processes. Processes are required for executing code, delays are not. I believe that Delay is not a lan

Re: [Pharo-dev] [Ann] ReadWriteLock

2016-01-13 Thread Denis Kudriashov
Thank you Ben for links 2016-01-13 4:31 GMT+01:00 Ben Coman : > These two read together provide a balanced view. > > ReaderWriterLock vs Monitor > http://www.interact-sw.co.uk/iangblog/2004/04/26/rwlockvsmonitor > > When to use the ReaderWriterLock > https://www.interact-sw.co.uk/iangblog/2004/05

Re: [Pharo-dev] I will rename FFI-NB to UnifiedFFI

2016-01-13 Thread Esteban Lorenzano
> On 13 Jan 2016, at 03:46, Ben Coman wrote: > >> Le 12/1/16 17:58, Denis Kudriashov a écrit : >> >> Hi >> >> UFFI reminds me UFO which can be translated like Unified Foreign Objects. >> And objects outside image look really like unidentified flying objects. It's >> just address, blob of byte

Re: [Pharo-dev] I will rename FFI-NB to UnifiedFFI

2016-01-13 Thread Esteban Lorenzano
So, recapitulation: I want to introduce: 1) package renaming, from FFI-NB to UnifiedFFI 2) prefix renaming, from FFI to UFFI (I will not change method prefix, they will remain ffi* so this is maybe a problem…) 3) method renaming, from ffiLibraryName to ffiLibrary (we didn’t talk about this, bu

Re: [Pharo-dev] How to get launcher launching Spur images?

2016-01-13 Thread Stephan Eggermont
On 12-01-16 21:10, Stephan Eggermont wrote: On 12-01-16 15:23, Ben Coman wrote: On Tue, Jan 12, 2016 at 10:03 PM, stepharo wrote: I loaded the stable version in Pharo 50 and I saw that it does not have the Spur special Folder. So I loaded the latest version of the packages from the repo and I

[Pharo-dev] Metacello: wrong version if we load twice the same configuration

2016-01-13 Thread Ferlicot D. Cyril
Hi, In some Synectique images we have some problem because we load a project into an image and this project depend on another project (SynMoose) that is already in some of our images in Jenkins. The problem is that a package that we do not want is loaded. SynMoose load the stable version of Magr

Re: [Pharo-dev] How to get launcher launching Spur images?

2016-01-13 Thread Blondeau Vincent
> -Message d'origine- > De : Pharo-dev [mailto:pharo-dev-boun...@lists.pharo.org] De la part de > Stephan Eggermont > Envoyé : mercredi 13 janvier 2016 11:45 > À : pharo-dev@lists.pharo.org > Objet : Re: [Pharo-dev] How to get launcher launching Spur images? > > On 12-01-16 21:10, Stephan

Re: [Pharo-dev] How to get launcher launching Spur images?

2016-01-13 Thread Stephan Eggermont
On 13-01-16 12:25, Blondeau Vincent wrote: Under Windows, this cmd is working: OSProcess command: $" asString, vmCommand , '" "' , imagePath, '"'. Does it work under Mac (with real double quotes and not 2 single quotes)? If no, we should do something that is platform dependent.. Yes, it works.

Re: [Pharo-dev] How to get launcher launching Spur images?

2016-01-13 Thread Nicolai Hess
2016-01-13 12:25 GMT+01:00 Blondeau Vincent : > > > > -Message d'origine- > > De : Pharo-dev [mailto:pharo-dev-boun...@lists.pharo.org] De la part de > > Stephan Eggermont > > Envoyé : mercredi 13 janvier 2016 11:45 > > À : pharo-dev@lists.pharo.org > > Objet : Re: [Pharo-dev] How to get

Re: [Pharo-dev] I will rename FFI-NB to UnifiedFFI

2016-01-13 Thread Max Leske
> On 13 Jan 2016, at 11:32, Esteban Lorenzano wrote: > > So, recapitulation: > > I want to introduce: > > 1) package renaming, from FFI-NB to UnifiedFFI > 2) prefix renaming, from FFI to UFFI (I will not change method prefix, they > will remain ffi* so this is maybe a problem…) > 3) method r

Re: [Pharo-dev] I will rename FFI-NB to UnifiedFFI

2016-01-13 Thread Dimitris Chloupis
the ideal for me would be that Library to be an Object and returns its path via SomeFFILibrary path or SomeFFILibrary name , if it uses a environment path On Wed, Jan 13, 2016 at 1:57 PM Max Leske wrote: > On 13 Jan 2016, at 11:32, Esteban Lorenzano wrote: > > So, recapitulation: > > I want to

[Pharo-dev] Problem with gitfiletree numeration

2016-01-13 Thread Mariano Martinez Peck
Hi guys, I wanted to know how you manage this situation. I had my already existing project in shub repo. Last version was OSSubprocess-MarianoMartinezPeck.43. I then created a github repo, cloned it, and then with gitfiletree I commit for the first time. The problem is that the commit I did with

Re: [Pharo-dev] How to get launcher launching Spur images?

2016-01-13 Thread Blondeau Vincent
I confirm it works under W7 with Spur and not spur images. Thanks ! I think https://github.com/pharo-project/pharo-launcher/issues/1 can be closed now? Vincent > -Message d'origine- > De : Pharo-dev [mailto:pharo-dev-boun...@lists.pharo.org] De la part de > Stephan Eggermont > Envoyé :

Re: [Pharo-dev] Problem with gitfiletree numeration

2016-01-13 Thread Thierry Goubier
2016-01-13 13:12 GMT+01:00 Mariano Martinez Peck : > Hi guys, > > I wanted to know how you manage this situation. > I had my already existing project in shub repo. Last version > was OSSubprocess-MarianoMartinezPeck.43. I then created a github repo, > cloned it, and then with gitfiletree I commit

Re: [Pharo-dev] I will rename FFI-NB to UnifiedFFI

2016-01-13 Thread Esteban Lorenzano
> On 13 Jan 2016, at 12:56, Max Leske wrote: > > >> On 13 Jan 2016, at 11:32, Esteban Lorenzano > > wrote: >> >> So, recapitulation: >> >> I want to introduce: >> >> 1) package renaming, from FFI-NB to UnifiedFFI >> 2) prefix renaming, from FFI to UFFI (I will no

Re: [Pharo-dev] Problem with gitfiletree numeration

2016-01-13 Thread Mariano Martinez Peck
On Wed, Jan 13, 2016 at 9:27 AM, Thierry Goubier wrote: > > > 2016-01-13 13:12 GMT+01:00 Mariano Martinez Peck : > >> Hi guys, >> >> I wanted to know how you manage this situation. >> I had my already existing project in shub repo. Last version >> was OSSubprocess-MarianoMartinezPeck.43. I then c

Re: [Pharo-dev] Problem with gitfiletree numeration

2016-01-13 Thread Thierry Goubier
2016-01-13 13:56 GMT+01:00 Mariano Martinez Peck : > > > On Wed, Jan 13, 2016 at 9:27 AM, Thierry Goubier < > thierry.goub...@gmail.com> wrote: > >> >> >> 2016-01-13 13:12 GMT+01:00 Mariano Martinez Peck : >> >>> Hi guys, >>> >>> I wanted to know how you manage this situation. >>> I had my already

Re: [Pharo-dev] I will rename FFI-NB to UnifiedFFI

2016-01-13 Thread Henrik Nergaard
If the prefix is renamed would it be possible to include a delimiter symbol between whatever prefix name and the object name? (for example underscore). Then one could change the how a class is viewed in a simple manner (see attached example). Best regards, Henrik From: Pharo-dev [mailto:pharo

Re: [Pharo-dev] Problem with gitfiletree numeration

2016-01-13 Thread Mariano Martinez Peck
On Wed, Jan 13, 2016 at 10:00 AM, Thierry Goubier wrote: > > > 2016-01-13 13:56 GMT+01:00 Mariano Martinez Peck : > >> >> >> On Wed, Jan 13, 2016 at 9:27 AM, Thierry Goubier < >> thierry.goub...@gmail.com> wrote: >> >>> >>> >>> 2016-01-13 13:12 GMT+01:00 Mariano Martinez Peck >>> : >>> Hi g

Re: [Pharo-dev] I will rename FFI-NB to UnifiedFFI

2016-01-13 Thread Esteban Lorenzano
not really, underscores are too “anti-Smalltalk”. > On 13 Jan 2016, at 14:23, Henrik Nergaard wrote: > > If the prefix is renamed would it be possible to include a delimiter symbol > between whatever prefix name and the object name? (for example underscore). > Then one could change the how a c

Re: [Pharo-dev] I will rename FFI-NB to UnifiedFFI

2016-01-13 Thread Christian Haider
Namespaces – please. Best, Christian Von: Pharo-dev [mailto:pharo-dev-boun...@lists.pharo.org] Im Auftrag von Henrik Nergaard Gesendet: Mittwoch, 13. Januar 2016 14:24 An: Pharo Development List Betreff: Re: [Pharo-dev] I will rename FFI-NB to UnifiedFFI If the prefix is renamed would

Re: [Pharo-dev] I will rename FFI-NB to UnifiedFFI

2016-01-13 Thread Esteban Lorenzano
another discussion, for another thread :) > On 13 Jan 2016, at 14:35, Christian Haider > wrote: > > Namespaces – please. > > Best, Christian > > Von: Pharo-dev [mailto:pharo-dev-boun...@lists.pharo.org] Im Auftrag von > Henrik Nergaard > Gesendet: Mittwoch, 13. Januar 2016 14:24 > An: Phar

Re: [Pharo-dev] Problem with gitfiletree numeration

2016-01-13 Thread Thierry Goubier
2016-01-13 14:32 GMT+01:00 Mariano Martinez Peck : > > On Wed, Jan 13, 2016 at 10:00 AM, Thierry Goubier < > thierry.goub...@gmail.com> wrote: > >> >> >> 2016-01-13 13:56 GMT+01:00 Mariano Martinez Peck : >> >>> >>> >>> On Wed, Jan 13, 2016 at 9:27 AM, Thierry Goubier < >>> thierry.goub...@gmail.c

Re: [Pharo-dev] Problem with gitfiletree numeration

2016-01-13 Thread Mariano Martinez Peck
On Wed, Jan 13, 2016 at 11:33 AM, Thierry Goubier wrote: > > > 2016-01-13 14:32 GMT+01:00 Mariano Martinez Peck : > >> >> On Wed, Jan 13, 2016 at 10:00 AM, Thierry Goubier < >> thierry.goub...@gmail.com> wrote: >> >>> >>> >>> 2016-01-13 13:56 GMT+01:00 Mariano Martinez Peck >>> : >>> >

Re: [Pharo-dev] Problem with gitfiletree numeration

2016-01-13 Thread David Allouche
> On 13 Jan 2016, at 15:33, Thierry Goubier wrote: > > > > 2016-01-13 14:32 GMT+01:00 Mariano Martinez Peck >: > > On Wed, Jan 13, 2016 at 10:00 AM, Thierry Goubier > wrote: > > > 2016-01-13 13:56 GMT+01:00 Mariano Martinez P

Re: [Pharo-dev] Problem with gitfiletree numeration

2016-01-13 Thread Thierry Goubier
2016-01-13 15:44 GMT+01:00 Mariano Martinez Peck : > > > On Wed, Jan 13, 2016 at 11:33 AM, Thierry Goubier < > thierry.goub...@gmail.com> wrote: > >> >> >> 2016-01-13 14:32 GMT+01:00 Mariano Martinez Peck : >> >>> >>> On Wed, Jan 13, 2016 at 10:00 AM, Thierry Goubier < >>> thierry.goub...@gmail.co

Re: [Pharo-dev] Problem with gitfiletree numeration

2016-01-13 Thread Thierry Goubier
2016-01-13 15:46 GMT+01:00 David Allouche : > > On 13 Jan 2016, at 15:33, Thierry Goubier > wrote: > > > > 2016-01-13 14:32 GMT+01:00 Mariano Martinez Peck : > >> >> On Wed, Jan 13, 2016 at 10:00 AM, Thierry Goubier < >> thierry.goub...@gmail.com> wrote: >> >>> >>> >>> 2016-01-13 13:56 GMT+01:00

Re: [Pharo-dev] Problem with gitfiletree numeration

2016-01-13 Thread Mariano Martinez Peck
On Wed, Jan 13, 2016 at 11:48 AM, Thierry Goubier wrote: > > > 2016-01-13 15:44 GMT+01:00 Mariano Martinez Peck : > >> >> >> On Wed, Jan 13, 2016 at 11:33 AM, Thierry Goubier < >> thierry.goub...@gmail.com> wrote: >> >>> >>> >>> 2016-01-13 14:32 GMT+01:00 Mariano Martinez Peck >>> : >>> >>>

Re: [Pharo-dev] How to get launcher launching Spur images?

2016-01-13 Thread stepharo
So what is the conclusion? Can anybody get the launcher open both prespur and spur images? Stef Le 13/1/16 13:16, Blondeau Vincent a écrit : I confirm it works under W7 with Spur and not spur images. Thanks ! I think https://github.com/pharo-project/pharo-launcher/issues/1 can be closed now?

Re: [Pharo-dev] 17348 Enhance shortcut learnability

2016-01-13 Thread stepharo
Sweet! I was thinking to put it below and smaller but this is cool. Stef Le 12/1/16 21:03, Henrik Nergaard a écrit : Hi Stef, Something like this? (see attachment) Best regards, Henrik *From:*Pharo-dev [mailto:pharo-dev-boun...@lists.pharo.org] *On Behalf Of *stepharo *Sent:* Monday, Jan

Re: [Pharo-dev] How to get launcher launching Spur images?

2016-01-13 Thread Serge Stinckwich
At the moment, I have 2 Pharo Launcher one for pre-Spur images and another one for Spur images ... On Wed, Jan 13, 2016 at 4:36 PM, stepharo wrote: > So what is the conclusion? > Can anybody get the launcher open both prespur and spur images? > > Stef > > > Le 13/1/16 13:16, Blondeau Vincent a é

Re: [Pharo-dev] How to get launcher launching Spur images?

2016-01-13 Thread Blondeau Vincent
> -Message d'origine- > De : Pharo-dev [mailto:pharo-dev-boun...@lists.pharo.org] De la part de > stepharo > Envoyé : mercredi 13 janvier 2016 16:37 > À : Pharo Development List > Objet : Re: [Pharo-dev] How to get launcher launching Spur images? > > So what is the conclusion? > Can anybod

[Pharo-dev] Sounds like Goodies

2016-01-13 Thread Torsten Bergmann
The dolphin 7 open source repo includes some contributions from Udo including an implementation for Levenshtein distance [1]. It's a single method + test case and easy to port. The algorithm [2] is useful to find out how close two strings are (approximate string matching). There is also Soun

Re: [Pharo-dev] How to get launcher launching Spur images?

2016-01-13 Thread Cyril Ferlicot D.
Le 13/01/2016 16:36, stepharo a écrit : > So what is the conclusion? > Can anybody get the launcher open both prespur and spur images? > > Stef > > > Since more than one week I can on Windows and Linux :) -- Cyril Ferlicot http://www.synectique.eu 165 Avenue Bretagne Lille 59000 France

Re: [Pharo-dev] 17348 Enhance shortcut learnability

2016-01-13 Thread Cyril Ferlicot D.
Le 12/01/2016 21:03, Henrik Nergaard a écrit : > Hi Stef, > > > > Something like this? (see attachment) > > > > Best regards, > > Henrik > > Hi, I think it would be cool to also have a setting to get it with an #inform: instead of a full Morph. I would like to get a reminder of the s

Re: [Pharo-dev] How to get launcher launching Spur images?

2016-01-13 Thread Serge Stinckwich
Great ! Works for me now with the last version on mac os x. Maybe new binary version for windows and mac should be provide here for newbies: https://ci.inria.fr/pharo/view/Launcher/ Thank you guys. On Wed, Jan 13, 2016 at 4:46 PM, Blondeau Vincent wrote: > >> -Message d'origine- >> De

Re: [Pharo-dev] Bad layoutFrame>>#hash

2016-01-13 Thread David Allouche
> On 12 Jan 2016, at 20:59, stepharo wrote: > > Hi david > > I rad the wikipedia page you mention and this looks a bit obvious to me. I > knew this. > now it does not really help fixing the problem you mention. > > Stef Since you asked for it… The #hash method is used in Pharo to separate o

Re: [Pharo-dev] How to get launcher launching Spur images?

2016-01-13 Thread Stephan Eggermont
On 13-01-16 17:09, Serge Stinckwich wrote: Great ! Works for me now with the last version on mac os x. Maybe new binary version for windows and mac should be provide here for newbies: https://ci.inria.fr/pharo/view/Launcher/ I've committed a new configuration, promoting this to #stable and usi

Re: [Pharo-dev] Problem with gitfiletree numeration

2016-01-13 Thread Ben Coman
> 2016-01-13 13:12 GMT+01:00 Mariano Martinez Peck > : >> >> Hi guys, >> >> I wanted to know how you manage this situation. >> I had my already existing project in shub repo. Last version was >> OSSubprocess-MarianoMartinezPeck.43. I then created a github repo, clone

Re: [Pharo-dev] Bad layoutFrame>>#hash

2016-01-13 Thread Stephan Eggermont
Name: SLICE-Issue-17363-LayoutFrame-fractions-0--0-corner-1--1--LayoutFrame-identity-should-be-true-and-it-is-not-StephanEggermont.2 Author: StephanEggermont Time: 13 January 2016, 6:06:01.571074 pm UUID: 9a5e9ae3-1357-4bfb-921a-3762d57402fd Ancestors: Dependencies: Morphic-Base-StephanEggermont.

[Pharo-dev] GitFileTree and Metacello load from github problem

2016-01-13 Thread Mariano Martinez Peck
Hi... I am totally dumb today or what?? I am trying to load: Metacello new baseline: 'OSSubprocess'; repository: 'github://marianopeck/OSSubprocess:master/repository'; load. And I am getting this error: However, I am getting this error: File Not Found: 'File @ /Users/mariano/Trabajo/PharoCo

Re: [Pharo-dev] GitFileTree and Metacello load from github problem

2016-01-13 Thread Thierry Goubier
Hi Mariano, yes, this is https://pharo.fogbugz.com/f/cases/17125/Metadata-less-compatibility-with-FileTree. It was integrated in Pharo5 (50470) then reverted at one point, so it's no more in the image. I'm trying to reactivate it, but I don't understand what the CI error is. It's the necessary

[Pharo-dev] Code reviews

2016-01-13 Thread Ben Coman
On Thu, Jan 14, 2016 at 12:22 AM, David Allouche wrote: > > By the way, how do you guys do code reviews for code integrated into the > core? Its fairly informal. Once a Slice has been submitted to the Pharo5Inbox the associated Issue on Fogbugz is to "Fix review Needed" - people review it out a

Re: [Pharo-dev] Bad layoutFrame>>#hash

2016-01-13 Thread David Allouche
> On 13 Jan 2016, at 18:09, Stephan Eggermont wrote: > > Name: > SLICE-Issue-17363-LayoutFrame-fractions-0--0-corner-1--1--LayoutFrame-identity-should-be-true-and-it-is-not-StephanEggermont.2 > Author: StephanEggermont > Time: 13 January 2016, 6:06:01.571074 pm > UUID: 9a5e9ae3-1357-4bfb-921a-3

Re: [Pharo-dev] GitFileTree and Metacello load from github problem

2016-01-13 Thread Mariano Martinez Peck
On Wed, Jan 13, 2016 at 2:24 PM, Thierry Goubier wrote: > Hi Mariano, > > yes, this is > > https://pharo.fogbugz.com/f/cases/17125/Metadata-less-compatibility-with-FileTree > . > > It was integrated in Pharo5 (50470) then reverted at one point, so it's > no more in the image. I'm trying to reacti

Re: [Pharo-dev] Code reviews

2016-01-13 Thread David Allouche
> On 13 Jan 2016, at 18:37, Ben Coman wrote: > > On Thu, Jan 14, 2016 at 12:22 AM, David Allouche wrote: >> >> By the way, how do you guys do code reviews for code integrated into the >> core? > > Its fairly informal. Once a Slice has been submitted to the > Pharo5Inbox the associated Issue

Re: [Pharo-dev] Bad layoutFrame>>#hash

2016-01-13 Thread Nicolas Cellier
2016-01-13 17:22 GMT+01:00 David Allouche : > > On 12 Jan 2016, at 20:59, stepharo wrote: > > Hi david > > I rad the wikipedia page you mention and this looks a bit obvious to me. I > knew this. > now it does not really help fixing the problem you mention. > > Stef > > > Since you asked for it… >

Re: [Pharo-dev] Bad layoutFrame>>#hash

2016-01-13 Thread David Allouche
> On 13 Jan 2016, at 19:31, Nicolas Cellier > wrote: > > Note that Squeak has reduced the number of collisions for floats by not > erasing the most significant bits of each word. > I've tested the squeak implementation with Andres Valloud tool in VW, it does > not perform so bad for the sets

Re: [Pharo-dev] Right to Left languages and fonts

2016-01-13 Thread Jimmie Houchin
Hello, In a brief exploration. I may look more later. But the Linux Libertine font has a reasonably nice Latin, Greek, and Hebrew and to my understanding many others, set of characters. I like them much better than the original Ariel which I used. The Ariel on Linux is not the Ariel Unicode M

Re: [Pharo-dev] How to get launcher launching Spur images?

2016-01-13 Thread stepharo
Thanks I will try the latest version of the configuration Before it did not work for me. Le 13/1/16 17:34, Stephan Eggermont a écrit : On 13-01-16 17:09, Serge Stinckwich wrote: Great ! Works for me now with the last version on mac os x. Maybe new binary version for windows and mac should be

Re: [Pharo-dev] Sounds like Goodies

2016-01-13 Thread stepharo
Olivier Auverlot started to port his rebol text library and it includes levenshtein distance too. Le 13/1/16 16:50, Torsten Bergmann a écrit : The dolphin 7 open source repo includes some contributions from Udo including an implementation for Levenshtein distance [1]. It's a single method + te

Re: [Pharo-dev] How to get launcher launching Spur images?

2016-01-13 Thread Esteban A. Maringolo
Damien, Is the Ubuntu PPA updated automatically by the CI? Regards! Esteban A. Maringolo 2016-01-13 13:34 GMT-03:00 Stephan Eggermont : > On 13-01-16 17:09, Serge Stinckwich wrote: >> >> Great ! Works for me now with the last version on mac os x. >> >> Maybe new binary version for windows and

Re: [Pharo-dev] Bad layoutFrame>>#hash

2016-01-13 Thread stepharo
Thanks for your post it was really nice. I am sure you could have figured that by yourself, If I asked this is that I could not. And I read the book on hash numbers. by thinking about how hash values are used and by looking at the code of kernel classes, instead of getting offended and turnin

Re: [Pharo-dev] Bad layoutFrame>>#hash

2016-01-13 Thread stepharo
Hi david I would like to turn your post into a chapter for a forthcoming book so that people can read and get the idea. I did not think about the same object. Is it ok for you? Stef PS: May be this was obviosu for you that we should all get this out of your previous mail but it was not my ca

Re: [Pharo-dev] Bad layoutFrame>>#hash

2016-01-13 Thread Stephan Eggermont
On 13-01-16 18:38, David Allouche wrote: Why did you use a single expression instead of using a temporary variable? I find it harder to understand. I did find it very slightly easier to understand. It is not a strong opinion however. The ideomatic smalltalk would be ^#(leftFraction leftOff

Re: [Pharo-dev] Bad layoutFrame>>#hash

2016-01-13 Thread stepharo
Nicolas two questions: - should we integrate your float changes in Pharo? - I would like to get a chapter explaining the points raised by david, would you like to review it? Stef Le 13/1/16 19:31, Nicolas Cellier a écrit : 2016-01-13 17:22 GMT+01:00 David Allouche

Re: [Pharo-dev] How to get launcher launching Spur images?

2016-01-13 Thread Damien Cassou
On January 13, 2016 8:27:10 PM GMT+01:00, "Esteban A. Maringolo" wrote: >Is the Ubuntu PPA updated automatically by the CI? No. Markus, on CC, is responsible for that. -- Damien Cassou http://damiencassou.seasidehosting.st "Success is the ability to go from one failure to another without losi

Re: [Pharo-dev] Bad layoutFrame>>#hash

2016-01-13 Thread Nicolas Cellier
2016-01-13 19:55 GMT+01:00 David Allouche : > > On 13 Jan 2016, at 19:31, Nicolas Cellier < > nicolas.cellier.aka.n...@gmail.com> wrote: > > Note that Squeak has reduced the number of collisions for floats by not > erasing the most significant bits of each word. > I've tested the squeak implementa

Re: [Pharo-dev] Bad layoutFrame>>#hash

2016-01-13 Thread Nicolas Cellier
2016-01-13 20:34 GMT+01:00 stepharo : > Nicolas > > two questions: > - should we integrate your float changes in Pharo? > - I would like to get a chapter explaining the points raised by david, > would you like to review it? > > Stef > > 1) yes, that's low hanging fruits if you have a good

Re: [Pharo-dev] Bad layoutFrame>>#hash

2016-01-13 Thread David Allouche
> On 13 Jan 2016, at 20:32, stepharo wrote: > > Hi david > > I would like to turn your post into a chapter for a forthcoming book so that > people can read and get the idea. Yes I would be glad :-) Please just remember to credit the author. Is there a recommended license for Pharo documenta

Re: [Pharo-dev] Code reviews

2016-01-13 Thread p...@highoctane.be
I am currently in a project where we use Phabricator. Interesting tool for sure but also a huge PITA as the flow isn't streamlined. Phil On Wed, Jan 13, 2016 at 7:26 PM, David Allouche wrote: > > > On 13 Jan 2016, at 18:37, Ben Coman wrote: > > > > On Thu, Jan 14, 2016 at 12:22 AM, David All

Re: [Pharo-dev] Problem with gitfiletree numeration

2016-01-13 Thread Alexandre Bergel
Hi Mariano Just wondering, are you using Spur? If yes, how come that you can use git? Osprocess does not work with Spur Alexandre > Le 13 janv. 2016 à 09:12, Mariano Martinez Peck a > écrit : > > Hi guys, > > I wanted to know how you manage this situation. > I had my already existing proj

Re: [Pharo-dev] Problem with gitfiletree numeration

2016-01-13 Thread Mariano Martinez Peck
On Wed, Jan 13, 2016 at 9:33 PM, Alexandre Bergel wrote: > Hi Mariano > > Just wondering, are you using Spur? If yes, how come that you can use git? > Osprocess does not work with Spur > > First, I am changing GitFileTree to use my soon-to-be-released OSSubprocess :) Second, OSProcess SHOULD be f

Re: [Pharo-dev] Bad layoutFrame>>#hash

2016-01-13 Thread Ben Coman
On Thu, Jan 14, 2016 at 5:45 AM, David Allouche wrote: > >> On 13 Jan 2016, at 20:32, stepharo wrote: >> >> Hi david >> >> I would like to turn your post into a chapter for a forthcoming book so that >> people can read and get the idea. > > Yes I would be glad :-) Please just remember to credit

Re: [Pharo-dev] Code reviews

2016-01-13 Thread Ben Coman
On Thu, Jan 14, 2016 at 2:26 AM, David Allouche wrote: > >> On 13 Jan 2016, at 18:37, Ben Coman wrote: >> >> On Thu, Jan 14, 2016 at 12:22 AM, David Allouche wrote: >>> >>> By the way, how do you guys do code reviews for code integrated into the >>> core? >> >> Its fairly informal. Once a Slice

Re: [Pharo-dev] How to get launcher launching Spur images?

2016-01-13 Thread stepharo
Has the configuration in the catalog been updated? Stef Le 13/1/16 20:38, Damien Cassou a écrit : On January 13, 2016 8:27:10 PM GMT+01:00, "Esteban A. Maringolo" wrote: Is the Ubuntu PPA updated automatically by the CI? No. Markus, on CC, is responsible for that.