Re: [Pharo-dev] Collect on IdentitySet

2015-07-20 Thread Marcus Denker
> On 20 Jul 2015, at 22:42, Nicolai Hess wrote: > > > > 2015-07-20 22:11 GMT+02:00 Jan Kurš >: > Hey All, > > The collect: on IdentitySet returns Set. Is this really wanted behaviour or > is it a bug? > > > There was a long discussion about this > http://forum.wo

Re: [Pharo-dev] Collect on IdentitySet

2015-07-20 Thread Nicolai Hess
2015-07-20 22:11 GMT+02:00 Jan Kurš : > Hey All, > > The collect: on IdentitySet returns Set. Is this really wanted behaviour > or is it a bug? > There was a long discussion about this http://forum.world.st/IdentitySet-collect-tp4792384.html and I thought this was fixed issue 14535 > > For e

Re: [Pharo-dev] Is Metacello in Pharo 5.0 up-to-date? and project locking

2015-07-20 Thread Dale Henrichs
Wait, the "fix" was on the pharo5.0_dev branch (not clear to me whether this was even run against pharo5.0[1]) so it looks like Metacello is stalled by FileTree issues at the moment and it looks like Thierry is tackling the issues Dale [1] https://travis-ci.org/dalehenrich/filetree/build

Re: [Pharo-dev] Is Metacello in Pharo 5.0 up-to-date? and project locking

2015-07-20 Thread Dale Henrichs
Okay ... apparently it isn't enough to fix the FileTree for Pharo 5.0, because that nets you a MNU with FileReference>>closed[1]. This issue looks to have been fixed a day ago[3], so I will see if I can kick off a rebuild of PR #351[2] and see where the port stands ... Dale [1] https://gith

[Pharo-dev] Collect on IdentitySet

2015-07-20 Thread Jan Kurš
Hey All, The collect: on IdentitySet returns Set. Is this really wanted behaviour or is it a bug? For example: set := IdentitySet with: 'foo' with: 'bar'. newSet := set collect: [:e | #size -> e size ]. This two assertions do not pass: self assert: newSet size == 2. self assert: newSet class

Re: [Pharo-dev] Is Metacello in Pharo 5.0 up-to-date? and project locking

2015-07-20 Thread Peter Uhnák
Hmm, #onWarningLog doesn't exist either. I'm assuming this is the issue https://pharo.fogbugz.com/f/cases/15456/Load-latest-version-of-metacello There's linked github issue https://github.com/dalehenrich/metacello-work/issues/354 But running the script (in the github issue) fails, because there'

Re: [Pharo-dev] Is Metacello in Pharo 5.0 up-to-date? and project locking

2015-07-20 Thread Marcus Denker
No. There is an issue on the issue tracker. If nobody pushes, nothing will happen. Marcus > On 20 Jul 2015, at 21:04, Peter Uhnák wrote: > > Hi, > > I was playing around with metacello because I wanted to ignore warnings with > locks... > > currently I am doing something like > > ~

Re: [Pharo-dev] Is Metacello in Pharo 5.0 up-to-date? and project locking

2015-07-20 Thread Dale Henrichs
Peter, I don't know what version of Metacello is loaded into Pharo4.0, but if you are using the latest version of Metacello, locks are honored by default and no onConflict: block is needed ... as an aside, there is #onWarningLog, so you can do something like: Metacello new baseline: 'Projec

[Pharo-dev] Is Metacello in Pharo 5.0 up-to-date? and project locking

2015-07-20 Thread Peter Uhnák
Hi, I was playing around with metacello because I wanted to ignore warnings with locks... currently I am doing something like Metacello new baseline: 'ProjectAAA'; repository: 'gitfiletree:///path/to/projectAAA'; lock. Metacello new baseline: 'ProjectBBB'; repository: 'gitfiletree:///p

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

2015-07-20 Thread GitHub
Branch: refs/tags/50178 Home: https://github.com/pharo-project/pharo-core

[Pharo-dev] [pharo-project/pharo-core] a301b2: 50178

2015-07-20 Thread GitHub
Branch: refs/heads/5.0 Home: https://github.com/pharo-project/pharo-core Commit: a301b2ec4a9d760f7e0163c2f3af15859830d8d7 https://github.com/pharo-project/pharo-core/commit/a301b2ec4a9d760f7e0163c2f3af15859830d8d7 Author: Jenkins Build Server Date: 2015-07-20 (Mon, 20 Jul 2015

Re: [Pharo-dev] [Slots] Slides from ESUG: Variables in Pharo5

2015-07-20 Thread Marcus Denker
> On 18 Jul 2015, at 16:07, Marcus Denker wrote: > > >> On 17 Jul 2015, at 15:05, Marcus Denker wrote: >> >> Hi, >> >> The slides from the second talk are online: >> >> http://www.slideshare.net/MarcusDenker/variables-in-pharo5 >> > > Friday afternoon (a bit dead by the head) Norbert

[Pharo-dev] Bill Gross: The single biggest reason why startups succeed

2015-07-20 Thread S Krish
Check out this amazing TEDTalk: Bill Gross: The single biggest reason why startups succeed http://on.ted.com/h15YB

[Pharo-dev] Off Topic: Children 3-13yr english program -- 4 weeks free access

2015-07-20 Thread Ben Coman
greetings all, This is a long way off topic, but a random chance someone in the community with kids learning english may find it useful. The past year I've had m y4 & 6yr old girls doing Reading Eggs. Its aimed at native-english children ages 3-13 (starting with a test to place kids at a stimulat

[Pharo-dev] [pharo-project/pharo-core] 561dab: 50177

2015-07-20 Thread GitHub
Branch: refs/heads/5.0 Home: https://github.com/pharo-project/pharo-core Commit: 561dabf1e1bf086e08dfbd49804ecd0713a9bb66 https://github.com/pharo-project/pharo-core/commit/561dabf1e1bf086e08dfbd49804ecd0713a9bb66 Author: Jenkins Build Server Date: 2015-07-20 (Mon, 20 Jul 2015

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

2015-07-20 Thread GitHub
Branch: refs/tags/50177 Home: https://github.com/pharo-project/pharo-core

Re: [Pharo-dev] Overriding method - ExampleBuilderMorph>>#openModal:

2015-07-20 Thread Jigyasa Grover
Thank You, but I have resolved my issue :) -- View this message in context: http://forum.world.st/Overriding-method-ExampleBuilderMorph-openModal-tp4838301p4838352.html Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.

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

2015-07-20 Thread GitHub
Branch: refs/tags/50176 Home: https://github.com/pharo-project/pharo-core

[Pharo-dev] [pharo-project/pharo-core] 0d0d05: 50176

2015-07-20 Thread GitHub
Branch: refs/heads/5.0 Home: https://github.com/pharo-project/pharo-core Commit: 0d0d05bfac26e97d4360fe2c4c11483a1f3a6058 https://github.com/pharo-project/pharo-core/commit/0d0d05bfac26e97d4360fe2c4c11483a1f3a6058 Author: Jenkins Build Server Date: 2015-07-20 (Mon, 20 Jul 2015

Re: [Pharo-dev] aCollection ifNotEmpty: [ ... do: [ ... ] ]

2015-07-20 Thread Marcus Denker
> On 20 Jul 2015, at 12:01, Ben Coman wrote: > > Just curious... > > In AbstractTool>>renamePackages: what is gained from using... >aCollection ifNotEmpty: [ ... do: [ ... ] > > Wouldn't "aCollection do: [ ... ]" > be more concise for the same behaviour ? > > Yes! I guess that there us

[Pharo-dev] aCollection ifNotEmpty: [ ... do: [ ... ] ]

2015-07-20 Thread Ben Coman
Just curious... In AbstractTool>>renamePackages: what is gained from using... aCollection ifNotEmpty: [ ... do: [ ... ] Wouldn't "aCollection do: [ ... ]" be more concise for the same behaviour ? cheers -ben

[Pharo-dev] Overriding method - ExampleBuilderMorph>>#openModal:

2015-07-20 Thread Jigyasa Grover
Hi I have been using ExampleBuilderMorph and ExpanderMorph to build a accordion widget to display the search results of my application *searchQuick* which returns the list of file titles from the pre-loaded text files present in the resource folder when a string is searched for. You all are welcome

Re: [Pharo-dev] WhatsUp from: 2015-07-20 until: 2015-07-31

2015-07-20 Thread stepharo
Le 20/7/15 07:00, seas...@rmod.lille.inria.fr a écrit : Hi! We're sending this automatic email twice a month, to give the community an opportunity to easily know what's happening and to coordinate efforts. Just answer informally, and feel free to spawn discussions thereafter! ### Here's wha