Re: [Pharo-dev] Making ASTInterpreter work with opal bindings

2013-05-15 Thread Guillermo Polito
/14 Guillermo Polito guillermopol...@gmail.com On Tue, May 14, 2013 at 1:03 PM, Clément Bera bera.clem...@gmail.comwrote: Hey Guille, To debug AST-interpreter there is a specific AIContextInspector. What you can do is just to inspect in the debugger the latest AIContext created by the AST

Re: [Pharo-dev] [sbe] Pharo por Ejemplo vs Pharo en exemplos

2013-05-21 Thread Guillermo Polito
Pharo en ejemplos sounds good :) On Tue, May 21, 2013 at 2:35 PM, Esteban A. Maringolo emaring...@gmail.comwrote: +uno a Pharo en ejemplos ;-) Regards! Esteban A. Maringolo 2013/5/21 Rafael Luque rafael.luque.le...@gmail.com I contributed to this translation with the Syntax and

Re: [Pharo-dev] Running coverage breaks the VM

2013-05-31 Thread Guillermo Polito
as methods and primitives are kind of handled in the same way after? On Fri, May 31, 2013 at 2:27 AM, Igor Stasenko siguc...@gmail.com wrote: On 30 May 2013 20:06, Guillermo Polito guillermopol...@gmail.com wrote: Ok, I was playing with flushing caches and stuff... Its still a bit obsure to me why

Re: [Pharo-dev] Running coverage breaks the VM

2013-05-31 Thread Guillermo Polito
the same change :). Maybe I'm making nonsense again, It's difficult to say to me. I just want to help fixing this. Tx!!! Guille On Fri, May 31, 2013 at 9:28 AM, Guillermo Polito guillermopol...@gmail.com wrote: Actually, from CoInterpreter: addNewMethodToCache: class Override to refuse to cache

Re: [Pharo-dev] Running coverage breaks the VM

2013-05-31 Thread Guillermo Polito
It is fixed in latest vm (which you can get from the zeroconf script http://get.pharo.org/vmLatest) :). Guille On Fri, May 31, 2013 at 1:25 PM, Igor Stasenko siguc...@gmail.com wrote: On 31 May 2013 09:20, Guillermo Polito guillermopol...@gmail.com wrote: Ahh, that's why the code

Re: [Pharo-dev] The interrupt semaphore

2013-06-07 Thread Guillermo Polito
In any case, I'd understand why, but we still have that semaphore installed in the special objects array, and code in the VM for handling it... On Fri, Jun 7, 2013 at 4:31 PM, Guillermo Polito guillermopol...@gmail.comwrote: We are not using it? Why interruption is made by the event fetcher

[Pharo-dev] The interrupt semaphore

2013-06-07 Thread Guillermo Polito
We are not using it? Why interruption is made by the event fetcher process? Guille

[Pharo-dev] ConfigurationOfAsmJit not loading

2013-06-17 Thread Guillermo Polito
Cannot load AsmJit-ARM package This package depends on the following classes: AJAbstractAssemblerTest AJFormatter AJLabel You must resolve these dependencies before you will be able to load these definitions: AJArmAssemblerTest classToBeTested testBasicMove AJArmFormatter

Re: [Pharo-dev] ConfigurationOfAsmJit not loading

2013-06-17 Thread Guillermo Polito
).. On 2013-06-17, at 11:33, Guillermo Polito guillermopol...@gmail.com wrote: Cannot load AsmJit-ARM package This package depends on the following classes: AJAbstractAssemblerTest AJFormatter AJLabel You must resolve these dependencies before you will be able to load

Re: [Pharo-dev] ConfigurationOfAsmJit not loading

2013-06-17 Thread Guillermo Polito
, Camillo Bruni camillobr...@gmail.comwrote: On 2013-06-17, at 12:06, Guillermo Polito guillermopol...@gmail.com wrote: In any case, there are old versions of nativeboost depending on development asmjit versions. What about freezing 1.2? :D definitely... I still had a plan to migrate the NB

Re: [Pharo-dev] Changing ConfigurationOfCog

2013-06-18 Thread Guillermo Polito
:). Esteban On Jun 18, 2013, at 10:26 AM, Guillermo Polito guillermopol...@gmail.com wrote: Hi guys! I worked yesterday on making VMMaker load and work in Pharo2.0 with filesystem. Now, I want to push my changes in a new development version of ConfigurationOfCog. But I have some questions

Re: [Pharo-dev] on:do: for shortcuts?

2013-06-18 Thread Guillermo Polito
I prefer the onKeyCombination* because of the following rationale: - to me a shortcut is the association between a key combination and an action - a key combination is a combination of keys :), which is associated with an action Stef, so far I changed the asShortcut = asKeyCombination, following

[Pharo-dev] [Ann] VMMaker + Cog building in Pharo20

2013-06-19 Thread Guillermo Polito
So, I finished committing and made a last smoke test. VMMaker loads in Pharo2.0 and uses (mostly) Filesystem. I used the rewriting engine to rewrite some parts, and some others I made manually... To sum up: - I created a new version in configuration of cog: 6.5 (in the way I touched

Re: [Pharo-dev] [Ann] VMMaker + Cog building in Pharo20

2013-06-19 Thread Guillermo Polito
For example, I didn't even try to ensure RiscOSVMMaker port was complete. And since I didn't have a way to test it, who knows? On Wed, Jun 19, 2013 at 3:50 PM, Igor Stasenko siguc...@gmail.com wrote: On 19 June 2013 13:01, Sean P. DeNigris s...@clipperadams.com wrote: Guillermo Polito wrote

Re: [Pharo-dev] [Ann] VMMaker + Cog building in Pharo20

2013-06-19 Thread Guillermo Polito
...@inria.frwrote: On Jun 19, 2013, at 3:54 PM, Guillermo Polito guillermopol...@gmail.com wrote: For example, I didn't even try to ensure RiscOSVMMaker port was complete. And since I didn't have a way to test it, who knows? RiscOS is dead since years… it was the OS of the PC like workstation

Re: [Pharo-dev] [Ann] VMMaker + Cog building in Pharo20

2013-06-21 Thread Guillermo Polito
)' --- After these two changes, all seems working. Thank you for the work. Jannik 2013/6/19 Igor Stasenko siguc...@gmail.com On 19 June 2013 16:34, Guillermo Polito guillermopol...@gmail.com wrote: Yes, but right now moving from FileDirectory to FileSystem will make harder the merge between

Re: [Pharo-dev] [Ann] VMMaker + Cog building in Pharo20

2013-06-21 Thread Guillermo Polito
the mail. I prefer you review the proposed changes :) Jannik 2013/6/21 Guillermo Polito guillermopol...@gmail.com Jannik, did you commit them? :) On Thu, Jun 20, 2013 at 11:23 AM, jannik laval jannik.la...@gmail.comwrote: Hi, Making a try with PharoIPhoneBuilder buildIPhoneSimulator. I

Re: [Pharo-dev] [Ann] VMMaker + Cog building in Pharo20

2013-06-21 Thread Guillermo Polito
I can queue it... On Fri, Jun 21, 2013 at 11:06 AM, jannik laval jannik.la...@gmail.comwrote: Ok, so, can you commit them ? Jannik 2013/6/21 Guillermo Polito guillermopol...@gmail.com To me they look ok... :) as I see here [1], you have no commit grants in the VMMaker repo and you

[Pharo-dev] First shot on acceptance tests for the VM

2013-06-21 Thread Guillermo Polito
Hi! We were discussing over here about it, so I decided to finally start something on the front of an acceptance test for our VM. The core idea is to stress the VM to test its stability and find bugs and regressions. So I created the ci job in [1] which does: - use latest vm - use 2.0 latest

Re: [Pharo-dev] First shot on acceptance tests for the VM

2013-06-23 Thread Guillermo Polito
time forward *and* backward compatible. And we make sure that the VM that people use for the stable release does not change. Marcus On Jun 21, 2013, at 5:08 PM, Guillermo Polito guillermopol...@gmail.com wrote: Hi! We were discussing over here about it, so I decided to finally start

Re: [Pharo-dev] Boolean

2013-06-26 Thread Guillermo Polito
On Wed, Jun 26, 2013 at 11:20 PM, Levente Uzonyi le...@elte.hu wrote: On Wed, 26 Jun 2013, Clément Bera wrote: Actually this code: True basicNew ifTrue: [ some code ] works fine on the latest Pharo 3 because of Opal :) So the Opal compiler lacks important optimizations. :) Not at all.

Re: [Pharo-dev] WhatsUp from: 2013-07-01 until: 2013-07-14

2013-07-01 Thread Guillermo Polito
On Mon, Jul 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-dev] MNU: SmallIntegeradd:

2013-07-16 Thread Guillermo Polito
Actually having an expression to convert into a test is better than that... And answering the question of is this a vanilla cog problem should be good too. But I cannot reproduce that problem in stable cog... On Tue, Jul 16, 2013 at 2:40 PM, Esteban Lorenzano esteba...@gmail.comwrote: to

[Pharo-dev] Post on how to install pharo

2013-07-23 Thread Guillermo Polito
Hi guys, I've written a small post on the current mechanisms for download and deploy pharo images and vms. Of course it may not be complete, just wanted to make noise :). So, feedback and retweets are welcome ;).

Re: [Pharo-dev] [rmod] Post on how to install pharo

2013-07-23 Thread Guillermo Polito
] On Tue, Jul 23, 2013 at 12:33 PM, Guillermo Polito guillermopol...@gmail.com wrote: On Tue, Jul 23, 2013 at 12:24 PM, Stéphane Ducasse stephane.duca...@inria.fr wrote: Guilermo I would like to turn your blog entry into Gutenberg. I will do it while reading it as a kata exercise. Nice

Re: [Pharo-dev] thisContext and block

2013-07-25 Thread Guillermo Polito
On Thu, Jul 25, 2013 at 1:17 PM, Camille Teruel camille.ter...@gmail.comwrote: On 25 juil. 2013, at 13:12, Clément Bera wrote: Perhaps you should add some value message so that the assertions are actually run, shouldn't you ? I always felt that e-mails lack an unsend command :D Or gmail

Re: [Pharo-dev] X11 window manager in Pharo

2013-07-25 Thread Guillermo Polito
On Thu, Jul 25, 2013 at 1:54 PM, laurent laffont laurent.laff...@gmail.comwrote: Hi, I will have one full week dedicated to Pharo, now I must decide what to do. One fun thing would be to write a X11 window manager (based on TilingWindowManager), so I could run Emacs, shells and all stuff in

Re: [Pharo-dev] DBXTalk OpenDBX MySQL and OSX Lion : working on 2.0

2013-07-29 Thread Guillermo Polito
Thanks! I updated the tutorial with your info :). On Sun, Jul 28, 2013 at 9:49 PM, p...@highoctane.be p...@highoctane.bewrote: I've been struggling to get the whole thing to work in Pharo 2.0 So, here are some pointers: I am using Xcode 4.6.3 with command line tools installed. I used the

Re: [Pharo-dev] about on:do: - onKey:do:

2013-08-05 Thread Guillermo Polito
Ok, I commited a slice with a different selector name we discussed with Ben a while ago. #bindKeyCombination:toAction: On Mon, Aug 5, 2013 at 9:42 AM, Igor Stasenko siguc...@gmail.com wrote: On 4 August 2013 15:50, Esteban Lorenzano esteba...@gmail.com wrote: I would use #onKeyCombination:do:

Re: [Pharo-dev] [update 3.0] #30324

2013-08-06 Thread Guillermo Polito
I don't understand all those UsersManagerinitialize + Initialization code for UsersManager isn't that pretty obvious that the initialize method contains the initialization code? :POr are they autogenerated or something? sorry for the silly question :) Guille On Tue, Aug 6, 2013 at 2:46

Re: [Pharo-dev] Fwd: Keyboard events is broken.

2013-08-06 Thread Guillermo Polito
On Tue, Aug 6, 2013 at 3:40 PM, Igor Stasenko siguc...@gmail.com wrote: I changed this method to see better what happens: HandMorph classshowDebugEvent: evt ShowEvents == true ifTrue: [ | ofs| Display fill: (0@0 extent: 500@120) rule: Form over

Re: [Pharo-dev] Keyboard events is broken.

2013-08-06 Thread Guillermo Polito
And the removal of the debugging code is here https://gitorious.org/cogvm/blessed/commit/9e2a77928edf0144f0d5c42ada66eb18918af64b/diffs/506febc8184dfd6c764d8d8fbc5b08dca8f998c0;) On Tue, Aug 6, 2013 at 5:47 PM, Guillermo Polito guillermopol...@gmail.comwrote: ah, forgot to say. Latest vms from

Re: [Pharo-dev] Keyboard events is broken.

2013-08-06 Thread Guillermo Polito
a look at the diff in here: https://gitorious.org/cogvm/blessed/commit/2214cee58a5c5266b8ab2322b98471553b1b11c2/diffs/9e2a77928edf0144f0d5c42ada66eb18918af64b I'd like to start putting this in some issue tracker. Cog issue tracker or Pharo one? :) Esteban? On Aug 6, 2013, at 4:32 PM, Guillermo

Re: [Pharo-dev] Keyboard events is broken.

2013-08-06 Thread Guillermo Polito
On Tue, Aug 6, 2013 at 8:06 PM, Igor Stasenko siguc...@gmail.com wrote: On 6 August 2013 17:47, Guillermo Polito guillermopol...@gmail.com wrote: ah, forgot to say. Latest vms from jenkins should be ready in a while, not yet :). yes, and that's why i want you to answer a following

Re: [Pharo-dev] Keyboard events is broken.

2013-08-07 Thread Guillermo Polito
On Wed, Aug 7, 2013 at 2:41 PM, Igor Stasenko siguc...@gmail.com wrote: My understanding how it should be: - you work in own branch (and in git, repository clone is already a branch, just on your computer). If you want to make it public you need to make own branch on gitorious and commit

Re: [Pharo-dev] Put issues from cog issue tracker into pharo issue tracker

2013-08-07 Thread Guillermo Polito
I think that's not true at all. Our git repo and our vmmaker repo are used to build only the pharo vm flavor. If we make a fix it does not get magically integrated into eliots cog. Maybe they can benefit from the changes but they have to merge back as you esteban and igor merge in our branch. Le

[Pharo-dev] TalkFFI versions 1.3 and 1.4

2013-09-01 Thread Guillermo Polito
Hi Ciprian, In the last weeks we were playing a bit with TalkFFI for dbxtalk. After a while we got a working version but we found some stuff we'd like to fix. In version 1.3 CLExternalLibraryWrapper classuniqueInstance is wrongly defined. This is already fixed in talkffi 1.4. However, version

Re: [Pharo-dev] WhatsUp from: 2013-09-02 until: 2013-09-15

2013-09-02 Thread Guillermo Polito
On Mon, Sep 2, 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-dev] TalkFFI versions 1.3 and 1.4

2013-09-03 Thread Guillermo Polito
'; loadVersion: '1.3.1' - stable version points to 1.3.1 on pharo2 Gofer it smalltalkhubUser: 'CipT' project: 'TalkFFI'; configurationOf: 'TalkFFI'; loadVersion: #'stable' Regarding version 1.4, I don't know so far :). Enjoy, Guille On Sun, Sep 1, 2013 at 12:47 PM, Guillermo Polito guillermopol

Re: [Pharo-dev] Sound on Ubuntu Problems

2013-09-04 Thread Guillermo Polito
Hi! If the modules are not printed, that probably means that they cannot be loaded :). (Bah, I assume that by looking at the vm code that does that [1]). So, first thing you can do is to see the output of stderr. Second, you can try to do an ldd [2] to the vm-sound-ALSA.so library to check the

Re: [Pharo-dev] Sound on Ubuntu Problems

2013-09-04 Thread Guillermo Polito
as for vm-sound-ALSA.so. So, I would imagine that if the one worked than the other would. Cheers, Jeff On Wed, Sep 4, 2013 at 11:48 AM, Guillermo Polito guillermopol...@gmail.com wrote: Hi! If the modules are not printed, that probably means that they cannot be loaded :). (Bah, I assume

Re: [Pharo-dev] Sound on Ubuntu Problems

2013-09-04 Thread Guillermo Polito
Do you have libasound installed for i386? cause the one that outputs ldd looks like in folder for x86_64 On Wed, Sep 4, 2013 at 1:06 PM, J.F. Rick s...@je77.com wrote: Indeed. Yet the Squeak version does not load either. Cheers, Jeff On Wed, Sep 4, 2013 at 12:49 PM, Guillermo Polito

Re: [Pharo-dev] [Pharo-users] Pharo Sprint in Buenos Aires

2013-09-04 Thread Guillermo Polito
Probably UTN? On Wed, Sep 4, 2013 at 2:45 PM, Camillo Bruni camillobr...@gmail.comwrote: So it looks like we are going to do the Pharo sprint in Buenos Aires Saturday, the 14th of September. The question is now where do we meet? The original idea was to reserver a room at the UBA, but that

Re: [Pharo-dev] How to bind keyboard shortcuts to messages ?

2013-09-10 Thread Guillermo Polito
Something like this? http://playingwithobjects.wordpress.com/2013/03/19/keymappings-101-for-pharo-2-0/ :) On Tue, Sep 10, 2013 at 7:41 PM, kilon theki...@yahoo.co.uk wrote: I was wondering what the relevant classes are for binding shortcuts to messages. I wanted to create my own shortcuts

Re: [Pharo-dev] How to bind keyboard shortcuts to messages ?

2013-09-11 Thread Guillermo Polito
Hehey! I just downloaded latest 3.0 and #bindKeyCombination: toAction: is there (you made me doubt if I did it or not! :P) But yes, the api for 20 is on:do: and it changed for 30 to clarify. On Wed, Sep 11, 2013 at 9:32 AM, kilon theki...@yahoo.co.uk wrote: Ah ok, no problemo I am in no

Re: [Pharo-dev] How to bind keyboard shortcuts to messages ?

2013-09-11 Thread Guillermo Polito
On Wed, Sep 11, 2013 at 10:03 AM, Goubier Thierry thierry.goub...@cea.frwrote: Le 11/09/2013 09:49, Guillermo Polito a écrit : Hehey! I just downloaded latest 3.0 and #bindKeyCombination: toAction: is there (you made me doubt if I did it or not! :P) But yes, the api for 20 is on:do

Re: [Pharo-dev] Pharo Sprint in Buenos Aires - this saturday!

2013-09-11 Thread Guillermo Polito
for Pabellon 2? I think it's open on saturdays (i don't know if it is possible to book a room) 2013/9/4 Guillermo Polito guillermopol...@gmail.com Probably UTN? On Wed, Sep 4, 2013 at 2:45 PM, Camillo Bruni camillobr...@gmail.com wrote: So it looks like we are going

Re: [Pharo-dev] Create a Moose model a posteriori

2013-09-16 Thread Guillermo Polito
Hey! On Mon, Sep 16, 2013 at 9:19 AM, roberto.mine...@usi.ch roberto.mine...@usi.ch wrote: Hi, I was at ESUG last week and I discussed about this issue with some people, and in the end Stef told me drop a mail in the mailing list, I am interested to understand what all the other people

Re: [Pharo-dev] [Pharo-users] Please help us by buying the book

2013-09-16 Thread Guillermo Polito
What about a tweet from the pharo tweeter so we can retweet? ;) On Mon, Sep 16, 2013 at 4:24 PM, Damien Cassou damien.cas...@gmail.comwrote: Hi, please support our work on Pharo by buying the new Deep into Pharo book http://rmod.lille.inria.fr/deepIntoPharo/ Your money go to the Pharo

[Pharo-dev] Smalltalkhub = 503

2013-09-17 Thread Guillermo Polito
it's down and I need to commit!!

Re: [Pharo-dev] Smalltalkhub = 503

2013-09-17 Thread Guillermo Polito
Thanksss :) On Tue, Sep 17, 2013 at 5:32 PM, nicolas petton petton.nico...@gmail.comwrote: Hi! It's up again. Mongo was down for some reason, I'm looking at it now. Sorry for the inconvenience, Nico 2013/9/17 Guillermo Polito guillermopol...@gmail.com it's down and I need to commit!!

Re: [Pharo-dev] [SOLVED]ConfigurationOfGlorpDBX for Pharo2.0

2013-09-19 Thread Guillermo Polito
On Thu, Sep 19, 2013 at 5:16 AM, Federico.Balaguer federico.balag...@gmail.com wrote: It actually worked, the image was unresponsive for a couple minutes but after that everything (so far) seems to be working. That is probably because of something in the progress bar only:). And yes,

Re: [Pharo-dev] Deprecated selector #metaclass on Smalltalkhub

2013-09-20 Thread Guillermo Polito
In my packages I use the metaclass message but not from the pharo meta-level ;) On Fri, Sep 20, 2013 at 8:34 PM, Stephan Eggermont step...@stack.nl wrote: These projects and packageversions on Smalltalkhub use the #metaclass selector. This might refer to a deprecated selector, replaced by

Re: [Pharo-dev] Pharo (cog) Vm on Windows with 2GB virtual mem

2013-09-27 Thread Guillermo Polito
I think latest Pharo VM supports to change the memory limit by only changing an ini file. Igor did that not long ago. Cheers, Guille On Fri, Sep 27, 2013 at 2:09 PM, Oscar E. A. Callaú oalva...@dcc.uchile.clwrote: Hi Guys, I read in this thread

Re: [Pharo-dev] Pharo hangout analysis

2013-10-03 Thread Guillermo Polito
I was too immerse in my own stuff, next time I'll try to collaborate a bit more :). In any case, it was fun for me, and much more friendly than the irc channel :P. When's the next one? On Wed, Oct 2, 2013 at 9:55 PM, kilon theki...@yahoo.co.uk wrote: Definitely a success story as a first.

Re: [Pharo-dev] Pharo (cog) Vm on Windows with 2GB virtual mem

2013-10-03 Thread Guillermo Polito
=0 ** ** ** ** So there is no mention the paratemer to change or add. ** ** Cheers. ** ** *From:* Pharo-dev [mailto:pharo-dev-boun...@lists.pharo.org] *On Behalf Of *Guillermo Polito *Sent:* Friday, September 27, 2013 5:18 AM *To:* Pharo Development List *Subject:* Re

[Pharo-dev] Tracking smalltalk database driver implementations

2013-10-07 Thread Guillermo Polito
Hi guys! I'm tracking the smalltalk implementations of relational database drivers that are floating around :). So far I have: * http://smalltalkhub.com/mc/PharoExtras/PostgresV2/main* Open source - last commit 2013 - This is the only one we use in DBXTalk with glorp.

Re: [Pharo-dev] [PROVENANCE INTERNET] Re: Please contributors fill up this form...

2013-10-10 Thread Guillermo Polito
PharoContributor new name: 'Guille Polito'; id: 'guillep'; email: 'guillermopol...@gmail.com esteba...@gmail.com'; website: 'playingwithobjects.wordpress.comhttp://smallworks.eu/ '; description: 'Pharo core. Pharo

Re: [Pharo-dev] [Pharo-users] Pharo Sprint in Buenos Aires Nov 7th

2013-11-01 Thread Guillermo Polito
Hey! I created a doodle :) http://doodle.com/8yhztyhfhapz4rii I think it will be good to know the people that is coming for logistics :). On Tue, Oct 29, 2013 at 10:15 AM, Gisela Decuzzi giseladecu...@gmail.comwrote: Hello, we are organizing a Pharo Sprint in Bs As: When: November

Re: [Pharo-dev] about miniimage

2013-11-25 Thread Guillermo Polito
On Mon, Nov 25, 2013 at 5:09 PM, Stéphane Ducasse stephane.duca...@inria.fr wrote: From the practical point of view, it's always faster to remove. something than to load something. And it's much faster to unload it without Monticello. So I would use ugly removeAllButPackages: because it's

Re: [Pharo-dev] [Pharo Trick: #0004] - Run code using a key command to speedup development

2013-12-12 Thread Guillermo Polito
Ahh a little detail! We are deprecating the usage of #on:do: for shortcuts so they are not mistaken with exception handling, nor announcement registration :). The right snippet would be World bindKeyCombination: $a shift command toAction: [ Object browse ]. Actually, if you see

Re: [Pharo-dev] [Pharo Trick: #0004] - Run code using a key command to speedup development

2013-12-12 Thread Guillermo Polito
The world morph was initially intended to handle the global system shortcuts, taking advantage of the event bubbling. However, that posed the fact that the global shortcuts have less priority than other shortcuts. The bubbling will activate a global shortcut only if it they key event did not

Re: [Pharo-dev] [Pharo Trick: #0004] - Run code using a key command to speedup development

2013-12-12 Thread Guillermo Polito
:11 AM, Guillermo Polito guillermopol...@gmail.com wrote: The world morph was initially intended to handle the global system shortcuts, taking advantage of the event bubbling. However, that posed the fact that the global shortcuts have less priority than other shortcuts. The bubbling

Re: [Pharo-dev] about the Pharo Catalog

2013-12-12 Thread Guillermo Polito
I'm now adding it for OpenDBX and glorp. We should create lint rules for it ;) On Thu, Dec 12, 2013 at 10:57 AM, Stéphane Ducasse stephane.duca...@inria.fr wrote: Yes :) In the output of the catalog itself https://ci.inria.fr/pharo-contribution/job/PharoProjectCatalog/HTML_Report/?

Re: [Pharo-dev] about the Pharo Catalog

2013-12-13 Thread Guillermo Polito
On Fri, Dec 13, 2013 at 1:51 PM, Stéphane Ducasse stephane.duca...@inria.fr wrote: I'm now adding it for OpenDBX and glorp. We should create lint rules for it ;) please! I want to add support for catalogMainContact too I'll add it :) Can I ask for permissions to commit in the Catalog?

Re: [Pharo-dev] about the Pharo Catalog

2013-12-15 Thread Guillermo Polito
Damien? :D Le 14 déc. 2013 19:04, Stéphane Ducasse stephane.duca...@inria.fr a écrit : DamienCassou/Pier-Gutemberg but I cannot manage the contributors. Stef

Re: [Pharo-dev] Another very simple issue: 11387 Ancient files

2013-12-17 Thread Guillermo Polito
I would tag that for 4.0... what do you think? Better not do that kind of changes in beta :) On Tue, Dec 17, 2013 at 2:13 PM, Marcus Denker marcus.den...@inria.frwrote: This issue was opened in August. It looks to be *really* quick and easy to either fix or reject as invalid: any takers?

Re: [Pharo-dev] 34 priority issues for Pharo3

2013-12-17 Thread Guillermo Polito
I'm checking https://pharo.fogbugz.com/f/cases/11756/When-removing-intance-variables-from-a-class-methods-from-traits-in-the-recompile-classes-have-nil-binding I've reproduced it and writing a test for it now... But I don't fully understand how the new class builder propagates changes to

[Pharo-dev] Critical ClassBuilder bug

2013-12-17 Thread Guillermo Polito
Hi!! I started this afternoon to see a bug on class bindings on trait methods. This one: https://pharo.fogbugz.com/f/cases/11756/Reshaping-a-class-breaks-classBinding-identity Now, after playing and moving around that, I noticed that the problem is worse: 1)Create Class A. 2)Create method Am1.

[Pharo-dev] Tanker and Pharo3

2013-12-29 Thread Guillermo Polito
Hi guys! I was taking a look at tanker to use it to load packages on a mini image. And I found some difficulties :). - First, the code does not load well in Pharo3. There are some classes/traits that changed and the class extensions do not want to load. I fixed that by adding some stub classes

Re: [Pharo-dev] Spotlight Demo

2014-01-07 Thread Guillermo Polito
Maybe widgets should delegate to the theme the rendering? So Morph subclass: Widget. So this applies only for widget morphs? Widget subclass: List. List drawOn: aCanvas self theme drawList: self onCanvas: aCanvas And then each theme can really render different each widget. On Tue, Jan

Re: [Pharo-dev] Easy one for review

2014-01-23 Thread Guillermo Polito
done ;) On Thu, Jan 23, 2014 at 1:51 AM, Sean P. DeNigris s...@clipperadams.comwrote: 12692 KeyboardEvent#asKeyCombination ignores Option key Fix in inbox: SLICE-Issue-12692-KeyboardEventasKeyCombination-ignores-Option-key-SeanDeNigris.1 - Cheers, Sean -- View this message in

Re: [Pharo-dev] working on pharo 3.0?

2014-02-06 Thread Guillermo Polito
Hi Doru, Last time I checked it was working, but that was some months ago. Probably with the changes on the new class builder + opendbx using nativeboostFFI (which in turn creates annonimous classes) we have to revisit it. What i did now was to make this CI job which was working for 20+mysql run

Re: [Pharo-dev] Fwd: working on pharo 3.0?

2014-02-06 Thread Guillermo Polito
Well, it was a bit secret, but I was starting on my free time to setup some ci jobs to build automagically all the opendbx libraries + test them. https://ci.inria.fr/dbxtalk/ Now my problem is that my free time for hacking on non phd stuff - 0 lately... :/ On Thu, Feb 6, 2014 at 12:13 PM,

Re: [Pharo-dev] Fwd: working on pharo 3.0?

2014-02-06 Thread Guillermo Polito
). + binaries available and built every day On Thu, Feb 6, 2014 at 1:34 PM, Tudor Girba tu...@tudorgirba.com wrote: What was a bit secret? Doru On Thu, Feb 6, 2014 at 12:25 PM, Guillermo Polito guillermopol...@gmail.com wrote: Well, it was a bit secret, but I was starting on my free time

Re: [Pharo-dev] Fwd: working on pharo 3.0?

2014-02-07 Thread Guillermo Polito
The slaves are dead. I will talk with christophe as soon as i arrive to the office :) Le 7 févr. 2014 05:42, Tudor Girba tu...@tudorgirba.com a écrit : It seems that the jobs do not manage to finish :( Doru On Thu, Feb 6, 2014 at 1:47 PM, Guillermo Polito guillermopol...@gmail.com wrote

Re: [Pharo-dev] Help with Keymapping initialization

2014-02-07 Thread Guillermo Polito
Hi Pavel! To remove the dependency Morphic-Keymapping, now keymapping is registered as a tool to handle keystrokes. You can register it with KMShortcutHandler registerToolsOn: Smalltalk tools On Fri, Feb 7, 2014 at 3:30 PM, Pavel Krivanek pavel.kriva...@gmail.comwrote: Hi, I have problems

Re: [Pharo-dev] Fwd: working on pharo 3.0?

2014-02-10 Thread Guillermo Polito
, Feb 10, 2014 at 11:42 AM, Tudor Girba tu...@tudorgirba.com wrote: Any news on this? I would love to test DBs on Pharo 3.0 :) Doru On Fri, Feb 7, 2014 at 11:44 AM, Guillermo Polito guillermopol...@gmail.com wrote: The slaves are dead. I will talk with christophe as soon as i arrive

Re: [Pharo-dev] Fwd: working on pharo 3.0?

2014-02-10 Thread Guillermo Polito
...@highoctane.be p...@highoctane.bewrote: How does that work? I am interested in the Postgres thing. Phil On Mon, Feb 10, 2014 at 11:59 AM, Guillermo Polito guillermopol...@gmail.com wrote: Well, I managed to figure out why the linux slave was not working: the amount of workers went

[Pharo-dev] [GSoC ideas] Pharo

2014-02-11 Thread Guillermo Polito
Ok, let's do this :) Hola Pharoers, ESUG, the European Smalltalk User Group, is applying for this year's Google Summer of Code. As you probably know, the Summer of Code provides the opportunity to fund students to work during the summer on Smalltalk, and Pharo. Please reply to this email

Re: [Pharo-dev] [gsoc-mentors] Re: GSoC: call for ideas

2014-02-11 Thread Guillermo Polito
Ahh I started a while ago another thread that said Pharo in the subject as adviced! :/ Should we keep this one or that one? On Tue, Feb 11, 2014 at 10:59 AM, Damien Cassou damien.cas...@gmail.comwrote: Project idea Description: Make Pharo a scripting language with its syntax and

Re: [Pharo-dev] [gsoc-mentors] [GSoC ideas] Pharo

2014-02-11 Thread Guillermo Polito
* New Pharo look and feel Mentor: Guillermo Polito (guillermopol...@gmail.com) Details: There have been already some efforts for making pharo look less alien for newcomers [1]. This project will be about designing a new welcoming interface/desktop. Examples of this would be a new search bar

Re: [Pharo-dev] [gsoc-mentors] [GSoC ideas] Pharo

2014-02-11 Thread Guillermo Polito
* Revisiting morphic widgets Skill level: intermediate Mentor: Guillermo Polito (guillermopol...@gmail.com) Current widgets in morphic are not easily identifiable: the existance of the vanilla and Pluggable* forms makes it complex. Also, common behavior between widgets is scattered around

Re: [Pharo-dev] [gsoc-mentors] [GSoC ideas] Pharo

2014-02-11 Thread Guillermo Polito
* New Pharo Text Model Skill level: advanced Mentor: Guillermo Polito (guillermopol...@gmail.com) maybe Igor Stasenko? Pharo transition to vector graphics needs a new TextModel. Some work related was done by Dennis and Igor [1] and Alain Plantec [2]. However, polishing and Athens integration

Re: [Pharo-dev] dbxtalk working on pharo 3.0

2014-02-13 Thread Guillermo Polito
On Thu, Feb 13, 2014 at 4:26 PM, Tudor Girba tu...@tudorgirba.com wrote: Hi, I just retried DBXTalk, and it now magically works! Does anyone know why? :) magic ;) I did this: Gofer new smalltalkhubUser: 'DBXTalk' project: 'DBXTalkDriver'; package: 'ConfigurationOfOpenDBXDriver';

Re: [Pharo-dev] Connection closed while waiting for data in bootstrapped image

2014-02-17 Thread Guillermo Polito
ExternalSemaphores table may be not well initialized? I can help having a look this afternoon :) On Mon, Feb 17, 2014 at 11:11 AM, Sven Van Caekenberghe s...@stfx.euwrote: Hi Pavel, I just tried on a machine of mine. I changed testNetwork.st to Transcript show: (ZnClient new

Re: [Pharo-dev] Connection closed while waiting for data in bootstrapped image

2014-02-17 Thread Guillermo Polito
On Mon, Feb 17, 2014 at 11:22 AM, Sven Van Caekenberghe s...@stfx.euwrote: On 17 Feb 2014, at 11:18, Guillermo Polito guillermopol...@gmail.com wrote: ExternalSemaphores table may be not well initialized? I can help having a look this afternoon :) Spoken like someone who has seen a fair

Re: [Pharo-dev] Is there some shared memory space?

2014-03-08 Thread Guillermo Polito
Hmm, as far as I know there is no shared memory space... or bah.. what do you mean by that? From my understanding I'd say that when you do: - I fix the bug (i.e., commenting the self error) you introduce some side effect that causes an infinite recursion = lots of contexts are reified because

Re: [Pharo-dev] Is there some shared memory space?

2014-03-10 Thread Guillermo Polito
wrote: Max Leske wrote: On 08.03.2014, at 15:03, Guillermo Polito guillermopol...@gmail.com wrote: Hmm, as far as I know there is no shared memory space... or bah.. what do you mean by that? From my understanding I'd say that when you do: - I fix the bug (i.e., commenting the self

Re: [Pharo-dev] About inspectors

2014-03-11 Thread Guillermo Polito
Doru, for the DBXTalk inspector, maybe it is useful for you this package: http://www.smalltalkhub.com/#!/~DBXTalk/DBXDatabaseModel/ That allows to retrieve database schema metadata in a polymorphic way :) On Tue, Mar 11, 2014 at 7:43 AM, Tudor Girba tu...@tudorgirba.com wrote: Thank you.

Re: [Pharo-dev] threading in Pharo

2014-03-24 Thread Guillermo Polito
Here is the better documentation I found online about it when I learnt it: http://wiki.squeak.org/squeak/382 Afterwards... reading the vm and playing was the hard way to learn it... Then it seems there is an ongoing chapter in the topic

Re: [Pharo-dev] 13102

2014-04-14 Thread Guillermo Polito
Hi! Sorry for the late response... I'm covered with stuff to do lately. To my understanding we are mixing these different issues: 1) whether the global shortcuts should have or not priority over local shortcuts. To my understanding that's what operating systems do. You cannot override alt+tab

Re: [Pharo-dev] 13102

2014-04-14 Thread Guillermo Polito
On Mon, Apr 14, 2014 at 4:18 PM, Guillermo Polito guillermopol...@gmail.com wrote: Hi! Sorry for the late response... I'm covered with stuff to do lately. To my understanding we are mixing these different issues: 1) whether the global shortcuts should have or not priority over local

Re: [Pharo-dev] 13102

2014-04-14 Thread Guillermo Polito
On Mon, Apr 14, 2014 at 4:23 PM, Guillermo Polito guillermopol...@gmail.com wrote: On Mon, Apr 14, 2014 at 4:18 PM, Guillermo Polito guillermopol...@gmail.com wrote: Hi! Sorry for the late response... I'm covered with stuff to do lately. To my understanding we are mixing

Re: [Pharo-dev] 13102

2014-04-16 Thread Guillermo Polito
Bump :) On Mon, Apr 14, 2014 at 4:30 PM, Guillermo Polito guillermopol...@gmail.com wrote: On Mon, Apr 14, 2014 at 4:23 PM, Guillermo Polito guillermopol...@gmail.com wrote: On Mon, Apr 14, 2014 at 4:18 PM, Guillermo Polito guillermopol...@gmail.com wrote: Hi! Sorry

Re: [Pharo-dev] CPU usage change on newer OS

2014-04-25 Thread Guillermo Polito
I remember Igor made a comment not so long ago about fixing something in the idle process (the relinquishBlaBla primitive). Maybe it's related... On Fri, Apr 25, 2014 at 2:35 PM, Norbert Hartl norb...@hartl.name wrote: Here is mine. And it used to be around 2. Norbert top - 12:33:02 up 16

[Pharo-dev] Differences when loading metacello stable configurations

2014-04-27 Thread Guillermo Polito
Hi guys! I'm having different behaviors when loading metacello configurations using the configuration directly and using gofer: This loads well Gofer it smalltalkhubUser: 'DBXTalk' project: 'DBXTalkDriver'; package: 'ConfigurationOfOpenDBXDriver'; load. (ConfigurationOfOpenDBXDriver project

Re: [Pharo-dev] Differences when loading metacello stable configurations

2014-04-27 Thread Guillermo Polito
If I do a normal load it happens the same. The thing is that GoferMetacelloLoad fetches first some version using the blessing and then using the version number/symbol. On Sun, Apr 27, 2014 at 2:05 PM, Max Leske maxle...@gmail.com wrote: On 27.04.2014, at 13:55, Guillermo Polito guillermopol

[Pharo-dev] [ANN] DBXTalk CI available

2014-05-09 Thread Guillermo Polito
Hi! As I've seen lately too much movement and questions I couldn't answer about dbxtalk like does it work? does it load? what is the status? and answering them is a bit difficult because it depends on platform, database, pharo version, etc... I started a while ago to setup a CI server at Inria

Re: [Pharo-dev] dbxtalk working on pharo 3.0

2014-05-09 Thread Guillermo Polito
Hi! I'd love to write a test along with the fix, so we can improve the CI infrastructure I set up (see post [ANN] DBXTalk CI available). Which is your smalltalkhub user so I give you commit grants? Guille On Wed, May 7, 2014 at 7:39 PM, Michael Roland mroland98...@gmail.comwrote: No, the

  1   2   3   4   5   6   7   8   >