Re: [Pharo-dev] create snapshots out of github based packages

2017-12-10 Thread Stephan Eggermont
Op 10-12-2017 om 15:44 schreef Cyril Ferlicot: On dim. 10 déc. 2017 at 15:07, Nicolai Hess

Re: [Pharo-dev] Weird ZnClient benchmarking result

2017-12-10 Thread Norbert Hartl
I like that kind of noise because these numbers are very informative. And they show that pharo can be used in heavy scenarios, too > Am 10.12.2017 um 19:14 schrieb Sven Van Caekenberghe : > > @ Henrik > > Arg, arg, arg, yes of course. > I actually did think about that, but still

Re: [Pharo-dev] How to get rid of empty XML nodes?

2017-12-10 Thread Norbert Hartl
Sure it can get quite annoying. It would be good to have a switch to prevent the creation of whitespace-only nodes at parse time. Norbert > Am 10.12.2017 um 08:42 schrieb Stephane Ducasse : > > Norbert > > Should I say to the tool generating the XML that it is an

[Pharo-dev] About margin and rectangle

2017-12-10 Thread Stephane Ducasse
Hi While harvesting the old change of Henrik on margins and the idea that Rectangle should not be used to express margins. I looked at expandBy: comment In fact I would like to make sure that that no rectangle is passed as argument and that we can deprecate asMargin from the Rectangle class (we

Re: [Pharo-dev] Weird ZnClient benchmarking result

2017-12-10 Thread Sven Van Caekenberghe
@ Henrik Arg, arg, arg, yes of course. I actually did think about that, but still did not look carefully enough !! Really stupid of me. It is even worse because I wrote that code ... Now, the #printOn: of BenchmarkResult is much clearer, less confusing: ZnClient new in: [ :client | [

Re: [Pharo-dev] Weird ZnClient benchmarking result

2017-12-10 Thread Henrik Sperre Johansen
Sven Van Caekenberghe-2 wrote > Hi, > > While benchmarking ZnClient I encountered something weird and counter > intuitive that I cannot explain. > > This was on macOS running Pharo 7 and 6. > > First you need to setup a fast local HTTP server, can be anything, for > example: > > $ brew install

Re: [Pharo-dev] Weird ZnClient benchmarking result

2017-12-10 Thread Henrik-Nergaard
Hi Sven, What you are seeing is most likely a $, vs $. issue. See BenchmarkResult >>#printFrequenceOn: it uses both decimal and thousand separators. If i run this code: - | counter | counter := ZnClient new in: [ :client | client loggingOff. [ client

Re: [Pharo-dev] create snapshots out of github based packages

2017-12-10 Thread Cyril Ferlicot
On dim. 10 déc. 2017 at 15:07, Nicolai Hess wrote: > Is there any way to create a "snapshot" of a project from a git based > repository. > Something that creates a "condensed" old style mcz package ? > Maybe there is already something and I missed it ? > > Because now I am

[Pharo-dev] create snapshots out of github based packages

2017-12-10 Thread Nicolai Hess
Is there any way to create a "snapshot" of a project from a git based repository. Something that creates a "condensed" old style mcz package ? Maybe there is already something and I missed it ? Because now I am just a little shocked how much files are created during loading a project. I did some