[Pharo-dev] [pharo-project/pharo-core] 88dbfb: 50352

2015-10-01 Thread GitHub
Branch: refs/heads/5.0 Home: https://github.com/pharo-project/pharo-core Commit: 88dbfbdd4f0f1689f2320003713f9ba8af0dd510 https://github.com/pharo-project/pharo-core/commit/88dbfbdd4f0f1689f2320003713f9ba8af0dd510 Author: Jenkins Build Server Date: 2015-10-01 (Thu, 01 Oct 2015

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

2015-10-01 Thread GitHub
Branch: refs/tags/50352 Home: https://github.com/pharo-project/pharo-core

Re: [Pharo-dev] If all Pharo projects were on GitHub...

2015-10-01 Thread Alexandre Bergel
>> Why not having just one folder level? As we would have in any other >> language? > > that's not true. In java, a Java path typically looks like: > > project/src/main/java/org/apache/project/base/model/MyModel.java I sincerely wish we had a good git integration. The train is passing by. Alexa

[Pharo-dev] Modifying STON reader

2015-10-01 Thread Yuriy Tymchuk
Hi, imagine that you are loading a STON, it has a collection, and one of the items of collection cannot be loaded, because the respective class had been changed (instance variables added/removed). It it possible to somehow exclude this item and get all the other ones? Uko

Re: [Pharo-dev] ZeroConf for Pi VM

2015-10-01 Thread Esteban Lorenzano
Hi, I do not think so, I’m sorry. zeroconf is ment to make easy the CI work… we cannot provide zeroconf for each platform/distribution available because maintenance of it would be… complicated… of course I can review my position if you have a solution for maintainability… some time ago I was p

Re: [Pharo-dev] Querying the accessors of a variable

2015-10-01 Thread Marcus Denker
> On 01 Oct 2015, at 11:18, Henrik Nergaard wrote: > > Hi, > > Is there a simple way to query a variable to check how many methods that > access it? (just want to know the size) > > This works, but it is quite slow. > (Morph whichSelectorsAccess: #owner) size this one could be made faster b

Re: [Pharo-dev] Querying the accessors of a variable

2015-10-01 Thread Nicolai Hess
2015-10-01 11:18 GMT+02:00 Henrik Nergaard : > Hi, > > Is there a simple way to query a variable to check how many methods that > access it? (just want to know the size) > > This works, but it is quite slow. > (Morph whichSelectorsAccess: #owner) size > Morph withAllSubclasses inject: 0 into: [ :s

Re: [Pharo-dev] If all Pharo projects were on GitHub...

2015-10-01 Thread philippe.b...@highoctane.be
Le 1 oct. 2015 13:21, "Damien Cassou" a écrit : > > > Alexandre Bergel writes: > > > Why not having just one folder level? As we would have in any other > > language? > > that's not true. In java, a Java path typically looks like: > > project/src/main/java/org/apache/project/base/model/MyModel.ja

Re: [Pharo-dev] If all Pharo projects were on GitHub...

2015-10-01 Thread Damien Cassou
Alexandre Bergel writes: > Why not having just one folder level? As we would have in any other > language? that's not true. In java, a Java path typically looks like: project/src/main/java/org/apache/project/base/model/MyModel.java -- Damien Cassou http://damiencassou.seasidehosting.st "Suc

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

2015-10-01 Thread GitHub
Branch: refs/tags/50351 Home: https://github.com/pharo-project/pharo-core

[Pharo-dev] [pharo-project/pharo-core] c77658: 50351

2015-10-01 Thread GitHub
Branch: refs/heads/5.0 Home: https://github.com/pharo-project/pharo-core Commit: c776584894386d9c0195344fd24d60e21bbda703 https://github.com/pharo-project/pharo-core/commit/c776584894386d9c0195344fd24d60e21bbda703 Author: Jenkins Build Server Date: 2015-10-01 (Thu, 01 Oct 2015

[Pharo-dev] Querying the accessors of a variable

2015-10-01 Thread Henrik Nergaard
Hi, Is there a simple way to query a variable to check how many methods that access it? (just want to know the size) This works, but it is quite slow. (Morph whichSelectorsAccess: #owner) size Morph withAllSubclasses inject: 0 into: [ :sum :class | sum + (class whichSelectorsAccess: #owner) siz

[Pharo-dev] [Reflectivity] progress

2015-10-01 Thread Marcus Denker
Hi, more progress: 1) two options related to inlining: #optionInlineMetaObject and #optionInlineCondition By default, we inline the condition and the meta object (and thus the links is not even referenced from the compiled code). But sometimes it is nice to add that indirection: you can turn

[Pharo-dev] [pharo-project/pharo-core] 63a259: 50350

2015-10-01 Thread GitHub
Branch: refs/heads/5.0 Home: https://github.com/pharo-project/pharo-core Commit: 63a25974d3ce0d5afaab06cf6b0e9b1cefe27a1d https://github.com/pharo-project/pharo-core/commit/63a25974d3ce0d5afaab06cf6b0e9b1cefe27a1d Author: Jenkins Build Server Date: 2015-10-01 (Thu, 01 Oct 2015

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

2015-10-01 Thread GitHub
Branch: refs/tags/50350 Home: https://github.com/pharo-project/pharo-core