Re: [Pharo-dev] Hook "WACurrentRequestContext" into debugger?

2015-12-10 Thread Max Leske
> On 07 Dec 2015, at 17:17, Mariano Martinez Peck wrote: > > OK Max. In the last version you can find the "likely" final version. It's > extremely simple, easy to use, and very very little code. Only one override. > All WADynamicVariables subclasses handled automatically. All you need to do >

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

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

[Pharo-dev] [pharo-project/pharo-core] db7ddf: 50494

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

Re: [Pharo-dev] Ubuntu 14.04 with pharo-launcher

2015-12-10 Thread Stephan Eggermont
On 09-12-15 23:11, Dale Henrichs wrote: If you want to use Pharo-launcher with tODE images, then you need to copy the GemStone libraries (libgcirpc-*, libssl-*, and libgcits-*) into the pharo-vm directory used by the Pharo-launcher ... Whenever you download a new version of GemStone you will have

[Pharo-dev] TCP server for Pharo?

2015-12-10 Thread Denis Kudriashov
Hi. I need simple TCP server which process incoming connection in separate processes. I see Zinc ZnServer subclasses implement something like that. But I'm not sure that it is good idea to reuse it. Zinc server has http related methods which I'm not need. What you think? (I don't want to impleme

[Pharo-dev] Some GT tool for this?

2015-12-10 Thread Mariano Martinez Peck
How many times have you tried to search a string as a comment of a commit in all the history? Myself: many many times. I know we need much better tools for that, store the history in a another way, provide a nicer API, etc etc. And I know there were topics about that. However, I would deeply appre

[Pharo-dev] API for querying MC ancestors history?

2015-12-10 Thread Mariano Martinez Peck
Did someone ever finally started with an API to query a few things with a package history? To answer questions like... "in which version was this method deleted from this class". or "in which version was this class added" etc.. Thanks! -- Mariano http://marianopeck.wordpress.com

Re: [Pharo-dev] Hook "WACurrentRequestContext" into debugger?

2015-12-10 Thread Mariano Martinez Peck
On Thu, Dec 10, 2015 at 7:27 AM, Max Leske wrote: > > On 07 Dec 2015, at 17:17, Mariano Martinez Peck > wrote: > > OK Max. In the last version you can find the "likely" final version. It's > extremely simple, easy to use, and very very little code. Only one > override. All WADynamicVariables sub

Re: [Pharo-dev] Ubuntu 14.04 with pharo-launcher

2015-12-10 Thread Dale Henrichs
On 12/10/2015 03:02 AM, Stephan Eggermont wrote: On 09-12-15 23:11, Dale Henrichs wrote: If you want to use Pharo-launcher with tODE images, then you need to copy the GemStone libraries (libgcirpc-*, libssl-*, and libgcits-*) into the pharo-vm directory used by the Pharo-launcher ... Whenever

Re: [Pharo-dev] Hook "WACurrentRequestContext" into debugger?

2015-12-10 Thread Mariano Martinez Peck
On Thu, Dec 10, 2015 at 4:12 PM, Mariano Martinez Peck < marianop...@gmail.com> wrote: > > > On Thu, Dec 10, 2015 at 7:27 AM, Max Leske wrote: > >> >> On 07 Dec 2015, at 17:17, Mariano Martinez Peck >> wrote: >> >> OK Max. In the last version you can find the "likely" final version. It's >> extr

Re: [Pharo-dev] Unicode Support // e acute example --> decomposition in Pharo?

2015-12-10 Thread H. Hirzel
Hello Sven On 12/9/15, Sven Van Caekenberghe wrote: > The simplest example in a common language is (the French letter é) is > > LATIN SMALL LETTER E WITH ACUTE [U+00E9] > > which can also be written as > > LATIN SMALL LETTER E [U+0065] followed by COMBINING ACUTE ACCENT [U+0301] > > The former b

Re: [Pharo-dev] Unicode Support

2015-12-10 Thread Ben Coman
On Wed, Dec 9, 2015 at 5:35 PM, Guillermo Polito wrote: > >> On 8 dic 2015, at 10:07 p.m., EuanM wrote: >> >> "No. a codepoint is the numerical value assigned to a character. An >> "encoded character" is the way a codepoint is represented in bytes >> using a given encoding." >> >> No. >> >> A cod

Re: [Pharo-dev] Unified Property API and persistent properties (Pharo 5)

2015-12-10 Thread Ben Coman
On Wed, Dec 9, 2015 at 6:30 PM, stepharo wrote: > >> Hello, >> >> If we look at methods, properties are not persistent in the code. Pragmas >> are (which are >> “special” kind of properties. >> >> We should do the same for all the other properties: the lower property >> level is not saved >> in so

Re: [Pharo-dev] Ubuntu 14.04 with pharo-launcher

2015-12-10 Thread Ben Coman
In the Launcher settings you can specify which VM to use. Just be careful with spaces in the path name. I can't remember if escaping with a backslash or quotes around the path was the solution. cheers -ben On Thu, Dec 10, 2015 at 2:47 AM, Trussardi Dario Romano wrote: > Ciao, > > on Ubuntu sys