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

2014-11-20 Thread GitHub
Branch: refs/tags/40377 Home: https://github.com/pharo-project/pharo-core

[Pharo-dev] [pharo-project/pharo-core] 4dc141: 40377

2014-11-20 Thread GitHub
Branch: refs/heads/4.0 Home: https://github.com/pharo-project/pharo-core Commit: 4dc1418ad60b5f5298f7b6835de28e46c40f0361 https://github.com/pharo-project/pharo-core/commit/4dc1418ad60b5f5298f7b6835de28e46c40f0361 Author: Jenkins Build Server Date: 2014-11-20 (Thu, 20 Nov 2014

Re: [Pharo-dev] [ANN] NetGen - OSM Roassal Demo

2014-11-20 Thread Alexandre Bergel
I watched the video, this is an excellent work! Thanks Onil and Thierry! Cheers, Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. > On Nov 19, 2014, at 6:40 PM, Onil Goubier wrote: > > >

Re: [Pharo-dev] [Vm-dev] Re: How to check whether the handle is always valid with NativeBoost ?

2014-11-20 Thread Blondeau Vincent
De : Pharo-dev [mailto:pharo-dev-boun...@lists.pharo.org] De la part de Blondeau Vincent Envoyé : lundi 17 novembre 2014 16:41 À : Pharo Development List Cc : Squeak Virtual Machine Development Discussion Objet : Re: [Pharo-dev] [Vm-dev] Re: How to check whether the handle is always valid with

[Pharo-dev] Message>>#arguments:

2014-11-20 Thread Noury Bouraqadi
Hi, Is there any reason why we don’t have this method Message>>#arguments: anArray args := anArray We already have the read accessor. There is also a write accessor for single argument messages. Any hint? Noury

Re: [Pharo-dev] Message>>#arguments:

2014-11-20 Thread Esteban Lorenzano
no idea… but in a philosophical point of view, the fact that you have an accessor doesn’t means that you should have a mutator ;) Esteban > On 20 Nov 2014, at 13:51, Noury Bouraqadi wrote: > > Hi, > > > Is there any reason why we don’t have this method > > Message>>#arguments: anArray >

Re: [Pharo-dev] Source code formatting guidelines

2014-11-20 Thread Jan Vrany
Hi guys, thanks for replies. I read books mentioned by Christophe years ago, they're worth reading indeed. But as I said, I'm more interested in 'low level' details like I mentioned: - tabs/spaces? How many spaces if spaces? - encoding of the source string - trailing newlines - trailing space

Re: [Pharo-dev] Source code formatting guidelines

2014-11-20 Thread Peter Uhnak
What about feeding the code to RBConfigurableFormatter before merging so it matches the target style, and then there would be no need to worry about whitespace? Also I have yet to see someone using spaces for indentation and trailing whitespace (empty lines included) is usually trimmed (but the

[Pharo-dev] Link between PetitParser and Roassal and Glamour

2014-11-20 Thread Noury Bouraqadi
Load PetitParser (dev version) => Roassal and Glamour loaded. Isn’t it strange? I believe there should be less dependency. Noury

Re: [Pharo-dev] Link between PetitParser and Roassal and Glamour

2014-11-20 Thread Tudor Girba
It's not strange. You only get this dependency if you load the gui of petit parser. If you do not need the gui, you can load the core group. Doru -- www.tudorgirba.com "Every thing has its own flow" > On 20 Nov 2014, at 15:57, Noury Bouraqadi wrote: > > Load PetitParser (dev version) => Roas

Re: [Pharo-dev] [ANN] NetGen - OSM Roassal Demo

2014-11-20 Thread Onil Goubier
Thank you for having reminded me for the license. It's MIT license. Onil. On Thu, Nov 20, 2014 at 5:00 AM, Paul DeBruicker wrote: > Hi - This looks good & useful. What is the license? > > > Thanks > > Paul > > > Onil Goubier wrote > > Hi all, > > > > We are pleased to announce a wireless senso

Re: [Pharo-dev] [ANN] NetGen - OSM Roassal Demo

2014-11-20 Thread Onil Goubier
You need to do the following : Gofer it url: 'https://smalltalkhub.com/mc/Pharo/MetaRepoForPharo30/main'; configurationOf: 'NeoJSON'; loadStable. Gofer it url: 'https://smalltalkhub.com/mc/Pharo/MetaRepoForPharo30/main'; configurationOf: 'Roassal2'; loadDevelopment. Metac

Re: [Pharo-dev] Source code formatting guidelines

2014-11-20 Thread Henrik Johansen
> On 20 Nov 2014, at 2:39 , Jan Vrany wrote: > > > But as I said, I'm more interested in 'low level' details like I > mentioned: > > - encoding of the source string > > > Best, Jan IIRC, the .bin is the entire source string in Datastream-format, that is, is a datatype identifier (either

Re: [Pharo-dev] [ANN] NetGen - OSM Roassal Demo

2014-11-20 Thread Thierry Goubier
2014-11-20 7:35 GMT+01:00 Sven Van Caekenberghe : > I like this a lot a well, good work ! > > > I would also like to known where to get this / how to load it. > If you see ways to improve the tile cache with LRUCache, it could be interesting. For now, the cache tile is simple and works. Thier

Re: [Pharo-dev] [ANN] NetGen - OSM Roassal Demo

2014-11-20 Thread Sven Van Caekenberghe
> On 20 Nov 2014, at 16:57, Thierry Goubier wrote: > > > > 2014-11-20 7:35 GMT+01:00 Sven Van Caekenberghe : > I like this a lot a well, good work ! > > > I would also like to known where to get this / how to load it. > > If you see ways to improve the tile cache with LRUCache, it could be

Re: [Pharo-dev] [ANN] NetGen - OSM Roassal Demo

2014-11-20 Thread p...@highoctane.be
Wonderful. And kudos for the project! Phil On Thu, Nov 20, 2014 at 4:29 PM, Onil Goubier wrote: > > Thank you for having reminded me for the license. It's MIT license. > > Onil. > > On Thu, Nov 20, 2014 at 5:00 AM, Paul DeBruicker > wrote: > >> Hi - This looks good & useful. What is the lic

[Pharo-dev] [Pharo4] down to 3 failing tests!

2014-11-20 Thread Marcus Denker
We are down to 3 failing tests! AJx64AssemblerTests>>#testStringOps64Mnemonics ObsoleteTest>>#testFixObsoleteSharedPools ReleaseTest>>#testObsoleteClasses https://pharo.fogbugz.com/f/search/?sSearchFor=outline%3A14445

[Pharo-dev] [pharo-project/pharo-core] be3b36: 40378

2014-11-20 Thread GitHub
Branch: refs/heads/4.0 Home: https://github.com/pharo-project/pharo-core Commit: be3b363a977670fdbe7db8858e22295e160283f8 https://github.com/pharo-project/pharo-core/commit/be3b363a977670fdbe7db8858e22295e160283f8 Author: Jenkins Build Server Date: 2014-11-20 (Thu, 20 Nov 2014

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

2014-11-20 Thread GitHub
Branch: refs/tags/40378 Home: https://github.com/pharo-project/pharo-core

[Pharo-dev] About the Playground cache

2014-11-20 Thread Nicolai Hess
I thought the Playground cache holds all evaluated/used expressions. But it just caches the current text and if you remove the current text, the cache file is deleted. And it does not use just one file, but one for every opened playground with text. And if you close the playground, without deleti

Re: [Pharo-dev] Link between PetitParser and Roassal and Glamour

2014-11-20 Thread Noury Bouraqadi
I see. thanks :-) On 20 Nov 2014, at 16:15, Tudor Girba wrote: > It's not strange. You only get this dependency if you load the gui of petit > parser. If you do not need the gui, you can load the core group. > > Doru > > -- > www.tudorgirba.com > > "Every thing has its own flow" > >> On 20 N

Re: [Pharo-dev] About the Playground cache

2014-11-20 Thread Tudor Girba
Hi Nicolai, On Thu, Nov 20, 2014 at 10:04 PM, Nicolai Hess wrote: > > I thought the Playground cache holds all evaluated/used expressions. > It used to only remember the expressions after you pressed Go. But, then we noticed that this is not enough as sometimes you just do it. So, rather than d

Re: [Pharo-dev] Link between PetitParser and Roassal and Glamour

2014-11-20 Thread Tudor Girba
No problem :) Cheers, Doru On Thu, Nov 20, 2014 at 10:10 PM, Noury Bouraqadi wrote: > I see. thanks :-) > On 20 Nov 2014, at 16:15, Tudor Girba wrote: > > > It's not strange. You only get this dependency if you load the gui of > petit parser. If you do not need the gui, you can load the core

Re: [Pharo-dev] About the Playground cache

2014-11-20 Thread Nicolai Hess
2014-11-20 22:14 GMT+01:00 Tudor Girba : > Hi Nicolai, > > On Thu, Nov 20, 2014 at 10:04 PM, Nicolai Hess wrote: > >> >> I thought the Playground cache holds all evaluated/used expressions. >> > > Hi Doru > It used to only remember the expressions after you pressed Go. But, then > we noticed th

Re: [Pharo-dev] About the Playground cache

2014-11-20 Thread Tudor Girba
Hi, On Thu, Nov 20, 2014 at 11:56 PM, Nicolai Hess wrote: > 2014-11-20 22:14 GMT+01:00 Tudor Girba : > >> Hi Nicolai, >> >> On Thu, Nov 20, 2014 at 10:04 PM, Nicolai Hess >> wrote: >> >>> >>> I thought the Playground cache holds all evaluated/used expressions. >>> >> >> > Hi Doru > > >> It used

Re: [Pharo-dev] [Pharo4] down to 3 failing tests!

2014-11-20 Thread Ben Coman
Marcus Denker wrote: We are down to 3 failing tests! AJx64AssemblerTests>>#testStringOps64Mnemonics ObsoleteTest>>#testFixObsoleteSharedPools ReleaseTest>>#testObsoleteClasses https://pharo.fogbugz.com/f/search/?sSearchFor=outline%3A14445 Nice to hear. This will be good to achieve.

Re: [Pharo-dev] About the Playground cache

2014-11-20 Thread Ben Coman
Tudor Girba wrote: How about creating just one cache file, and only add used/evaluated expressions to the cache? Why? What don't you want remembered? Cheers, Doru ZnEasy get: 'https://www.google.com.au/webhp?search=sex+worker+jobs' ;) ??

Re: [Pharo-dev] Float hierarchy for 64-bit Spur

2014-11-20 Thread Ben Coman
Eliot Miranda wrote: Hi All, 64-bit Spur can usefully provide an immediate float, a 61-bit subset of the ieee double precision float. I wonder if class SmallDouble would be more intention revealing? In practice 61 bits will be "more than enough"(tm) for anyone. But I can envisage in