Re: [Pharo-users] XMLOrderedList Concantenation

2014-05-06 Thread Thushar G R
Hi, Thanks for all the responses.Ben and Carlos solutions works. What workaround i did was i overrided the concatenation method in XMLOrderedList for the time being , until someone authorised has has a solution and commits it.I hope it happens soon so i dont have to maintain a patch. Thanks to

Re: [Pharo-users] XMLOrderedList Concantenation

2014-05-06 Thread Ben Coman
Thushar G R wrote: Hi, Thanks for all the responses.Ben and Carlos solutions works. What workaround i did was i overrided the concatenation method in XMLOrderedList for the time being , until someone authorised has  has a solution and commits it.I hope it happens soon so i dont

Re: [Pharo-users] XMLOrderedList Concantenation

2014-05-06 Thread Carlo
Hi Sorry about that, I think it’s meant to be: copyReplaceFrom: start to: stop with: replacementCollection Delegate to my internal collection class as it may restrict copying and replacing. See comment for OrderedCollectioncopyReplaceFrom:to:with: and OrderedCollectionat:put:

Re: [Pharo-users] XMLOrderedList Concantenation

2014-05-06 Thread btc
Nicolai Hess wrote: 2014-05-06 1:17 GMT+02:00 Carlo snoob...@gmail.com: Hi The problem seems to be due to the use of an internal collection class of OrderedCollection which has restrictions on use of #at:put:. This means that certain methods will have to

Re: [Pharo-users] No sources files on http://pharo.org/download

2014-05-06 Thread Damien Cassou
On Mon, May 5, 2014 at 8:28 PM, Johan Fabry jfa...@dcc.uchile.cl wrote: About the VM download including the sources, that's apparently not the case. The mac vm download yields only an .app file and dragging an image to the .app pops up the no sources notification. (Pharo cannot locate the

Re: [Pharo-users] XMLOrderedList Concantenation

2014-05-06 Thread Nicolai Hess
2014-05-06 17:49 GMT+02:00 b...@openinworld.com: Nicolai Hess wrote: 2014-05-06 1:17 GMT+02:00 Carlo snoob...@gmail.com: Hi The problem seems to be due to the use of an internal collection class of OrderedCollection which has restrictions on use of #at:put:. This means that certain