Re: [Pharo-project] XPath issue ?

2013-05-14 Thread Esteban Lorenzano
Hi, This is for sure not useful at all, but I make the same mistake into PetitXml and PetitXPath (skipping the first element) :) in the Petit parsers, now it is fixed... you can try that or check it to fix the XPath parser (which I didn't know it exists, btw) cheers, Esteban On May 8, 2013,

Re: [Pharo-project] WhatsUp from: 2013-05-06 until: 2013-05-19

2013-05-06 Thread Esteban Lorenzano
On May 6, 2013, at 7:00 AM, seas...@rmod.lille.inria.fr wrote: 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! ###

Re: [Pharo-project] [NativeBoost] Allow hierarchy of objects in function definition

2013-05-06 Thread Esteban Lorenzano
On May 5, 2013, at 5:43 PM, Igor Stasenko siguc...@gmail.com wrote: - NativeBoost-Core in my 3.0 image shows that last version of it is EstebanLorenzano.116 there is not such package in NB repository. It is in Pharo30 repository.. but when i open it, it shows that it has ancestor

Re: [Pharo-project] [NativeBoost] Allow hierarchy of objects in function definition

2013-05-05 Thread Esteban Lorenzano
yeah, what I did was bypass the type checking, not a really solution... we need something better. On May 5, 2013, at 12:18 PM, Guillermo Polito guillermopol...@gmail.com wrote: I remember Esteban had some similar problem when working on the ObjCBridge... Esteban? :D On Sun, May 5,

Re: [Pharo-project] How i can retrieve the global by its name?

2013-05-02 Thread Esteban Lorenzano
the problem with #bind is that a binding is a pair (an association), not its value... so it can cause confusion (and you know murphy's law: it it can, it will). #asClass is not so bad #asClassOn: anEnvironment can work too. or: #bindedClass #bindedClassOn: anEnvironment looks clearer to

Re: [Pharo-project] Where are your package configs for Pharo 2.0

2013-04-30 Thread Esteban Lorenzano
well, some human iteration will always be needed... we cannot make a process to discover the hidden configurations all over the web, to then validate them and copy to the appropriate repo. Esteban On Apr 30, 2013, at 2:05 PM, Mariano Martinez Peck marianop...@gmail.com wrote: Maybe this

Re: [Pharo-project] Smart Suggestion Version 1

2013-04-26 Thread Esteban Lorenzano
well... we had a lot of things to improve in the usability field... starting by the fact that usability word is considered evil for the usability experts :) Esteban On Apr 26, 2013, at 10:29 AM, Gisela Decuzzi giseladecu...@gmail.com wrote: I think that a good usability project can be

Re: [Pharo-project] A Pharo launcher

2013-04-24 Thread Esteban Lorenzano
yes... it is like the vmware pre-made virtual machines service. Of course you can create your own VMs (and probable most of the time you'll do it anyway), but you also can download pre-made versions (even uploaded for other people) :) Esteban On Apr 24, 2013, at 12:30 PM, Camillo Bruni

Re: [Pharo-project] configuration speed

2013-04-24 Thread Esteban Lorenzano
On Apr 24, 2013, at 5:27 PM, Igor Stasenko siguc...@gmail.com wrote: On 24 April 2013 16:50, Camillo Bruni camillobr...@gmail.com wrote: I checked the issue under 3.0 with the configuration loading speed. Main Performance Issues: Gofer: package-cache

[Pharo-project] [update 3.0] #30056

2013-04-23 Thread Esteban Lorenzano
30056 - 10363 Boolean clean up https://pharo.fogbugz.com/f/cases/10363 Diff information: http://smalltalkhub.com/#!/~Pharo/Pharo30/diff/NativeBoost-Core-EstebanLorenzano.118

Re: [Pharo-project] Pharo on iOS with Bluetooth keyboard working almost in full.

2013-04-19 Thread Esteban Lorenzano
sweet :) On Apr 19, 2013, at 12:00 AM, p...@highoctane.be p...@highoctane.be wrote: I've made some progress on using the external keyboard. Now, it is about usable. Some mappings still missing (discovering a lot of interesting things in the process) but usable. See video (poor camera,

Re: [Pharo-project] Argument names created by Debugger

2013-04-19 Thread Esteban Lorenzano
finally, someone with a sense of opportunity :) +100 On Apr 19, 2013, at 5:39 AM, Sean P. DeNigris s...@clipperadams.com wrote: Frank Shearar-3 wrote You could add Boolean as well, to avoid creating a name like 'aTrue'. Ooh, good idea! Okay, there's obviously enough interest. I'll get on

Re: [Pharo-project] [Seaside] Re: Has anyone used Zodiac and Seaside to for https?

2013-04-19 Thread Esteban Lorenzano
On Apr 19, 2013, at 12:59 AM, Igor Stasenko siguc...@gmail.com wrote: On 18 April 2013 23:46, Sven Van Caekenberghe s...@stfx.eu wrote: Igor, On 18 Apr 2013, at 23:21, Igor Stasenko siguc...@gmail.com wrote: why? anything i can help with? Well, last time I looked (eons ago), in the C

Re: [Pharo-project] do you know what is this?

2013-04-17 Thread Esteban Lorenzano
the AthensQuartzSurface, support all Athens related code? (paths, paints,etc..) I will be more than happy to move away from the software rendering of the current cairo backend. Is Quartz work by GPU? is it use openGL? Fernando On Tue, Apr 16, 2013 at 8:41 PM, Esteban Lorenzano esteba

Re: [Pharo-project] do you know what is this?

2013-04-17 Thread Esteban Lorenzano
=oRnogMokS_8 Phil Phil 2013/4/17 Esteban Lorenzano esteba...@gmail.com Hi, This is just the cairo library rendering in a quartz format. No native quartz access yet, so... 1) yes... is 100% compatible with Cairo (because it is Cairo :) 2) no GPU, no OpenGL, just optimized rendering

Re: [Pharo-project] do you know what is this?

2013-04-17 Thread Esteban Lorenzano
Hi, On Apr 17, 2013, at 11:23 AM, kilon theki...@yahoo.co.uk wrote: Anyway, my only objection is the fact that we will have twice the code to maintain and more to worry about. let me explain this little thing a bit... Do you think that code doesn't need to be maintained and taken care how

Re: [Pharo-project] do you know what is this?

2013-04-17 Thread Esteban Lorenzano
On Apr 17, 2013, at 2:35 PM, kilon theki...@yahoo.co.uk wrote: Porting everything to smalltalk is not a realistic or a very useful scenario. Whos is going to port Cocoa to Morphic come on lets see some hands raising :D The idea never was to move everything. In fact is just the opposite.

[Pharo-project] Tiger athens with objc bridge demo

2013-04-17 Thread Esteban Lorenzano
http://www.youtube.com/watch?v=k_bfSz2tus0 Enjoy, Esteban ps: small... and this time I do not speak. So is a win-win :)

Re: [Pharo-project] Problems with Association page

2013-04-17 Thread Esteban Lorenzano
://association.pharo.org/web ) and found some dead links you may be interested into fixing I am talking about the automatic scrolling bar at the top. 1) The VM for Pharo in OSX and iOS by Esteban Lorenzano http://smallworks.com.ar/products/vm (dead) correct - http://smallworks.com.ar/web

Re: [Pharo-project] do you know what is this?

2013-04-17 Thread Esteban Lorenzano
you're right... I will cutpaste and write something extra next days :) On Apr 17, 2013, at 4:25 PM, p...@highoctane.be wrote: Very interesting email, worth a post somewhere. 2013/4/17 Esteban Lorenzano esteba...@gmail.com Hi, On Apr 17, 2013, at 11:23 AM, kilon theki...@yahoo.co.uk

Re: [Pharo-project] do you know what is this?

2013-04-17 Thread Esteban Lorenzano
... but certainly not me :) Disclaimer done... is so obvious for me that Eliot is the master-guru that I just forget to mention him (I'm really sorry for that). Esteban On Apr 17, 2013, at 6:30 PM, Esteban Lorenzano esteba...@gmail.com wrote: you're right... I will cutpaste and write something extra next

Re: [Pharo-project] RFB server and 2.0

2013-04-16 Thread Esteban Lorenzano
with no problem. Only tried it locally, but doesn't matter. On 15 April 2013 20:37, Esteban Lorenzano esteba...@gmail.com wrote: Hi, Someone has tried RFB in 2.0? I installed it, but looks like it is not working :( Esteban -- Milan Mimica http://sparklet.sf.net

[Pharo-project] [update 3.0] #30041

2013-04-16 Thread Esteban Lorenzano
30041 - 10028 Integrate Opal https://pharo.fogbugz.com/f/cases/10028 WARNING: 1) Opal is still not default compiler, it is there to allow us to improve it and put it on shape 2) Please, help on it by providing bug reports, etc. :)

Re: [Pharo-project] [regression reporter]regression occurred

2013-04-16 Thread Esteban Lorenzano
oops... those are a lot of regressions :) On Apr 16, 2013, at 2:06 PM, no-re...@ci.inria.fr wrote: https://ci.inria.fr/pharo/job/Pharo-3.0-Update-Step-2-Validation/./label=linux/58/ 71 regressions found. CompilerTests.ClosureCompilerTest.testBlockDoitDecompilation

Re: [Pharo-project] How to browse a selected method in code viewer

2013-04-16 Thread Esteban Lorenzano
I don't understand... you do not find it? right click/extend search/browse it (or any of the other possibilities) Esteban On Apr 16, 2013, at 2:11 PM, dimitris chloupis theki...@yahoo.co.uk wrote: When I was using squeak a feature I used alot was the ability to browse a selected method.

Re: [Pharo-project] [update 3.0] #30041

2013-04-16 Thread Esteban Lorenzano
because there are still some emerging bugs that prevents its use :) On Apr 16, 2013, at 2:11 PM, Damien Cassou damien.cas...@gmail.com wrote: On Tue, Apr 16, 2013 at 1:59 PM, Esteban Lorenzano esteba...@gmail.com wrote: Opal is still not default compiler why not? Don't you think Opal

Re: [Pharo-project] How to browse a selected method in code viewer

2013-04-16 Thread Esteban Lorenzano
what Gisela is doing is smart suggestions: not the same, a lot better :) The function Dimitris is asking for (browse a method imp. accesing with mouse) is already there (it never left), just in a different submenu Esteban On Apr 16, 2013, at 2:21 PM, Goubier Thierry thierry.goub...@cea.fr

[Pharo-project] [update 3.0] #30042

2013-04-16 Thread Esteban Lorenzano
30042 - 10028 Integrate Opal https://pharo.fogbugz.com/f/cases/10028 (remove destructive tests)

Re: [Pharo-project] Understanding Athens

2013-04-16 Thread Esteban Lorenzano
start it with a stackvm, then close the offending window and save, then restart with a regular vm :) Esteban On Apr 16, 2013, at 3:47 PM, kilon theki...@yahoo.co.uk wrote: Thats awesome but I cant open my pharo image anymore , I dont mind starting from a new image and reinstalling everything

Re: [Pharo-project] [regression reporter]regression occurred

2013-04-16 Thread Esteban Lorenzano
: On Apr 16, 2013, at 2:08 PM, Esteban Lorenzano esteba...@gmail.com wrote: oops... those are a lot of regressions :) This should not happen: This means that somehow Opal is taken as the compiler. (The tests are not compatible between the two, we are going through them one by one, either

Re: [Pharo-project] do you know what is this?

2013-04-16 Thread Esteban Lorenzano
why do you think this is the final step? this is just the first one in a long run... and when we arrive to the goal, pharo will be both: cross platform + [your preferred system here] first citizen :) god, forgive this men of little faith... :P Esteban On Apr 16, 2013, at 7:12 PM, Benjamin

Re: [Pharo-project] do you know what is this?

2013-04-16 Thread Esteban Lorenzano
not to say about efficiency. I've been doing some cpu cycle tests. Rendering a 1600@1200 gradient to world canvas (repeat each 50ms): ~90% cpu consumption Same test, but sending it direct to window canvas using bridge: ~40% cpu consumption so... we are in the good path :) Esteban On Apr

Re: [Pharo-project] WhatsUp from: 2013-04-15 until: 2013-04-30

2013-04-15 Thread Esteban Lorenzano
On Apr 15, 2013, at 7:00 AM, seas...@rmod.lille.inria.fr wrote: 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!

[Pharo-project] RFB server and 2.0

2013-04-15 Thread Esteban Lorenzano
Hi, Someone has tried RFB in 2.0? I installed it, but looks like it is not working :( Esteban

Re: [Pharo-project] RFB server and 2.0

2013-04-15 Thread Esteban Lorenzano
damn :( I have a connection refused (in pharo it looks like running, but...) Esteban On Apr 15, 2013, at 8:39 PM, Mariano Martinez Peck marianop...@gmail.com wrote: It worked for me when I tried 2 or 3 weeks ago On Mon, Apr 15, 2013 at 3:37 PM, Esteban Lorenzano esteba...@gmail.com

[Pharo-project] Zinc/Zodiac error while doing a get in Windows

2013-04-13 Thread Esteban Lorenzano
Hi, I'm having an error while trying to execute (latest 2.0 image vm, downloaded with zeroconf): ZnClient new get: 'https://api.eveonline.com/eve/CharacterInfo.xml.aspx?characterID=90628525' in a Windows machine (both XP and W7) the error is connection closed. Is weird because all Zodiac

Re: [Pharo-project] Zinc/Zodiac error while doing a get in Windows

2013-04-13 Thread Esteban Lorenzano
just that... all the other tests are fine On Apr 13, 2013, at 8:58 PM, Igor Stasenko siguc...@gmail.com wrote: On 13 April 2013 19:12, Sven Van Caekenberghe s...@stfx.eu wrote: On 13 Apr 2013, at 17:05, Esteban Lorenzano esteba...@gmail.com wrote: Hi, yes... it still happen with your

Re: [Pharo-project] Open window out of my pharo environment

2013-04-12 Thread Esteban Lorenzano
Hi, Well, I'm working on that (for Athens, with Igor) :) But is still work in progress... it still needs some iterations. If you can wait a bit, it will be ready to test more ore less soon (for mac sooner than other platforms). Esteban On Apr 12, 2013, at 9:49 AM, Tristan Bourgois

Re: [Pharo-project] Open window out of my pharo environment

2013-04-12 Thread Esteban Lorenzano
yes... it is some-kind related to Mars too (I will finish it, one of this years... :P) Esteban On Apr 12, 2013, at 10:56 AM, Denis Kudriashov dionisi...@gmail.com wrote: Hi 2013/4/12 Esteban Lorenzano esteba...@gmail.com Hi, Well, I'm working on that (for Athens, with Igor

Re: [Pharo-project] Please comment on a bug fix for Nautilus

2013-04-11 Thread Esteban Lorenzano
yes, I think is confusing but we can have an option in settings for that :) On Apr 11, 2013, at 8:31 AM, Camillo Bruni camillobr...@gmail.com wrote: On 2013-04-10, at 21:42, stephane ducasse stephane.duca...@free.fr wrote: On Apr 10, 2013, at 8:12 PM, Igor Stasenko siguc...@gmail.com

Re: [Pharo-project] Configuration browser doesn't works in 3.0?

2013-04-11 Thread Esteban Lorenzano
there is no metarepo for 3.0 yet. Also, it will be moved to sthub so... yep, broken :) Esteban On Apr 11, 2013, at 9:16 AM, Igor Stasenko siguc...@gmail.com wrote: Just tried to use config browser, and it signaling error: Could not access http://ss3.gemstone.com/ss/MetaRepoForPharo30

Re: [Pharo-project] Versionner in 2.0 again

2013-04-11 Thread Esteban Lorenzano
I care... and a LOT :) But I was waiting for Christophe to say something :P Esteban On Apr 11, 2013, at 1:18 PM, Norbert Hartl norb...@hartl.name wrote: Huh, I find it strange that nobody cares. Does anybody use Versionner? Norbert Am 09.04.2013 um 11:31 schrieb Norbert Hartl

Re: [Pharo-project] Video on code profiling

2013-04-11 Thread Esteban Lorenzano
nice :) On Apr 11, 2013, at 1:10 AM, Alexandre Bergel alexandre.ber...@me.com wrote: Hi! Just wanted to share this with you: https://vimeo.com/63319467 Cheers, Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu

[Pharo-project] A demo video

2013-04-10 Thread Esteban Lorenzano
Hi, I made a small video to show how work the “life environment” we pharoers (and every smalltalker) always talk. That adictive little thing I like to call: “Immediate feedback experience”. You can see the video here (in the same old ugly english you all know me :)

Re: [Pharo-project] ConfigurationOfSpec is outdated

2013-04-09 Thread Esteban Lorenzano
Hi, Spec now is included in the core of Pharo, and developed there. While there are plans to split all the core of Pharo into smaller packages, there are not plans to keep a separated configuration. So.. if you download Pharo 2.0, you will have a stable version of Spec. And if you want to

Re: [Pharo-project] Issue 10219: Completion: enter on accept awkwardness

2013-04-07 Thread Esteban Lorenzano
yep, because NOController is a derivative. anyway... NOController needs improvement in his finding algorithm, I'm think :S Esteban On Apr 7, 2013, at 6:20 AM, Sean P. DeNigris s...@clipperadams.com wrote: Sven Van Caekenberghe-2 wrote What is the difference between NECController and

Re: [Pharo-project] Issue 10219: Completion: enter on accept awkwardness

2013-04-07 Thread Esteban Lorenzano
I still think useEnterToAccept has to be true I sustain the idea of lower the entry level for the newcomers, instead supporting as default the use-workflow of power users (they have a settings browser there). We took this decision last year and I think it was a good one... not that we cannot

Re: [Pharo-project] How to get access to FogBugs Pharo tracker?

2013-04-07 Thread Esteban Lorenzano
Hi Denis, http://bugs.pharo.org then you should be able to register by yourself :) Esteban On Apr 7, 2013, at 1:57 PM, Denis Kudriashov dionisi...@gmail.com wrote: Hello. Can I get access to new issue tracket? Best regards, Denis

Re: [Pharo-project] Issue 10219: Completion: enter on accept awkwardness

2013-04-07 Thread Esteban Lorenzano
like a good classroom assignment for a class incorporating Usability Testing :) Esteban Lorenzano wrote: I still think useEnterToAccept has to be true I sustain the idea of lower the entry level for the newcomers, instead supporting as default the use-workflow of power users (they have

Re: [Pharo-project] Issue 10219: Completion: enter on accept awkwardness

2013-04-06 Thread Esteban Lorenzano
oh, I'm here too, but that's because I have insomnia, not kids :) On Apr 6, 2013, at 8:44 AM, Johan Brichau jo...@inceptive.be wrote: Indeed, I also increased the popup speed in the preferences to something like 100 or 200ms. But yes, you should wait for them to pop up. I did not address

Re: [Pharo-project] Resuming Issue Tracker Mailing List

2013-04-06 Thread Esteban Lorenzano
Hi, To be honest, I don't think a separate mailing list has much sense. I would prefer to redirect mails to this list (this is a pharo-dev list, after all... ). With the filtering/labeling tools that every mail/webmail client has nowadays, it should be easy to the people who do not want to

Re: [Pharo-project] Resuming Issue Tracker Mailing List

2013-04-06 Thread Esteban Lorenzano
well, but since I cannot imagine any of this list not subscribing to the other one, I do not see the difference, other than eliminate bureaucracy :) Esteban On Apr 6, 2013, at 6:07 PM, Marcus Denker marcus.den...@inria.fr wrote: On Apr 6, 2013, at 5:44 PM, Esteban Lorenzano esteba

Re: [Pharo-project] Resuming Issue Tracker Mailing List

2013-04-06 Thread Esteban Lorenzano
but yes... even for this list or the other, it would be could be able to decide which kind of issue updates we want to be notified :S On Apr 6, 2013, at 6:22 PM, Esteban Lorenzano esteba...@gmail.com wrote: well, but since I cannot imagine any of this list not subscribing to the other one, I

Re: [Pharo-project] Resuming Issue Tracker Mailing List

2013-04-06 Thread Esteban Lorenzano
marcus.den...@inria.fr wrote: On Apr 6, 2013, at 6:22 PM, Esteban Lorenzano esteba...@gmail.com wrote: well, but since I cannot imagine any of this list not subscribing to the other one, I do not see the difference, other than eliminate bureaucracy :) I am considering not to. I think not many

Re: [Pharo-project] Screencast: Creating C library bindings with TalkFFI for libgit2

2013-04-06 Thread Esteban Lorenzano
that's cool :) I just playing with the libgit2 bindings from Stefan :) Esteban On Apr 6, 2013, at 7:30 PM, Max Leske maxle...@gmail.com wrote: I recorded a new screencast with a short tutorial on how bindings for libgit2 (or any other library for that matter) can be created using TalkFFI.

Re: [Pharo-project] Screencast: Creating C library bindings with TalkFFI for libgit2

2013-04-06 Thread Esteban Lorenzano
mmm... to fast Page not found :( Esteban On Apr 6, 2013, at 7:41 PM, Esteban Lorenzano esteba...@gmail.com wrote: that's cool :) I just playing with the libgit2 bindings from Stefan :) Esteban On Apr 6, 2013, at 7:30 PM, Max Leske maxle...@gmail.com wrote: I recorded a new

Re: [Pharo-project] Issue 10219: Completion: enter on accept awkwardness

2013-04-05 Thread Esteban Lorenzano
On Apr 4, 2013, at 7:02 PM, Diego Lont diego.l...@delware.nl wrote: On 4 April 2013 15:45, Esteban Lorenzano esteba...@gmail.com wrote: really? please, add an issue in the tracker and submit a slice, as everybody else. calm down, we're just discussing here. I provided code here

Re: [Pharo-project] Issue 10219: Completion: enter on accept awkwardness

2013-04-05 Thread Esteban Lorenzano
Sven Van Caekenberghe s...@stfx.eu On 04 Apr 2013, at 19:02, Diego Lont diego.l...@delware.nl wrote: On 4 April 2013 15:45, Esteban Lorenzano esteba...@gmail.com wrote: really? please, add an issue in the tracker and submit a slice, as everybody else. calm down, we're just discussing

[Pharo-project] [update 3.0] #30022

2013-04-05 Thread Esteban Lorenzano
30022 - 10032 Integrate new debugger https://pharo.fogbugz.com/f/cases/10032 Diff information: http://smalltalkhub.com/#!/~Pharo/Pharo30/diff/DebuggerModel-EstebanLorenzano.23 http://smalltalkhub.com/#!/~Pharo/Pharo30/diff/Spec-Debugger-EstebanLorenzano.33

Re: [Pharo-project] Configuration Browser - CI link

2013-04-04 Thread Esteban Lorenzano
what will happen (eventually) is that all the configurations in the verified panel will pass an acceptance test before be placed there. but since conceptually CI is more or less opposite to Stable Release, I don't think that a marriage between them would be cool (also, that would mean that we

Re: [Pharo-project] Issue 10219: Completion: enter on accept awkwardness

2013-04-04 Thread Esteban Lorenzano
Well... I disagree with your disagreement :) We are talking about two different things: 1) the current defaults 2) some possible broken configuration about the current defaults, enter is the one that is choose for 99% of IDEs around the world (and yes, the 1% default is probably just Pharo

Re: [Pharo-project] Issue 10219: Completion: enter on accept awkwardness

2013-04-04 Thread Esteban Lorenzano
On Apr 4, 2013, at 10:30 AM, Johan Brichau jo...@inceptive.be wrote: Hi Esteban, I tend to agree with your argument but... about the current defaults, enter is the one that is choose for 99% of IDEs around the world (and yes, the 1% default is probably just Pharo 1.4). All those

Re: [Pharo-project] Issue 10219: Completion: enter on accept awkwardness

2013-04-04 Thread Esteban Lorenzano
oh, it works... it just doesn't work as some are expecting... but we can improve that to make everyone happy :) Esteban On Apr 4, 2013, at 2:14 PM, stephane ducasse stephane.duca...@free.fr wrote: + 1 For instance i am still clueless, why 'enter' is default for autocompletion, and

Re: [Pharo-project] Issue 10219: Completion: enter on accept awkwardness

2013-04-04 Thread Esteban Lorenzano
On Apr 4, 2013, at 12:00 PM, Diego Lont diego.l...@delware.nl wrote: So I also want the defaults changed: tab should complete my smalltalk code, not enter. defaults will not change... you will need to change your personal settings (as described some mails before) Esteban

Re: [Pharo-project] Issue 10219: Completion: enter on accept awkwardness

2013-04-04 Thread Esteban Lorenzano
, Esteban Lorenzano esteba...@gmail.com wrote: In any case, is it difficult to enable the both tab and enter? yes and no... I mean. It is easy, but is hardcoded in NECControllerhandleKeystrokeBefore:editor: so... you can hack around there :) That is what I needed to know :-) cheers

Re: [Pharo-project] [FYI] Athens tutorial

2013-04-04 Thread Esteban Lorenzano
aptitude is old (some kind outdated) and I have had several problems with it. we should always recommend to use apt-get instead :) Esteban On Apr 4, 2013, at 5:38 PM, Jimmie Houchin jlhouc...@gmail.com wrote: Hello, I am on Ubuntu 12.10 32bit. I have followed the directions below for

Re: [Pharo-project] pharo success story

2013-04-03 Thread Esteban Lorenzano
yes, but I don't know if ObjectProfile is a success story. ObjectProfile is a successful Pharo company, but the success stories are each of their products (), I think :) Esteban On Apr 3, 2013, at 1:56 PM, stephane ducasse stephane.duca...@free.fr wrote: yes good idea. We want to have

Re: [Pharo-project] [3.0] CI build is broken

2013-04-02 Thread Esteban Lorenzano
Hi Norbert, the vm-ui.sh script is deprecated (yep, Camillo already deprecated something, even if it is brand new). now the valid scripts are pharo and pharo-ui :) Esteban On Apr 2, 2013, at 11:17 AM, Norbert Hartl norb...@hartl.name wrote: Another attempt. Norbert vm-ui.sh Am

[Pharo-project] [update 2.0] #20595

2013-04-02 Thread Esteban Lorenzano
20595 - 10196 Change shortcuts default settings of 2.0 to the traditional ones UI: Misc | Milestone: Pharo2.0 https://pharo.fogbugz.com/f/cases/10196 10195 Replace ugly Keymappings API on:do: https://pharo.fogbugz.com/f/cases/10195 10194 Backport to 2.0:

[Pharo-project] [update 2.0] #20596

2013-04-02 Thread Esteban Lorenzano
20596 - Prepared for updated release (yep, Stef asked for some special changes... and since he is the boss... :) Esteban

[Pharo-project] new Pharo 2.0 version

2013-04-02 Thread Esteban Lorenzano
Hi, I made some changes in the Pharo 2.0 release (can be called 2.0.1, but well... it is 2.0.596. in fact :) 1) Nautilus keybindings settings are now the old ones by default (asked by Stef) 2) Backported the fix that prevents that load FFI crashes image (thanks to Guille) 3) Backported the

Re: [Pharo-project] new Pharo 2.0 version

2013-04-02 Thread Esteban Lorenzano
it is semantics. is the release, but is 2.0.596... why? because mark the version as 2.0.1 would be horrible pain (yep, it is a hand made process)... so, for now, we are ok like that :) Esteban On Apr 2, 2013, at 3:10 PM, Ben Coman b...@openinworld.com wrote: Esteban Lorenzano wrote: Hi

Re: [Pharo-project] WhatsUp from: 2013-04-01 until: 2013-04-14

2013-04-01 Thread Esteban Lorenzano
On Apr 1, 2013, at 7:00 AM, seas...@rmod.lille.inria.fr wrote: 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! ###

Re: [Pharo-project] Versionner in pharo 2.0

2013-03-29 Thread Esteban Lorenzano
MetaRepoForPharo20 that's for verified versions (version the author is certain the installation will work) Esteban On Mar 28, 2013, at 10:23 PM, Christophe Demarey christophe.dema...@inria.fr wrote: Le 28 mars 2013 à 14:13, Esteban Lorenzano a écrit : btw... why

Re: [Pharo-project] Platform and portable versions for Pharo 2.0 too

2013-03-29 Thread Esteban Lorenzano
Thanks Sean. I understand your motivation (and I agree with them), but well... we need to adjust the process before make this kind of changes. You wouldn't believe the amount of things that became affected with that small change :S anyway, this will be backported to 2.0 in summer release (or

Re: [Pharo-project] [update 3.0] #30016

2013-03-29 Thread Esteban Lorenzano
no, it is... or it should be :) On Mar 29, 2013, at 3:46 PM, Camillo Bruni camillobr...@gmail.com wrote: why is the new update already in http://pharo.gforge.inria.fr/updates/pharo3.0/updates30.list when it is still present in the staged file?

Re: [Pharo-project] How to open a file with external app

2013-03-29 Thread Esteban Lorenzano
why? you just need to implement an strategy for that. On Mar 29, 2013, at 4:25 PM, p...@highoctane.be p...@highoctane.be wrote: Yes, that's frustrating. Example: Help Server using NBShell32 and not working on OSX... 2013/3/29 jannik.laval jannik.la...@gmail.com Yes, But I am thinking

Re: [Pharo-project] bump: pharo wikipedia page sucks

2013-03-29 Thread Esteban Lorenzano
On Mar 29, 2013, at 4:33 PM, Serge Stinckwich serge.stinckw...@gmail.com wrote: On Fri, Mar 29, 2013 at 4:30 PM, Clément Bera bera.clem...@gmail.com wrote: Interesting, this English Pharo wiki page. I quote : 'Pharo is now organized as a benevolent dictatorship of the community members

[Pharo-project] about a new pharo site

2013-03-28 Thread Esteban Lorenzano
Hi, I would like to discuss something about a complete redesign of the site because right now, while it was good some years ago, now is old and confusing... I would like something clean and easy, more or less like the ruby on rails site: http://rubyonrails.org ideas? Esteban ps: this is a

Re: [Pharo-project] Versionner in pharo 2.0

2013-03-28 Thread Esteban Lorenzano
there is work in progress... a bit slow because my times (and Christoph's) are a bit... overcharged :) On Mar 28, 2013, at 11:17 AM, Norbert Hartl norb...@hartl.name wrote: Is there work in progress to make Versionner work in pharo 2.0? The problems I see are at first related to the removal

[Pharo-project] one-click restored for pharo 3.0, renamed as portable

2013-03-28 Thread Esteban Lorenzano
Hi, I created a portable version of Pharo 3.0, for those power users who still need it :) check it at: http://files.pharo.org/platform Cheers, Esteban

[Pharo-project] [update 2.0] #20594

2013-03-28 Thread Esteban Lorenzano
20594 - 10123 Bug in warning in CriticBrowser https://pharo.fogbugz.com/f/cases/10123 Diff information: http://ss3.gemstone.com/ss/Pharo20/Manifest-CriticBrowser-EstebanLorenzano.64.diff (yep, 2.0 keeps going... for sometime)

[Pharo-project] Platform and portable versions for Pharo 2.0 too

2013-03-28 Thread Esteban Lorenzano
Hi, I backported the 3.0 publish mechanism to Pharo 2.0. I suppose the 2.0 Summer will be like this then :) http://files.pharo.org/platform/ Cheers, Esteban

Re: [Pharo-project] Versionner in pharo 2.0

2013-03-28 Thread Esteban Lorenzano
. But I don't know e.g. where is the announcer in the system where you would register for class change, method modified etc. announcements. Norbert Am 28.03.2013 um 11:51 schrieb Esteban Lorenzano esteba...@gmail.com: there is work in progress... a bit slow because my times

[Pharo-project] bump: pharo wikipedia page sucks

2013-03-28 Thread Esteban Lorenzano
Hi, have you seen it? http://en.wikipedia.org/wiki/Pharo it is old, small, non-accurate and well... it could receive a lot of love :) (the weird thing is that the image is actually a 2.0 image, he) Can anyone adopt the page and update it? thanks, Esteban ps: also... we have a lot of spanish

Re: [Pharo-project] Platform and portable versions for Pharo 2.0 too

2013-03-28 Thread Esteban Lorenzano
mmm... the problem is that the platform versions are not the release, are nightly builds (it lacks the welcome workspace). Esteban On Mar 28, 2013, at 12:59 PM, Sean P. DeNigris s...@clipperadams.com wrote: EstebanLM wrote I backported the 3.0 publish mechanism to Pharo 2.0. ...

Re: [Pharo-project] Pharo inbox changed

2013-03-28 Thread Esteban Lorenzano
yes, I agree with everything... we will fix it soon :) Sean, you are part of Pharo team members, you should be able to upload to inbox anyway cheers, Esteban On Mar 28, 2013, at 1:15 PM, Sean P. DeNigris s...@clipperadams.com wrote: EstebanLM wrote the bad news: since sthub still does not

Re: [Pharo-project] bump: pharo wikipedia page sucks

2013-03-28 Thread Esteban Lorenzano
lol On Mar 28, 2013, at 1:21 PM, stephane ducasse stephane.duca...@free.fr wrote: I could but I do not want people bash me if I focus on Pharo on that page. Stef On Mar 28, 2013, at 1:03 PM, Esteban Lorenzano esteba...@gmail.com wrote: Hi, have you seen it? http

[Pharo-project] … and I updated the platform builder for windows

2013-03-28 Thread Esteban Lorenzano
so, windows users can save as... and enjoy the ability of choose an image instead open always the same. enjoy, Esteban ps: working on a slightly better linux script now

Re: [Pharo-project] Versionner in pharo 2.0

2013-03-28 Thread Esteban Lorenzano
. pharo2-port.zip Le 28 mars 2013 à 12:44, Esteban Lorenzano a écrit : Hi Norbert, Check around SystemAnnouncer :) Esteban On Mar 28, 2013, at 12:37 PM, Norbert Hartl norb...@hartl.name wrote: Can you tell me what an equivalent to a SystemChangeNotifier call would be today? I can

[Pharo-project] in anybody out there? who uses 2.0?

2013-03-27 Thread Esteban Lorenzano
Hi, Here in Pharo headquarters we are shock that there are just 10 new bugs reported for 2.0 after the release... So... I wonder... is that because we made a really cool release, or just because nobody is using it? Cheers, Esteban

[Pharo-project] [update 3.0] #30012

2013-03-25 Thread Esteban Lorenzano
30012 - 10009 KeyMapping classes should be commented https://pharo.fogbugz.com/f/cases/10009 10012 SaveCommandLineHandler has wrong handler name in the class comment https://pharo.fogbugz.com/f/cases/10012 10128 Drag and Drop support in Spec

Re: [Pharo-project] NB additions

2013-03-25 Thread Esteban Lorenzano
this is a consequence on how we do the integration: by merging packages (to prevent ugly overrides)... so, each time I integrate a change, it creates a new monticello package, who is allocated on the Pharo20 repository. It does not matters if the resulting package is equal to the original one

Re: [Pharo-project] https://pharo.fogbugz.com : can I have an account there?

2013-03-23 Thread Esteban Lorenzano
you can get account directly going to the monkey place: bugs.pharo.org Esteban On Mar 23, 2013, at 4:16 PM, Andrei Vasile Chis chisvasileand...@gmail.com wrote: Can I also get an account? Cheers, Andrei On Fri, Mar 15, 2013 at 10:07 PM, Camillo Bruni camillobr...@gmail.com wrote:

Re: [Pharo-project] where is the inbox for 3.0?

2013-03-22 Thread Esteban Lorenzano
it should be already there since a couple of versions, afaik Esteban On Mar 22, 2013, at 11:37 AM, stephane ducasse stephane.duca...@free.fr wrote: thanks We should add it to 3.0a Stef On Mar 21, 2013, at 10:59 AM, Benjamin benjamin.vanryseghem.ph...@gmail.com wrote:

Re: [Pharo-project] one-click is dead, now we have platform specific builds

2013-03-20 Thread Esteban Lorenzano
(obviously with your image and names and output names) Esteban On Mar 19, 2013, at 9:52 PM, Tudor Girba tu...@tudorgirba.com wrote: Great! Is there a possibility to custom Pharo images (such as Moose) with your infrastructure? Cheers, Doru On Mar 19, 2013, at 6:29 PM, Esteban Lorenzano

Re: [Pharo-project] Running tests on 2.0 and first impression

2013-03-20 Thread Esteban Lorenzano
which vm, when it freezes, etc. a little bit more of info could help on fixing bugs :) Esteban On Mar 20, 2013, at 2:34 PM, Miguel Moquillon miguel.moquil...@gmail.com wrote: You're lucky, because in my own machine running GNU/Linux Ubuntu 12.04 the tests running in Pharo 2.0 either kills

Re: [Pharo-project] about mac/win/linux VM for 2.0?

2013-03-20 Thread Esteban Lorenzano
I didn't planned it, but I can do it... it should be quite trivial :) Esteban On Mar 20, 2013, at 10:03 PM, Stéphane Ducasse stephane.duca...@inria.fr wrote: Esteban do you plan to do the same that you did for Pharo30.app to Pharo20? So that we can have non oneclick platform specific vm

Re: [Pharo-project] one-click is dead, now we have platform specific builds

2013-03-20 Thread Esteban Lorenzano
Hi Sean, yes, the procedure is still there, and it is still possible to produce one-click distributions... maybe we could produce a portable version (I think the portable concept captures better what a one-click is... because a one click is not a one click, you still need to double click on

Re: [Pharo-project] Still some crach when loading code (FFI) ?

2013-03-20 Thread Esteban Lorenzano
By: Esteban Lorenzano esteba...@gmail.com Jenkins build #14535 Mac Cocoa Cog 5.8b12 21-Sep-10 1B0534FA-246C-47C5-AB29-7A76C81CCDCB VMMaker versionString git://gitorious.org/cogvm/blessed.git Commit: 412abef33cbed05cf1d75329e451d71c0c6aa5a7 Date: 2013-03-13 17:48:50 +0100 By: Esteban Lorenzano esteba

  1   2   3   4   5   6   7   8   9   10   >