Re: [Pharo-dev] roundTo: strange behavior

2016-10-29 Thread Ben Coman
On Sat, Oct 29, 2016 at 11:01 PM, test wrote: > 2. when i make a slice i find no possibility to save it to my pc, Save it to package-cache (Henrik's snapshot), then later it from package-cache to Pharo6Inbox. Note that doesn't automatically request your password for

Re: [Pharo-dev] Odd literal in metaclasses methods

2016-10-29 Thread Nicolas Cellier
Because CompiledMethod>>methodClass expects a classical literal binding className->class methodClass "answer the class that I am installed in" ^(self literalAt: self numLiterals) value. But there ain't no binding for the metaclass which is accessible only indirectly thru the class (you

[Pharo-dev] Odd literal in metaclasses methods

2016-10-29 Thread Henrik Nergaard
Every method implemented in the class side includes a literal: "nil->theMetaClass". Object class methods collect: [ :cm | cm literals last ]. What is it used for? Best regards, Henrik

Re: [Pharo-dev] Instructions for Pharo 6 64bits

2016-10-29 Thread Thierry Goubier
Le 28/10/2016 à 15:18, Esteban Lorenzano a écrit : On 28 Oct 2016, at 14:22, Thierry Goubier > wrote: apart from the missing SSL support which makes loading complex stuff from github a bit painfull, it seems to be usable enough. I

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

2016-10-29 Thread GitHub
Branch: refs/tags/60271 Home: https://github.com/pharo-project/pharo-core

Re: [Pharo-dev] Instructions for Pharo 6 64bits

2016-10-29 Thread Esteban Lorenzano
> On 29 Oct 2016, at 01:23, Eliot Miranda wrote: > > Hi Thierry, > > On Fri, Oct 28, 2016 at 11:23 AM, Thierry Goubier > wrote: > Hi Esteban, > > Le 28/10/2016 à 11:56, Esteban Lorenzano a écrit : > VM

[Pharo-dev] Image Distributions [was:Re: Mocks are missing in Pharo (from thread OSProcess is missing)}

2016-10-29 Thread p...@highoctane.be
Having them in image can indeed be useful. I am testing against REST backends, and well, this is a destructive test to say the least. Not easy to replay as much as I want. I hope that with the Bootstrap we'll be able to have a set of "Batteries Included" distributions. Kind of like we have Moose