Re: [Pharo-dev] still getting vm bug...

2014-08-27 Thread Johan Brichau
Hi Esteban, As mentioned: latest download of Mac OS X Pharo vm (from website) and it’s also in the screenshot as reported by System Reporter in Pharo: Virtual Machine --- /Applications/Pharo.app/Contents/MacOS/Pharo NBCoInterpreter NativeBoost-CogPlugin-GuillermoPolito.19 uuid: acc9

Re: [Pharo-dev] still getting vm bug...

2014-08-27 Thread Esteban Lorenzano
which vm are you using? On 28 Aug 2014, at 08:48, Johan Brichau wrote: > Hi, > > I am still getting the vm bug mentioned here: > https://pharo.fogbugz.com/default.asp?11130#103698 > See screenshot: in my case, loading from filetree almost always throws the > bug. I am using the latest Mac OS

Re: [Pharo-dev] PharoLauncher on Windows not the latest version

2014-08-27 Thread Tim Mackinnon
Wow - thanks for the detail Ben. I'd forgotten about that windows virtual stuff. It's quite tricky... I guess we might have to add this to the SmalltalkHub description on confirmation from Kilon. Tim P.s. I have another simple change queued up to let Launcher use a specified VM (not just the

[Pharo-dev] background color text attribute?

2014-08-27 Thread Tudor Girba
Hi, Does any of you know if there is a way to add a background color to a piece of text? Cheers, Doru -- www.tudorgirba.com "Every thing has its own flow"

Re: [Pharo-dev] athens wrapper for (Form-)Canvas

2014-08-27 Thread Tudor Girba
That is cool. What I suggest is to get it out there and then we work with you to tell you the use cases and we evolve the API from there. Cheers, Doru On Wed, Aug 27, 2014 at 5:43 PM, Igor Stasenko wrote: > > > > On 27 August 2014 09:42, stepharo wrote: > >> Igor >> >> we should integrate Tx

Re: [Pharo-dev] Change superclass programatically

2014-08-27 Thread Sebastian Tleye
With refactoring I think it is also possible, however it requires more programming and understanding of the refactoring classes 2014-08-27 21:28 GMT+02:00 Martin McClure : > On 08/27/2014 12:23 PM, Martin McClure wrote: > >> On 08/27/2014 12:14 PM, Yuriy Tymchuk wrote: >> >>> Any ideas? >>> http

Re: [Pharo-dev] Change superclass programatically

2014-08-27 Thread Martin McClure
On 08/27/2014 12:23 PM, Martin McClure wrote: On 08/27/2014 12:14 PM, Yuriy Tymchuk wrote: Any ideas? https://stackoverflow.com/questions/25535202/change-superclass-programatically It looks like sending #superclass: to the class would work. Yes, I verified this works, though I didn't try a

Re: [Pharo-dev] Change superclass programatically

2014-08-27 Thread Martin McClure
On 08/27/2014 12:14 PM, Yuriy Tymchuk wrote: Any ideas? https://stackoverflow.com/questions/25535202/change-superclass-programatically It looks like sending #superclass: to the class would work. Regards, -Martin

Re: [Pharo-dev] Substitution of ' to " in TextEditor>>shiftEnclose

2014-08-27 Thread Nicolas Cellier
Of course, similar code and change in Morphic, see bottom of change report http://lists.squeakfoundation.org/pipermail/squeak-dev/2011-August/160926.html and follow links. This came after http://lists.squeakfoundation.org/pipermail/squeak-dev/2011-August/160923.html But then, there were some comp

[Pharo-dev] Change superclass programatically

2014-08-27 Thread Yuriy Tymchuk
Any ideas? https://stackoverflow.com/questions/25535202/change-superclass-programatically

Re: [Pharo-dev] PharoLauncher on Windows not the latest version

2014-08-27 Thread Ben Coman
kilon alios wrote: No dont talk to Damien if he is on holiday , I prefer to respect people free time / relaxation time. This can wait for when Damien will be back. Both Damien and I frequent the irc channel so we will talk , its not a problem.  As I said in my original post I am down

Re: [Pharo-dev] PharoLauncher on Windows not the latest version

2014-08-27 Thread kilon alios
I will try your link tomorrow when I am back with windows pc, thank you On Wed, Aug 27, 2014 at 7:36 PM, Tim Mackinnon wrote: > Ok - then it could be that the jobs that produce those Platform specific > builds could be messed up (at least for windows). > > If you want the latest build - follow

Re: [Pharo-dev] PharoLauncher on Windows not the latest version

2014-08-27 Thread Tim Mackinnon
Ok - then it could be that the jobs that produce those Platform specific builds could be messed up (at least for windows). If you want the latest build - follow the CI link mentioned on Smalltalk hub - which will end up on Jenkins, and the latex build is 886 - https://ci.inria.fr/pharo-contribu

Re: [Pharo-dev] Glorp Login>>#encodingStrategy

2014-08-27 Thread Esteban A. Maringolo
2014-08-27 12:38 GMT-03:00 Sven Van Caekenberghe : > It seems that Glorp Login>>#encodingStrategy is not used by the > NativePostgresDriver yet it is required to set it to a non nil value to get > things working. This feels like a hack or something unfinished. How so? PGConnection>>#clientEncod

Re: [Pharo-dev] Fwd: A UTC based implementation of DateAndTime

2014-08-27 Thread David T. Lewis
FYI, the UTC based DateAndTime that I did is not part of Squeak. http://wiki.squeak.org/squeak/6197 Date > Pharo's DateAndTime is not the same as Squeak's. > > We are properly UTC based/aware, see #secondsSinceMidnightUTC and > #julianDayNumberUTC. > > It is indeed perfectly possible to represen

Re: [Pharo-dev] PharoLauncher on Windows not the latest version

2014-08-27 Thread kilon alios
No dont talk to Damien if he is on holiday , I prefer to respect people free time / relaxation time. This can wait for when Damien will be back. Both Damien and I frequent the irc channel so we will talk , its not a problem. As I said in my original post I am downloading PharoLauncher from Smallta

[Pharo-dev] Opal, custom compilers and class-side methods

2014-08-27 Thread Camille Teruel
Hi all, With Opal, if you want to customize how methods are compiled into a class you can override #compilerClass on class-side: MyClass class>>#compilerClass ^ MySpecialCompiler However this custom compiler is not taken into account when compiling methods on the class-side: MyClass cla

Re: [Pharo-dev] Looking for PhD students

2014-08-27 Thread Natalia Tymchuk
Hello, Michele. I still want to get PhD position and I'm working on the idea you suggested me. Also I'm not sure if you know, but Voronyj diagram project won at Roassal Contest and I made the presentation about it on ESUG. In Cambridge I spoke with some people and got a few ideas, what to do next

Re: [Pharo-dev] athens wrapper for (Form-)Canvas

2014-08-27 Thread Igor Stasenko
On 27 August 2014 09:42, stepharo wrote: > Igor > > we should integrate TxText as soon as the new integration handle > configurations (normally next week). > So can you get prepared? > > I can make configuration with latest versions.. but that won't make things more 'prepared' in aspect that i a

[Pharo-dev] Glorp Login>>#encodingStrategy

2014-08-27 Thread Sven Van Caekenberghe
It seems that Glorp Login>>#encodingStrategy is not used by the NativePostgresDriver yet it is required to set it to a non nil value to get things working. This feels like a hack or something unfinished. Sven

Re: [Pharo-dev] Substitution of ' to " in TextEditor>>shiftEnclose

2014-08-27 Thread Nicolas Cellier
I encountered this in Squeak too, because French keyboard is not better than german one :( Nicolas Cellier uploaded a new version of ST80 to project The Trunk: http://source.squeak.org/trunk/ST80-nice.136.mcz Summary Name: ST80-nice.136 Author: nice Time

Re: [Pharo-dev] Substitution of ' to " in TextEditor>>shiftEnclose

2014-08-27 Thread Max Bareis
> > I am curious, because this substitution does not make any sense to > me. The keyCharacter is always the "real" character ( $( instead > of $9 ). Also it seems that this substitution reduces the keyboard > to the en-Layout, therefore breaks the separation of concerns. > > > > I

Re: [Pharo-dev] Fwd: A UTC based implementation of DateAndTime

2014-08-27 Thread Sven Van Caekenberghe
Sure, I am not suggesting to add anything, I was just commenting on the fact that Date does indeed sometimes act a bit unexpected. On 27 Aug 2014, at 16:56, stepharo wrote: > Sven > long time ago I was believing that this is important to have a nice and rich > model for the core but on dates/c

Re: [Pharo-dev] Pharo Development Robustness (was: Why Bloc?)

2014-08-27 Thread stepharo
Hi sean Thanks for this mail About bloc - I discussed with alain about this point at ESUG. Alain would like to finish the handlers and a couple of other points, clean everything and release a first version. The problem is that alain is often doing trial and changes. Here is whe

Re: [Pharo-dev] Substitution of ' to " in TextEditor>>shiftEnclose

2014-08-27 Thread stepharo
is a bug or a feature. For german keyboards it causes that pressing the single Apostroph (which is reached via shift-#) is substituted to ". So enclosing a textblock and pressing ' leads to comments around the block, which is really annoying. I am curious, because this substi

Re: [Pharo-dev] Fwd: A UTC based implementation of DateAndTime

2014-08-27 Thread stepharo
Sven long time ago I was believing that this is important to have a nice and rich model for the core but on dates/calendars it is complex so what I would do is to have a small and working code for Date/ and make sure that more complex model can be loaded by people. Stef On 27/8/14 12:02, Sven

Re: [Pharo-dev] Sprint 29/8 still planned?

2014-08-27 Thread Esteban Lorenzano
So, what is scheduled is an RMoD sprint… which is kind of a small one. Of course, everybody is invited to assist (like a public one), but it has some constraints: - there will not be a lot of people. - it will happen in the afternoon (not the full day) :) Esteban On 27 Aug 2014, at 15:53,

Re: [Pharo-dev] Looking for PhD students

2014-08-27 Thread stepharo
Excellent :) Stef On 27/8/14 10:40, Michele Lanza wrote: Dear all, this is an informal call for PhD students. I’m Michele Lanza, head of the REVEAL research group from the University of Lugano in Switzerland, active in Smalltalk since many years (16 to be precise). The group, which you might

Re: [Pharo-dev] PharoLauncher on Windows not the latest version

2014-08-27 Thread Tim Mackinnon
Hmmm that sounds strange (it could be I messed something up) - but did you get your zip file from: https://ci.inria.fr/pharo-contribution/job/PharoLauncher/885/PHARO=30,VERSION=bleedingEdge,VM=vm/ ?? I just tested that one (but on OSX) and it shows my change as well as templates for Moose 5 a

Re: [Pharo-dev] athens wrapper for (Form-)Canvas

2014-08-27 Thread stepharo
Igor we should integrate TxText as soon as the new integration handle configurations (normally next week). So can you get prepared? Stef On 26/8/14 17:43, Igor Stasenko wrote: On 26 August 2014 00:24, Nicolai Hess > wrote: I tried an alternative approach f

Re: [Pharo-dev] All-you-can-eat JSON

2014-08-27 Thread stepharo
thanks Sean P. DeNigris wrote 2. http://smalltalkhub.com/#!/~PharoExtras/JSON, and Pharo 3.0: Loads via #stable and all tests pass; config copied to MetaRepo...30 - Cheers, Sean -- View this message in context: http://forum.world.st/All-you-can-eat-JSON-tp4774925p4774926.html Sent fro

Re: [Pharo-dev] Pharo Development Robustness (was: Why Bloc?)

2014-08-27 Thread Henrik Johansen
On 27 Aug 2014, at 4:01 , Igor Stasenko wrote: > For embedding morphs into text, there's a bit more than i currently did - > event handling. > Right now, morphs are used to simply render them in-place, and they even not > added as a submorphs, therefore no way to deliver any events to them wit

Re: [Pharo-dev] PharoLauncher on Windows not the latest version

2014-08-27 Thread kilon alios
I mean PharoLauncher cannot download Pharo 4 because it displays no such option. No Moose 5 , etc etc. Its also the old GUI. So this must be the latest version, I am not near my window pc now at work so I will try tomorrow the developer mode to see exactly which version of PharoLauncher it is. Are

Re: [Pharo-dev] PharoLauncher on Windows not the latest version

2014-08-27 Thread Tim Mackinnon
What do you mean by Pharo 4 template? I just made a contribution yesterday - watched it build the new zip file, and I just downloaded that zip and I am seeing a “Pharo 4.0 (beta)” template tree? Just to check you are using the latest version, if you right click on a template and choose “Create

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

2014-08-27 Thread GitHub
Branch: refs/tags/40192 Home: https://github.com/pharo-project/pharo-core

[Pharo-dev] [pharo-project/pharo-core] a21c4b: 40192

2014-08-27 Thread GitHub
Branch: refs/heads/4.0 Home: https://github.com/pharo-project/pharo-core Commit: a21c4b36c88fce077401d0d861f0563aa0d561b7 https://github.com/pharo-project/pharo-core/commit/a21c4b36c88fce077401d0d861f0563aa0d561b7 Author: Jenkins Build Server Date: 2014-08-27 (Wed, 27 Aug 2014

Re: [Pharo-dev] Pharo Development Robustness (was: Why Bloc?)

2014-08-27 Thread Igor Stasenko
For embedding morphs into text, there's a bit more than i currently did - event handling. Right now, morphs are used to simply render them in-place, and they even not added as a submorphs, therefore no way to deliver any events to them without big troubles. The way how text layout builds (dynamical

Re: [Pharo-dev] Sprint 29/8 still planned?

2014-08-27 Thread Marcus Denker
I will check… I thnk so, but I will check to make sure. On 27 Aug 2014, at 11:12, p...@highoctane.be wrote: > Is there a sprint in Lille as announced a while ago? > > I'd be delighted to join :-) > > Phil

Re: [Pharo-dev] Substitution of ' to " in TextEditor>>shiftEnclose

2014-08-27 Thread Nicolai Hess
2014-08-27 15:12 GMT+02:00 Maximilian Bareis : > Hi, > > I am wondering if the upper part of > > *TextEditor>>shiftEnclose: aKeyboardEvent* > * "Insert or remove bracket characters around the current selection."* > > * | char left right startIndex stopIndex oldSelection which text |* > * char := a

[Pharo-dev] Substitution of ' to " in TextEditor>>shiftEnclose

2014-08-27 Thread Maximilian Bareis
Hi, I am wondering if the upper part of TextEditor>>shiftEnclose: aKeyboardEvent "Insert or remove bracket characters around the current selection." | char left right startIndex stopIndex oldSelection which text | char := aKeyboardEvent keyCharacter. char = $9 if

Re: [Pharo-dev] Fwd: A UTC based implementation of DateAndTime

2014-08-27 Thread Pavel Krivanek
Yes, Cami made a lot of great work on making DateAndTime UTC based. Cheers, -- Pavel 2014-08-27 12:02 GMT+02:00 Sven Van Caekenberghe : > Pharo's DateAndTime is not the same as Squeak's. > > We are properly UTC based/aware, see #secondsSinceMidnightUTC and > #julianDayNumberUTC. > > It is indeed

Re: [Pharo-dev] Cyrillic handling

2014-08-27 Thread Yuriy Tymchuk
Latest pharo vm. OS X Ukrainian keyboard layout. Uko On 27 Aug 2014, at 14:17, p...@highoctane.be wrote: > Which VM? > Which layout? > > Phil > > Le 27 août 2014 13:27, "Yuriy Tymchuk" a écrit : > Hi guys. > > Sometimes I exigently type cyrillic characters (because I have 2 keyboard > layou

Re: [Pharo-dev] Cyrillic handling

2014-08-27 Thread p...@highoctane.be
Which VM? Which layout? Phil Le 27 août 2014 13:27, "Yuriy Tymchuk" a écrit : > Hi guys. > > Sometimes I exigently type cyrillic characters (because I have 2 keyboard > layouts). When I do this, besides of typing just the characters, some > shortcuts re triggered. Is it easy to fixe that? Becaus

Re: [Pharo-dev] Failing make a slice

2014-08-27 Thread Juraj Kubelka
Thanks :) -- Juraj Kubelka > El 27/08/2014, a las 02:50, Sven Van Caekenberghe escribió: > > >> On 27 Aug 2014, at 04:19, Juraj Kubelka wrote: >> >> Have you made the slice using Monticello or Komitter? It was a first time I >> have used Komitter and maybe I have used it wrong. > > Manuall

[Pharo-dev] Cyrillic handling

2014-08-27 Thread Yuriy Tymchuk
Hi guys. Sometimes I exigently type cyrillic characters (because I have 2 keyboard layouts). When I do this, besides of typing just the characters, some shortcuts re triggered. Is it easy to fixe that? Because sometimes I mess up my code like this :) Uko

Re: [Pharo-dev] Fwd: A UTC based implementation of DateAndTime

2014-08-27 Thread Sven Van Caekenberghe
Pharo's DateAndTime is not the same as Squeak's. We are properly UTC based/aware, see #secondsSinceMidnightUTC and #julianDayNumberUTC. It is indeed perfectly possible to represent time using one number, but it will not be a SmallInteger. And depending on precision is will be a very large numb

Re: [Pharo-dev] Pharo Development Robustness (was: Why Bloc?)

2014-08-27 Thread stepharo
Hi sean Thanks for this mail About bloc - I discussed with alain about this point at ESUG. Alain would like to finish the handlers and a couple of other points, clean everything and release a first version. The problem is that alain is often doing trial and changes. Here is whe

[Pharo-dev] Sprint 29/8 still planned?

2014-08-27 Thread p...@highoctane.be
Is there a sprint in Lille as announced a while ago? I'd be delighted to join :-) Phil

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

2014-08-27 Thread GitHub
Branch: refs/tags/40191 Home: https://github.com/pharo-project/pharo-core

[Pharo-dev] [pharo-project/pharo-core] 2a94e5: 40191

2014-08-27 Thread GitHub
Branch: refs/heads/4.0 Home: https://github.com/pharo-project/pharo-core Commit: 2a94e5357858522cf92ecc51801bf64bd72812f8 https://github.com/pharo-project/pharo-core/commit/2a94e5357858522cf92ecc51801bf64bd72812f8 Author: Jenkins Build Server Date: 2014-08-27 (Wed, 27 Aug 2014

[Pharo-dev] Looking for PhD students

2014-08-27 Thread Michele Lanza
Dear all, this is an informal call for PhD students. I’m Michele Lanza, head of the REVEAL research group from the University of Lugano in Switzerland, active in Smalltalk since many years (16 to be precise). The group, which you might know from tools like CodeCity, SpyWare, Softwarenaut, SPO, e

Re: [Pharo-dev] PharoLauncher on Windows not the latest version

2014-08-27 Thread kilon alios
I also downloaded the zip file it still does not give me the same version as MacOSX, no Pharo 4 template On Wed, Aug 27, 2014 at 11:04 AM, kilon alios wrote: > I downloaded PharoLauncher from smalltalkhub for Windows and it appears is > not the latest version for example it has no template for

[Pharo-dev] [pharo-project/pharo-core] 2dfff4: 40190

2014-08-27 Thread GitHub
Branch: refs/heads/4.0 Home: https://github.com/pharo-project/pharo-core Commit: 2dfff429c4a2ace296f5c1a7168605c733984ae7 https://github.com/pharo-project/pharo-core/commit/2dfff429c4a2ace296f5c1a7168605c733984ae7 Author: Jenkins Build Server Date: 2014-08-27 (Wed, 27 Aug 2014

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

2014-08-27 Thread GitHub
Branch: refs/tags/40190 Home: https://github.com/pharo-project/pharo-core

[Pharo-dev] PharoLauncher on Windows not the latest version

2014-08-27 Thread kilon alios
I downloaded PharoLauncher from smalltalkhub for Windows and it appears is not the latest version for example it has no template for downloading Pharo 4.

[Pharo-dev] [pharo-project/pharo-core] 227f20: 40189

2014-08-27 Thread GitHub
Branch: refs/heads/4.0 Home: https://github.com/pharo-project/pharo-core Commit: 227f2067333516db6f8be7a7608380f4ceb89c61 https://github.com/pharo-project/pharo-core/commit/227f2067333516db6f8be7a7608380f4ceb89c61 Author: Jenkins Build Server Date: 2014-08-27 (Wed, 27 Aug 2014

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

2014-08-27 Thread GitHub
Branch: refs/tags/40189 Home: https://github.com/pharo-project/pharo-core