Re: [Pharo-dev] Extra shortcut modifier opposite to #meta

2017-06-19 Thread Denis Kudriashov
2017-06-18 23:54 GMT+02:00 Tim Mackinnon : > I really would like the ability to ctrl-tab (or whatever meta-tab or even > meta-some other key) reliably between windows - its frustrating that it > only works sometimes via alt-tab. There has been a lot of great work on > keyboard shortcuts, which I r

Re: [Pharo-dev] Esteban clone, Pavel clone, Clement clone, Guillermo clone....

2017-06-19 Thread Alistair Grant
On Mon, Jun 19, 2017 at 08:13:10AM +0200, Stephane Ducasse wrote: > Thanks for FileSystem. I was thinking that it would be great to do > another pass on the comments. I've made significant changes to the Path class comments (of course there's still room for improvement). > I would like to start

Re: [Pharo-dev] Esteban's ChangeLog week of 12 June 2017

2017-06-19 Thread Norbert Hartl
You totally rock! I'm so eager to have iceberg on 64bits. It is the last block for me to move my projects into the 21st century ;) thanks, Norbert > Am 19.06.2017 um 08:00 schrieb esteba...@gmail.com: > > Hello! > > This is my weekly ChangeLog, from 12 June 2017 to 18 June 2017. > You can see

[Pharo-dev] aSortedCollection collect: returns OrderedCollection instead of original sorted

2017-06-19 Thread Denis Kudriashov
Hi. I just found that #() asSortedCollection select: [ ] => SortedCollection #() asSortedCollection collect: [ ] => OrderedCollection It feels like a bug to me. But maybe there is a reason why sorted collection collects items as OrderedCollection instead of original kind of sort? My usercas

Re: [Pharo-dev] aSortedCollection collect: returns OrderedCollection instead of original sorted

2017-06-19 Thread Yuriy Tymchuk
I think that this stick has 2 ends :). Often people have a collection and do not care how it ended up in that order, but want to preserve the order. Imagine that you have a collection of ascending numbers and you collect #negated and want to have the same order, but if you create a sorted collec

Re: [Pharo-dev] aSortedCollection collect: returns OrderedCollection instead of original sorted

2017-06-19 Thread Denis Kudriashov
2017-06-19 11:19 GMT+02:00 Yuriy Tymchuk : > I think that this stick has 2 ends :). Often people have a collection and > do not care how it ended up in that order, but want to preserve the order. > Imagine that you have a collection of ascending numbers and you collect > #negated and want to have

Re: [Pharo-dev] debug vm windows?

2017-06-19 Thread Peter Uhnak
Hi, the instructions are not merged yet and I am not sure whether something has changed since I wrote it (April 8), but I wrote down instructions and created scripts for building the VM on Windows (7+) https://github.com/pharo-project/pharo-vm/pull/128 https://github.com/peteruhnak/pharo-vm/blo

Re: [Pharo-dev] Esteban's ChangeLog week of 12 June 2017

2017-06-19 Thread Serge Stinckwich
On Mon, Jun 19, 2017 at 7:00 AM, wrote: > Hello! > > This is my weekly ChangeLog, from 12 June 2017 to 18 June 2017. > You can see it in a better format by going here: > http://log.smallworks.eu/web/search?from=12/6/2017&to=18/6/2017 > > ChangeLog > = > > 15 June 2017: > - >

Re: [Pharo-dev] Esteban's ChangeLog week of 12 June 2017

2017-06-19 Thread Esteban Lorenzano
> On 19 Jun 2017, at 13:22, Serge Stinckwich wrote: > > On Mon, Jun 19, 2017 at 7:00 AM, wrote: >> Hello! >> >> This is my weekly ChangeLog, from 12 June 2017 to 18 June 2017. >> You can see it in a better format by going here: >> http://log.smallworks.eu/web/search?from=12/6/2017&to=18/6/20

Re: [Pharo-dev] Esteban's ChangeLog week of 12 June 2017

2017-06-19 Thread Serge Stinckwich
On Mon, Jun 19, 2017 at 12:40 PM, Esteban Lorenzano wrote: > >> On 19 Jun 2017, at 13:22, Serge Stinckwich >> wrote: >> >> On Mon, Jun 19, 2017 at 7:00 AM, wrote: >>> Hello! >>> >>> This is my weekly ChangeLog, from 12 June 2017 to 18 June 2017. >>> You can see it in a better format by going h

Re: [Pharo-dev] aSortedCollection collect: returns OrderedCollection instead of original sorted

2017-06-19 Thread Gabriel Cotelli
You can do anything in the collect block, so the returned objects possibly cannot be sorted, and even if it can be sorted maybe the sort block is not compatible. On Mon, Jun 19, 2017 at 6:04 AM, Denis Kudriashov wrote: > Hi. > > I just found that > > > #() asSortedCollection select: [ ] => Sort

Re: [Pharo-dev] aSortedCollection collect: returns OrderedCollection instead of original sorted

2017-06-19 Thread p...@highoctane.be
+100 On Mon, Jun 19, 2017 at 2:14 PM, Gabriel Cotelli wrote: > You can do anything in the collect block, so the returned objects possibly > cannot be sorted, and even if it can be sorted maybe the sort block is not > compatible. > > On Mon, Jun 19, 2017 at 6:04 AM, Denis Kudriashov > wrote: > >

Re: [Pharo-dev] Pharo in a read-only environment survey

2017-06-19 Thread Ben Coman
On Thu, Jun 15, 2017 at 9:32 PM, Jérémie Regnault < jeremie.regna...@outlook.com> wrote: > Hi, I'm working on Pharo deployment in a read-only environment, and I > want to know what behavior you want Pharo to adopt. If you could take > 5-10 minutes to fill my survey, it would be nice : > https://go

Re: [Pharo-dev] Found an error

2017-06-19 Thread Ben Coman
Hi Jeremie, I can't see anything definitive in that log. Just a few usual questions... Is this something you can reproduce? (especially in a fresh Image) What packages have you loaded? What OS, VM & Image versions are you using? cheers -ben On Wed, Jun 14, 2017 at 3:53 PM, Jérémie Regnault < je

Re: [Pharo-dev] Pharo in a read-only environment survey

2017-06-19 Thread Stephane Ducasse
Thanks for the reference. We now have the possibility to create small kernels. So we will start a new phd on improving such an architecture (tooling) and we want to see what we can do. One path is can have miniCog that can co evolve with the kernel and even run way slower. Stef On Mon, Jun 19, 20

Re: [Pharo-dev] Esteban's ChangeLog week of 12 June 2017

2017-06-19 Thread Stephane Ducasse
In Pharo 70 we will deprecated our old friend nautilus (and komitter). They deserve rest. Stef On Mon, Jun 19, 2017 at 1:42 PM, Serge Stinckwich wrote: > On Mon, Jun 19, 2017 at 12:40 PM, Esteban Lorenzano > wrote: >> >>> On 19 Jun 2017, at 13:22, Serge Stinckwich >>> wrote: >>> >>> On Mon, J

Re: [Pharo-dev] Esteban clone, Pavel clone, Clement clone, Guillermo clone....

2017-06-19 Thread Stephane Ducasse
Me too :) I'm travelling the following days and friday I want to have a session to start integrating fixes. On Mon, Jun 19, 2017 at 9:47 AM, Alistair Grant wrote: > On Mon, Jun 19, 2017 at 08:13:10AM +0200, Stephane Ducasse wrote: >> Thanks for FileSystem. I was thinking that it would be great to