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

2013-05-06 Thread Guillermo Polito
On Mon, 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-05 Thread Guillermo Polito
I remember Esteban had some similar problem when working on the ObjCBridge... Esteban? :D On Sun, May 5, 2013 at 12:14 PM, Max Leske maxle...@gmail.com wrote: I have a wish for NativeBoost (which is probably on your list anyway Igor, just wanted to put it out there): function definitions

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

2013-05-02 Thread Guillermo Polito
+1!! The only thing that makes me noise about asClass is #Processor asClass #Transcript asClass What do we do with those guys? :) On Thu, May 2, 2013 at 9:17 AM, Camillo Bruni camillobr...@gmail.comwrote: On 2013-05-02, at 09:12, Sven Van Caekenberghe s...@stfx.eu wrote: On 02 May

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

2013-05-02 Thread Guillermo Polito
But today using Smalltalk everywhere means that we are always using the same environment, and that does not look like a big deal to anybody :)... And then, that's easily solved by doing some simple stuff if you like specify an environment, isn't it? SymbolasClass self asClassInEnvironment:

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

2013-05-02 Thread Guillermo Polito
#bindedXXX and #boundXXX sounds pretty static to me... It's like it was already binded. And maybe in the back it is dynamically looked up. Maybe a more abstract name can fit better: #resolveToClass ? #lookupClass ? Also (I'm pretty negative today), let's do not forget about traits! (We always

Re: [Pharo-project] Why keymap modifiers change receiver instead of return new instance?

2013-04-28 Thread Guillermo Polito
On Sun, Apr 28, 2013 at 7:57 PM, Denis Kudriashov dionisi...@gmail.comwrote: Hello. I found this: shortcut := $a ctrl. self assert: shortcut == shortcut shift Why modifiers change receiver state instead of create new instance? To me it is very bad unexpected behaviour. Hmm, I really

Re: [Pharo-project] A Pharo launcher

2013-04-23 Thread Guillermo Polito
On Tue, Apr 23, 2013 at 3:26 PM, Ben Coman b...@openinworld.com wrote: Damien Cassou wrote: I think the idea to have a Pharo launcher that lets the user pick a Pharo template (either bare pharo 2.0, pharo+seaside, pharo+seaside+mongodb+ magritte+voyage, pharo+pier, ...) and then create a

[Pharo-project] Question about AST annotation scopes order

2013-04-22 Thread Guillermo Polito
Hi! I'm taking a look at the AST annotation in RBProgramNodeannotateInClass: aBehavior self annotateInScope: (RBVariableScope owner: (RBLiteralScope owner: RBRootScope new class: aBehavior) class: aBehavior) With that code, the order in which variables are annotated is 1) inst vars 2) literal

Re: [Pharo-project] Question about AST annotation scopes order

2013-04-22 Thread Guillermo Polito
On Mon, Apr 22, 2013 at 1:30 PM, Marcus Denker marcus.den...@inria.frwrote: On Apr 22, 2013, at 1:23 PM, Guillermo Polito guillermopol...@gmail.com wrote: Hi! I'm taking a look at the AST annotation in RBProgramNodeannotateInClass: aBehavior self annotateInScope

Re: [Pharo-project] Test of patch needed for Linux users

2013-04-11 Thread Guillermo Polito
On Thu, Apr 11, 2013 at 7:40 AM, stephane ducasse stephane.duca...@free.frwrote: did you use platform logic? Stef, What do you mean exactly by platform logic? :) Yesterday I was working on mapping the KeyDown/KeyUp events to have uniform key values, and that included platform dependent code,

Re: [Pharo-project] Test of patch needed for Linux users

2013-04-11 Thread Guillermo Polito
On Thu, Apr 11, 2013 at 3:10 PM, stephane ducasse stephane.duca...@free.frwrote: we have a factory that create an object of each platform at startup. look t OSPlatform. Ahh ok, yeap. I was using that too (OSPlatform current) and a double dispatch :). On Thu, Apr 11, 2013 at 7:40 AM,

Re: [Pharo-project] [Seaside] [ANN] Pharo VM packages and PPA for Ubuntu (v2)

2013-04-11 Thread Guillermo Polito
Cool On Thu, Apr 11, 2013 at 10:37 PM, Jan van de Sandt jvdsa...@gmail.comwrote: Hi, I just installed the pharo-vm package on my Ubuntu 12.04 LTS server. Works great! Thanks! Jan. On Thu, Apr 11, 2013 at 4:34 PM, Damien Cassou damien.cas...@gmail.comwrote: Hi, Norbert Hartl

Re: [Pharo-project] Cycling Through Open Windows Using Key Combination

2013-04-04 Thread Guillermo Polito
In mac there is cmd+left arrow, and cmd+right arrow... It sometimes bother me more than how useful it is, so I don't use it often... On Thu, Apr 4, 2013 at 2:08 PM, Esteban A. Maringolo emaring...@gmail.comwrote: Yes, CTRL-W is close window or close tab in a multidocument window in MS Windows.

Re: [Pharo-project] [Help to review/test] Crash when downloading FFI

2013-03-29 Thread Guillermo Polito
Polito guillermopol...@gmail.com On Wed, Mar 27, 2013 at 9:46 AM, Luc Fabresse luc.fabre...@gmail.comwrote: Hi all, 2013/3/26 Guillermo Polito guillermopol...@gmail.com Hi! I've given a shot trying to get a fix for this case. Thanks to Eliot, I think I reached a solution, but since I had

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

2013-03-28 Thread Guillermo Polito
Cool! :) On Thu, Mar 28, 2013 at 12:34 PM, Esteban Lorenzano esteba...@gmail.comwrote: 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] [Help to review/test] Crash when downloading FFI

2013-03-27 Thread Guillermo Polito
On Wed, Mar 27, 2013 at 9:46 AM, Luc Fabresse luc.fabre...@gmail.comwrote: Hi all, 2013/3/26 Guillermo Polito guillermopol...@gmail.com Hi! I've given a shot trying to get a fix for this case. Thanks to Eliot, I think I reached a solution, but since I had some random results at first

Re: [Pharo-project] Non-Smalltalk content in Pharo and Nautilus

2013-03-27 Thread Guillermo Polito
On Wed, Mar 27, 2013 at 9:18 PM, Torsten Bergmann asta...@gmx.de wrote: When working with Seaside (or other frameworks) one often works with non-Smalltalk resources stored within the image (CSS styles, images, ...) often stored as strings within methods: myCss ^'body {

Re: [Pharo-project] [Pharo-users] More GSoC ideas wanted, 3 days left ....

2013-03-26 Thread Guillermo Polito
Title: VM simulator in Pharo Level: advanced Possible mentor: Esteban Lorenzano Possible second mentor: Guillermo Polito Description: The VM simulator is a very useful tool when it comes to understand the VM behavior and debugging. However, it does not work in Pharo since long time

Re: [Pharo-project] [Vm-dev] Re: Reproducible VM crash when loading FFI

2013-03-26 Thread Guillermo Polito
, where method activations are stored, and - the machine code zone, where the machine code form of CompiledMethods is held. primitive: 214 ^self primitiveFailed The comment says it does not clean method lookup caches... any ideas? Guille On Tue, Mar 26, 2013 at 11:48 AM, Guillermo Polito guillermopol

Re: [Pharo-project] [Vm-dev] Re: Reproducible VM crash when loading FFI

2013-03-26 Thread Guillermo Polito
: newSpecialObjectsArray Which so far works fine :D !! I'll publish a slice for people to test. Thank you very much for the help!! On Tue, Mar 26, 2013 at 5:52 PM, Eliot Miranda eliot.mira...@gmail.comwrote: Hi Guille, On Tue, Mar 26, 2013 at 9:33 AM, Guillermo Polito guillermopol...@gmail.com wrote

[Pharo-project] [Help to review/test] Crash when downloading FFI

2013-03-26 Thread Guillermo Polito
Hi! I've given a shot trying to get a fix for this case. Thanks to Eliot, I think I reached a solution, but since I had some random results at first, I'd like if someone else can take 5 minutes and validate.

[Pharo-project] Loading webdoc

2013-03-24 Thread Guillermo Polito
Hi Camillo! I was trying to load webdoc but there are a lot of not loading dependencies (Seaside, grease, Omnibrowser...)... The configuration does not load for 1.4 nor for 2.0... I was using this snippets: for 2.0 Gofer new url: 'http://smalltalkhub.com/mc/dh83/webdoc/main';

Re: [Pharo-project] redefining default smalltalk shortcuts in (pluggable)textmorph

2013-03-24 Thread Guillermo Polito
On Sun, Mar 24, 2013 at 10:15 PM, stephane ducasse stephane.duca...@free.fr wrote: You can also try to do: aMorph on: $s cmd do: [ my custom code ]. guillermo we will have to fix the api before it spreads :) Pharo 2.0 summer? :D The only thing is that

[Pharo-project] Reproducible VM crash when loading FFI

2013-03-23 Thread Guillermo Polito
Hi! In my quest to crash the vm, i've found an ugly common case :(. I am trying to port the opendbx driver to 2.0, but I'm getting vm crashes when my configuration loads FFI :(. I updated my configuration to load version 1.7 of FFI (which I assume is the latest). I tried to do it in Pharo 2.0

Re: [Pharo-project] Penelope is in town! (or how to have access to the new issue tracker)

2013-03-19 Thread Guillermo Polito
Nice!! :) On Tue, Mar 19, 2013 at 6:38 PM, Nicolas Petton petton.nico...@gmail.comwrote: Hi! Ben and I finally put the Penelope monkey online! You can access to all issues at http://bugs.pharo.org and register there to get access to Fogbugz. Cheers, Nico

Re: [Pharo-project] Penelope is in town! (or how to have access to the new issue tracker)

2013-03-19 Thread Guillermo Polito
BTW, just curious, who's the mother? On Tue, Mar 19, 2013 at 6:42 PM, Guillermo Polito guillermopol...@gmail.com wrote: Nice!! :) On Tue, Mar 19, 2013 at 6:38 PM, Nicolas Petton petton.nico...@gmail.comwrote: Hi! Ben and I finally put the Penelope monkey online! You can access to all

[Pharo-project] semi-modal sequences in keymappings [WAS] WhatsUp from: 2013-03-18 until: 2013-03-31

2013-03-19 Thread Guillermo Polito
On Tue, Mar 19, 2013 at 6:05 PM, Damien Pollet damien.pol...@gmail.comwrote: On 18 March 2013 21:45, Guillermo Polito guillermopol...@gmail.comwrote: - Keymappings 101 tuto in blog (for 2.0, cause in 3.0 the api coould change a bit :) I just read your post… question: is it possible

Re: [Pharo-project] semi-modal sequences in keymappings [WAS] WhatsUp from: 2013-03-18 until: 2013-03-31

2013-03-19 Thread Guillermo Polito
Ups, it should have been InputEventFetchersignalEvent: eventBuffer ... ... .. . On Tue, Mar 19, 2013 at 6:50 PM, Guillermo Polito guillermopol...@gmail.com wrote: On Tue, Mar 19, 2013 at 6:05 PM, Damien Pollet damien.pol...@gmail.comwrote: On 18 March 2013 21:45, Guillermo Polito

Re: [Pharo-project] Penelope is in town! (or how to have access to the new issue tracker)

2013-03-19 Thread Guillermo Polito
On Tue, Mar 19, 2013 at 7:24 PM, Noury Bouraqadi bouraq...@gmail.comwrote: That's cool. I wonder if there is a web page that gathers all important links to the Pharo community. I remember there was... But I cannot find it right now... And it is probably outdated :( On 19 mars 2013, at

Re: [Pharo-project] [Esug-list] [Pharo-users] [ANN] Pharo 2.0

2013-03-18 Thread Guillermo Polito
rectangle when only one number is required. * *Keybindings.* Keybindings is a new library developed by Guillermo Polito to manage key bindings. We started to use it to define widgets keybinding as well as menu shortcut. In Pharo 3.0 we will systematically rewrite all the hard-coded bindings

Re: [Pharo-project] WhatsUp from: 2013-03-18 until: 2013-03-31

2013-03-18 Thread Guillermo Polito
On Mon, Mar 18, 2013 at 1:03 PM, 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] Hacker news...

2013-03-18 Thread Guillermo Polito
There is also something going on in reddit: http://www.reddit.com/r/programming/comments/1aiput/pharo_20_release/ :) On Mon, Mar 18, 2013 at 1:14 PM, p...@highoctane.be p...@highoctane.bewrote: Done as well. List(s), make some noise on HN (comments):

Re: [Pharo-project] [Pharo-users] [squeak-dev] GSoC13: Google Summer of Code started, your ideas please!

2013-03-13 Thread Guillermo Polito
Hi Janko! We have this: Level: intermediate Possible mentor: Guillermo Polito Possible second mentor: Esteban Lorenzano Description: DBXTalk database driver nowadays uses a native library called OpenDBX. This library stands as an adaptor between different database drivers, implemented in C

Re: [Pharo-project] [Pharo-users] [squeak-dev] GSoC13: Google Summer of Code started, your ideas please!

2013-03-13 Thread Guillermo Polito
And another one: Level: intermediate Possible mentor: Santiago Bragagnolo Possible second mentor: Guillermo Polito Description: Gamification is becoming more and more popular in a lot of applications. What about gamify the pharo development process? You get points by adding comments, fixing

Re: [Pharo-project] beta 1.4 documentation online

2013-03-12 Thread Guillermo Polito
On Tue, Mar 12, 2013 at 2:18 PM, Camillo Bruni camillobr...@gmail.comwrote: finally, after the 100th attempt I managed to export the documentation on 1.4 http://pharo.gforge.inria.fr/doc/1.4 this weekend I will tackle 2.0 :) and of course, it still needs some love! - How can I export it

Re: [Pharo-project] beta 1.4 documentation online

2013-03-12 Thread Guillermo Polito
BTW, cool :) On Tue, Mar 12, 2013 at 2:49 PM, Guillermo Polito guillermopol...@gmail.com wrote: On Tue, Mar 12, 2013 at 2:18 PM, Camillo Bruni camillobr...@gmail.comwrote: finally, after the 100th attempt I managed to export the documentation on 1.4 http://pharo.gforge.inria.fr/doc/1.4

Re: [Pharo-project] MorphicEventHandler behavior.

2013-03-10 Thread Guillermo Polito
Steph, I was looking and in the end of #buildKeyboard you have: self submorphsDo: [:m | m on: #mouseMove send: #mouseMovePitch:event:noteMorph: to: self; on: #mouseUp send: #mouseUpPitch:event:noteMorph: to: self;

Re: [Pharo-project] MorphicEventHandler behavior.

2013-03-10 Thread Guillermo Polito
Yes it does :) On Sun, Mar 10, 2013 at 10:26 PM, stephane ducasse stephane.duca...@free.fr wrote: Guillermo can you try if the following method works with you? I folded the external register inside each note. Stef buildKeyboard | wtWid bkWid keyRect octavePt nWhite nBlack |

Re: [Pharo-project] DBXTalk and Pharo 2.0

2013-03-05 Thread Guillermo Polito
On Tue, Mar 5, 2013 at 10:15 AM, Torsten Bergmann asta...@gmx.de wrote: I know there is MongoDB and other NoSQL stuff ... but interfacing with RDBMS is still common. What options do we have in Pharo 2.0 now? Is DBXTalk known to work on Pharo 2.0? The last time I tried to load DBXTalk in

Re: [Pharo-project] DBXTalk and Pharo 2.0

2013-03-05 Thread Guillermo Polito
BTW, since Igor has worked on the bundling of native libraries, we can probably do that with the dbxtalk native libs also :). On Tue, Mar 5, 2013 at 10:24 AM, Guillermo Polito guillermopol...@gmail.com wrote: On Tue, Mar 5, 2013 at 10:15 AM, Torsten Bergmann asta...@gmx.de wrote: I know

Re: [Pharo-project] DBXTalk and Pharo 2.0

2013-03-05 Thread Guillermo Polito
On Tue, Mar 5, 2013 at 8:22 PM, stephane ducasse stephane.duca...@free.frwrote: On Mar 5, 2013, at 12:52 PM, Torsten Bergmann asta...@gmx.de wrote: Guillermo wrote: The last time I tried to load DBXTalk in 2.0 the image hang up when loading FFI :(. So probably we should think on

Re: [Pharo-project] [update 2.0] #20569

2013-02-25 Thread Guillermo Polito
Should we setup a job building sources now? :) On Mon, Feb 25, 2013 at 2:04 PM, Marcus Denker marcus.den...@inria.frwrote: 20569 - Issue 7499: Write a Pharo20.sources (code changes) http://code.google.com/p/pharo/issues/detail?id=7499 Diff information:

Re: [Pharo-project] Continuing weirdness with SS3.gemstone.com and Monticello in Pharo 2.0

2013-02-21 Thread Guillermo Polito
On Thu, Feb 21, 2013 at 5:18 AM, Igor Stasenko siguc...@gmail.com wrote: when image freezes and not responsible anymore, VM can still respond to kill -SIGUSR1 vm-pid Hmm, not in the Cocoa Vm :(. The process gets killed... which will print the stack trace on console. this can help with

Re: [Pharo-project] About condensing sources, becoming CompiledMethods and VM crashes

2013-02-20 Thread Guillermo Polito
'cause you don't know if the method has trailer or not I think... There are empty trailers and trailers embedding source (directly in the image)... isn't it? On Wed, Feb 20, 2013 at 10:52 AM, Marcus Denker marcus.den...@inria.frwrote: On Feb 20, 2013, at 10:45 AM, Guillermo Polito guillermopol

Re: [Pharo-project] About condensing sources, becoming CompiledMethods and VM crashes

2013-02-20 Thread Guillermo Polito
BTW, I can reproduce the crash with latest Eliot's Cog and Pharo vm. On Wed, Feb 20, 2013 at 11:00 AM, Guillermo Polito guillermopol...@gmail.com wrote: 'cause you don't know if the method has trailer or not I think... There are empty trailers and trailers embedding source (directly

Re: [Pharo-project] About condensing sources, becoming CompiledMethods and VM crashes

2013-02-20 Thread Guillermo Polito
I summon Eliot :). On Wed, Feb 20, 2013 at 11:03 AM, Marcus Denker marcus.den...@inria.frwrote: On Feb 20, 2013, at 11:01 AM, Guillermo Polito guillermopol...@gmail.com wrote: 'cause you don't know if the method has trailer or not I think... There are empty trailers and trailers embedding

Re: [Pharo-project] About condensing sources, becoming CompiledMethods and VM crashes

2013-02-20 Thread Guillermo Polito
is unnecessary, it can be just at:put: into method dictionary, so eventually all methods will be updated (after restarting permanent processes) On 20 February 2013 11:13, Guillermo Polito guillermopol...@gmail.com wrote: I summon Eliot :). On Wed, Feb 20, 2013 at 11:03 AM, Marcus Denker

Re: [Pharo-project] About condensing sources, becoming CompiledMethods and VM crashes

2013-02-20 Thread Guillermo Polito
On Wed, Feb 20, 2013 at 12:26 PM, Guillermo Polito guillermopol...@gmail.com wrote: Ok, so I did that, and have this. So the condense looks finished, but when returning to the UI thread, canvas is nil? Hmm, I think we should stop the UI thread also and spawn a new one after condensing

Re: [Pharo-project] About condensing sources, becoming CompiledMethods and VM crashes

2013-02-20 Thread Guillermo Polito
On Wed, Feb 20, 2013 at 2:23 PM, Igor Stasenko siguc...@gmail.com wrote: but aside of making things work, i really wonder why become on methods makes VM crash. we should have an easily reproducible case for study. These? (Delay class#handleTimerEvent) setSourcePosition: 200 inFile: 1

Re: [Pharo-project] About condensing sources, becoming CompiledMethods and VM crashes

2013-02-20 Thread Guillermo Polito
Yes, because the vm crash is caused by the lost of the active process... On Wed, Feb 20, 2013 at 2:44 PM, Igor Stasenko siguc...@gmail.com wrote: On 20 February 2013 14:37, Guillermo Polito guillermopol...@gmail.com wrote: On Wed, Feb 20, 2013 at 2:23 PM, Igor Stasenko siguc...@gmail.com

Re: [Pharo-project] About condensing sources, becoming CompiledMethods and VM crashes

2013-02-20 Thread Guillermo Polito
BTW, the become works in StackVM, so I would blame the JIT :) On Wed, Feb 20, 2013 at 2:48 PM, Guillermo Polito guillermopol...@gmail.com wrote: Yes, because the vm crash is caused by the lost of the active process... On Wed, Feb 20, 2013 at 2:44 PM, Igor Stasenko siguc...@gmail.com wrote

Re: [Pharo-project] How to load Phoseydon and Neptuno?

2012-12-13 Thread Guillermo Polito
Hi! which Pharo version are you using? I was able to download Phoseydon in Pharo 1.4 by doing Gofer it squeaksource: 'MetacelloRepository'; package: 'ConfigurationOfDBXTools'; load. (((Smalltalk at: #ConfigurationOfDBXTools) perform: #project) perform: #version: with:

Re: [Pharo-project] Delay bug

2012-12-07 Thread Guillermo Polito
On Fri, Dec 7, 2012 at 1:05 PM, Henrik Sperre Johansen henrik.s.johan...@veloxit.no wrote: On 06.12.2012 17:15, Guillermo Polito wrote: On Thu, Dec 6, 2012 at 5:02 PM, Igor Stasenko siguc...@gmail.com wrote: On 6 December 2012 16:44, Guillermo Polito guillermopol...@gmail.com wrote

Re: [Pharo-project] [update 2.0] #20430

2012-12-06 Thread Guillermo Polito
:D! On Thu, Dec 6, 2012 at 1:18 PM, Esteban Lorenzano esteba...@gmail.comwrote: 20430 - Issue 7056: integrate NativeBoost http://code.google.com/p/pharo/issues/detail?id=7056 Diff information: http://ss3.gemstone.com/ss/Pharo20/Kernel-EstebanLorenzano.1264.diff Yep,

Re: [Pharo-project] Delay bug

2012-12-06 Thread Guillermo Polito
only nasty side-effects for Delays that are currently used for waiting, otherwise the endTime will simply be refreshed when waiting the next time. = serious bug report! On 2012-11-29, at 11:55, Guillermo Polito guillermopol...@gmail.com wrote: Hi, When using a Delay and saving

Re: [Pharo-project] Delay bug

2012-12-06 Thread Guillermo Polito
http://code.google.com/p/pharo/issues/detail?id=7106thanks=7106ts=1354803141 On Thu, Dec 6, 2012 at 3:10 PM, Guillermo Polito guillermopol...@gmail.comwrote: Cool it's not just me and a strange setup :) tx. I'll open an issue then. On Thu, Dec 6, 2012 at 2:59 PM, Camillo Bruni camillobr

Re: [Pharo-project] Delay bug

2012-12-06 Thread Guillermo Polito
Wait, all delays are signaled when the image is saved? So, if I have a five minute delay in a process and I save the image 2 seconds later... [ d := 5 minutes asDelay. d wait. Transcript logCr: 'asd' ] fork. Smalltalk snapshot: true andQuit: false. That is a limitation but is also a bug :/...

Re: [Pharo-project] Delay bug

2012-12-06 Thread Guillermo Polito
On Thu, Dec 6, 2012 at 4:35 PM, Igor Stasenko siguc...@gmail.com wrote: On 6 December 2012 16:28, Guillermo Polito guillermopol...@gmail.com wrote: Wait, all delays are signaled when the image is saved? So, if I have a five minute delay in a process and I save the image 2 seconds later

Re: [Pharo-project] Delay bug

2012-12-06 Thread Guillermo Polito
I understand the 1 delay-1 semaphore. But I am not creating several ones. Meant I am not using it several times :).

Re: [Pharo-project] Delay bug

2012-12-06 Thread Guillermo Polito
On Thu, Dec 6, 2012 at 5:02 PM, Igor Stasenko siguc...@gmail.com wrote: On 6 December 2012 16:44, Guillermo Polito guillermopol...@gmail.com wrote: On Thu, Dec 6, 2012 at 4:35 PM, Igor Stasenko siguc...@gmail.com wrote: On 6 December 2012 16:28, Guillermo Polito guillermopol

Re: [Pharo-project] [[ false ] whileFalse: [ ]] in workspace

2012-12-02 Thread Guillermo Polito
Hi! I've hacked a fix, but I don't know if it is correct... can somebody check it so I make a Slice? Guille On Sun, Dec 2, 2012 at 8:56 PM, Guillermo Polito guillermopol...@gmail.comwrote: Ok, I've found the cause :). From update 20043: Issue 5744:Clean up Temp Embedding 2): DoIts

Re: [Pharo-project] Smart chars behavior

2012-10-21 Thread Guillermo Polito
On Oct 19, 2012 10:29 PM, Stéphane Ducasse stephane.duca...@inria.fr wrote: ws contents: '|foo'' type: $' expected: ''|foo'' current: '''|foo'' and then usually I have to remove the fucking extra ' that the system just blindly added :( This should be the same Damien pointed out for

Re: [Pharo-project] Smart chars behavior

2012-10-19 Thread Guillermo Polito
On Fri, Oct 19, 2012 at 6:59 PM, Damien Pollet damien.pol...@gmail.comwrote: On 19 October 2012 18:45, Guillermo Polito guillermopol...@gmail.com wrote: this same happens with simple quotes ws contents: '' type: $ $ expected: (String with: $ with: $) …with the cursor at the end ws

Re: [Pharo-project] [update 2.0] #20344

2012-10-16 Thread Guillermo Polito
On Tue, Oct 16, 2012 at 1:00 PM, Stéphane Ducasse stephane.duca...@inria.fr wrote: 20344 - Issue 4915: compiler should answer the same result as the non-inlined one when the return value is asked for. http://code.google.com/p/pharo/issues/detail?id=4915: Diff

Re: [Pharo-project] StartupPreferences bug

2012-09-24 Thread Guillermo Polito
I'm looking forward to integrate this :) On Thu, Sep 20, 2012 at 4:42 PM, Guido Chari cha...@gmail.com wrote: Mariano! Yes, i'm seeing the same on last 2.0. I've made a little add-on for writing startup rules modular on the image and then a builder that generate startup files from those

Re: [Pharo-project] StartupPreferences bug

2012-09-24 Thread Guillermo Polito
http://code.google.com/p/pharo/issues/detail?can=2start=0num=100q=colspec=ID%20Type%20Status%20Summary%20Milestone%20Difficultygroupby=sort=id=6728 On Mon, Sep 24, 2012 at 10:37 AM, Guillermo Polito guillermopol...@gmail.com wrote: I'm looking forward to integrate this :) On Thu, Sep 20

Re: [Pharo-project] instVarNames vs instVarNamed:

2012-09-24 Thread Guillermo Polito
What if we do it the other way? Add #variableNames to the instances :) Nautilus new variableNames = Nautilus instVarNames. And them Nautilus new variableNames == #('announcer' 'browsedEnvironment' 'browsingHistory' 'plugins' 'selectedCategory' 'selectedClass' 'selectedGroup' 'selectedMethod'

Re: [Pharo-project] instVarNames vs instVarNamed:

2012-09-24 Thread Guillermo Polito
On Mon, Sep 24, 2012 at 8:28 PM, Camillo Bruni camillobr...@gmail.comwrote: On 2012-09-24, at 20:24, Guillermo Polito guillermopol...@gmail.com wrote: What if we do it the other way? Add #variableNames to the instances :) in my opinion wrong :/, then you can start to replicate the whole

Re: [Pharo-project] FS-Bug render Pharo 2.0 useless on Win (Issue 6531)

2012-09-21 Thread Guillermo Polito
Today we were checking it with Ezequiel(he has a windowze machine). The problem seems to be in StandardFileStreamopen: fileName forWrite: writeMode ... fileID := StandardFileStream retryWithGC:[self primOpen: f writable: writeMode] until:[:id| id notNil] forFileNamed: fileName. ... that

[Pharo-project] Can you commit to SmalltalkHub?

2012-09-20 Thread Guillermo Polito
I'm having forbidden since this morning :/. (and yes, I've put my password) I can login into the website, but then I tried to update my password and the website shouted me: !DOCTYPE html PUBLIC -//W3C//DTD HTML 4.01//EN http://www.w3.org/TR/html4/strict.dtd; htmlhead meta

Re: [Pharo-project] Can you commit to SmalltalkHub?

2012-09-20 Thread Guillermo Polito
...@gmail.comwrote: Hey guille, Works fine for me. Access control configuration prevents your request from being allowed at this time. Please contact your service provider if you feel this is incorrect Are you behind a firewall or something? Nico -- On Thu, 20 Sep 2012 16:07:22 +0200, Guillermo

Re: [Pharo-project] Gofer meets Metacello

2012-09-18 Thread Guillermo Polito
Isn't that what Dale already did with the scriptable metacello? :S BTW, what do you expect from expression like Gofer it ss3: 'project1'; ss3: 'project2'; configuration; blah ? On Tue, Sep 18, 2012 at 7:21 PM, Camillo Bruni camillobr...@gmail.comwrote: I hate typing sooo much

Re: [Pharo-project] what is checkedInXXX

2012-09-15 Thread Guillermo Polito
That the monkey checked the code in version XXX I think. On Sat, Sep 15, 2012 at 7:40 PM, Stéphane Ducasse stephane.duca...@inria.fr wrote: Hi guys just I do not make mistake what exactly means checkIn20XXX? Stef

Re: [Pharo-project] [update 2.0] #20281

2012-09-12 Thread Guillermo Polito
uhu!!! :D On Wed, Sep 12, 2012 at 5:55 PM, Esteban Lorenzano esteba...@gmail.comwrote: 20281 - Issue 6654: Make one RPackage maps one PackageInfo http://code.google.com/p/pharo/issues/detail?id=6654 (pass 3) - Monticello to use RPackageSet finish :)

Re: [Pharo-project] Keymapping KMShortcut combining

2012-09-11 Thread Guillermo Polito
On Sep 11, 2012, at 2:58 PM, Goubier Thierry wrote: Hi, Is it possible in Keymapping to have an alternative as shortcut ? I would like to map Tab/Shift Tab and Ctrl Tab/Shift Ctrl Tab to get next/previous focus to work with Spec, and I would like to be able to return a keystroke as

Re: [Pharo-project] after object create callback?

2012-09-07 Thread Guillermo Polito
Hi! In Pharo, when an object is created, the #initialize message is sent to it automatically. You can create an #initialize method in your class and put whatever you want in it :). BTW, I copy this question to the pharo_users mailing list, since it looks a more appropiate place for it. Cheers,

Re: [Pharo-project] Pharo Stabilization Sprint

2012-09-03 Thread Guillermo Polito
On Mon, Sep 3, 2012 at 4:57 PM, Camillo Bruni camillobr...@gmail.comwrote: On 2012-09-03, at 16:36, Sean P. DeNigris s...@clipperadams.com wrote: Camillo Bruni-3 wrote Whoever wants to join is welcome ;). I should be able to help remotely from NY... maybe we can coordinate via

Re: [Pharo-project] Catching a Monkey

2012-08-22 Thread Guillermo Polito
Cool :) Now, also, the CI project is included into the 2.0 core image. Tx! On Wed, Aug 22, 2012 at 4:59 PM, Camillo Bruni camillobr...@gmail.comwrote: Who knows where can I find the Monkey source code? How, when and who triggers it? Trigger ---

[Pharo-project] Trait conflicts wtf?

2012-08-20 Thread Guillermo Polito
Trait named: #TA uses: {} category: 'ABC' Trait named: #TB uses: {} category: 'ABC' TAa ^10 TBa ^10 Object subclass: #A uses: TA + TB instanceVariableNames: '' classVariableNames: '' poolDictionaries: '' category: 'ABC' == Aa ^self traitConflict ? Why not an exception from a

[Pharo-project] Catching a Monkey

2012-08-17 Thread Guillermo Polito
Hi guys! Who knows where can I find the Monkey source code? How, when and who triggers it? (asking also for the archive ;) ) Guille

Re: [Pharo-project] Question about RPackage (bug?)

2012-08-10 Thread Guillermo Polito
On Fri, Aug 10, 2012 at 9:18 AM, Stéphane Ducasse stephane.duca...@inria.fr wrote: On Aug 9, 2012, at 4:50 PM, Fernando Olivero wrote: You're right! But notice that the RPackage logic of one to one mapping with categories, only breaks when it only provides extension methods as in the

Re: [Pharo-project] I'm going to integrate Metacello into Pharo 2.0

2012-08-08 Thread Guillermo Polito
Nice On Wed, Aug 8, 2012 at 12:22 PM, Esteban Lorenzano esteba...@gmail.comwrote: Hi, Just as Gofer, it is just too important to keep it outside. Also, most of our packages now are loaded through a configuration (if there is one god, thanks him for that :), so it will be in most

Re: [Pharo-project] R.I.P. SystemChangeNotifier

2012-08-07 Thread Guillermo Polito
Great!! :D On Tue, Aug 7, 2012 at 12:50 PM, Esteban Lorenzano esteba...@gmail.comwrote: Hi, Today we finally finish the removal of SystemChangeNotifier. This is a big step forward to unify all system events into announcements. Current notification center is named SystemAnnouncer and all

Re: [Pharo-project] RPackage does not update extension methods to removed classes

2012-08-05 Thread Guillermo Polito
On Sat, Aug 4, 2012 at 2:34 PM, Mariano Martinez Peck marianop...@gmail.com wrote: Hi Stef. I notice that RPackage does not update the extension methods of removed classes. It is easy to reproduce in Pharo 2.0 by doing: (RPackageOrganizer default packageNamed: 'FreeType')

Re: [Pharo-project] RPackage does not update extension methods to removed classes

2012-08-05 Thread Guillermo Polito
On Sat, Aug 4, 2012 at 2:41 PM, Mariano Martinez Peck marianop...@gmail.com wrote: On Sat, Aug 4, 2012 at 2:34 PM, Mariano Martinez Peck marianop...@gmail.com wrote: Hi Stef. I notice that RPackage does not update the extension methods of removed classes. It is easy to reproduce in Pharo

Re: [Pharo-project] RPackage does not update extension methods to removed classes

2012-08-05 Thread Guillermo Polito
Ok, I found the bug, I'm killing it. On Sun, Aug 5, 2012 at 1:07 PM, Guillermo Polito guillermopol...@gmail.comwrote: On Sat, Aug 4, 2012 at 2:41 PM, Mariano Martinez Peck marianop...@gmail.com wrote: On Sat, Aug 4, 2012 at 2:34 PM, Mariano Martinez Peck marianop...@gmail.com wrote

Re: [Pharo-project] RPackage does not update extension methods to removed classes

2012-08-05 Thread Guillermo Polito
http://code.google.com/p/pharo/issues/detail?id=6526 here you are :) On Sun, Aug 5, 2012 at 1:39 PM, Mariano Martinez Peck marianop...@gmail.com wrote: On Sun, Aug 5, 2012 at 1:07 PM, Guillermo Polito guillermopol...@gmail.com wrote: On Sat, Aug 4, 2012 at 2:41 PM, Mariano Martinez

Re: [Pharo-project] About the migration from PackageInfo to RPackage

2012-08-05 Thread Guillermo Polito
On Sun, Aug 5, 2012 at 1:41 PM, Mariano Martinez Peck marianop...@gmail.com wrote: On Sun, Aug 5, 2012 at 1:28 PM, Stéphane Ducasse stephane.duca...@inria.fr wrote: Hi guys PackageInfo has a large APi that is often not used. So I would suggest that we reduce the PackageInfo API first

Re: [Pharo-project] [ENH]: FileReference subclasses

2012-08-05 Thread Guillermo Polito
On Sat, Aug 4, 2012 at 9:56 PM, Sean P. DeNigris s...@clipperadams.comwrote: Thoughts? Comments? Opinions? Hmm, I do not like the idea of having subclasses of references for different kind of files... I believe that things like fileIn for example, or extract zip should be external to the file

Re: [Pharo-project] About the migration from PackageInfo to RPackage

2012-08-05 Thread Guillermo Polito
What Mariano means is that you can have MCPackage(X) containing categories X-A, X-B, X-C. When that package is loaded today, three RPackages are created: X-A, X-B, X-C. So RPackages are more mapped from categories that from MCPackages. On Sun, Aug 5, 2012 at 2:24 PM, Stéphane Ducasse

Re: [Pharo-project] [Metacello] Re: RE : RE : Configuration Browser feedback

2012-08-05 Thread Guillermo Polito
But to do that, you have to download all the configurations? Today they are not downloaded... On Sun, Aug 5, 2012 at 8:33 PM, Mariano Martinez Peck marianop...@gmail.com wrote: Each configuration can have just a specific message #projectDescription or whatever (a method and a pragma) that

[Pharo-project] Playing with a declarative startup/shutdown subscription mechanism

2012-08-05 Thread Guillermo Polito
Hi! Last days I was playing to replace the image startup/shutdown mechanism via a pragma subscription because I was pissed off with how difficult is to integrate the change of a new startup in the system. The idea is: - reduce the mess on subscription/unsubscription, initialization, etc - reduce

Re: [Pharo-project] Memory usage

2012-08-02 Thread Guillermo Polito
On Thu, Aug 2, 2012 at 9:40 AM, Mariano Martinez Peck marianop...@gmail.com wrote: Guillermo Polito has been updating SystemTracer to latest Pharo (and Cog). I think you should try to use that. Yeap, but it I'd not call it an update :). It is more a complete refactor to make it more

Re: [Pharo-project] R.I.P. FileDirectory

2012-08-02 Thread Guillermo Polito
On Thu, Aug 2, 2012 at 1:13 PM, Esteban Lorenzano esteba...@gmail.com wrote: (and almost the only) yet :^) Cheers, Esteban

Re: [Pharo-project] [update 2.0] #20236

2012-07-29 Thread Guillermo Polito
On Sun, Jul 29, 2012 at 12:34 AM, camille teruel camille.ter...@gmail.comwrote: Yes there is still mess in ChangesLoglogEvent: . I'll clean up this tomorrow. By the way, does somone knows why ChangesLog only logs classes and methods deletion and nothing more? But the mess is consistent :/.

Re: [Pharo-project] ODBC on W7 and Pharo 1.4

2012-07-26 Thread Guillermo Polito
On Thu, Jul 26, 2012 at 12:35 PM, Torsten Bergmann asta...@gmx.de wrote: But it does not declare anything which is needed e.g for understanding SQLDouble and the like. Because FFI is a general callout mechanism for native APIs and the ODBC package is just implemented on top of it. So why

Re: [Pharo-project] RPackage registration mess

2012-07-26 Thread Guillermo Polito
My bad :/. BTW, we have to introduce one method to restore the system subscriptions to a good state whatever was the state before. And that way we do not mess it so easily again. On Thu, Jul 26, 2012 at 1:17 PM, Camillo Bruni camillobr...@gmail.comwrote: so once again rpackage is registered

Re: [Pharo-project] Problem/ommission in Pharo 2.0?

2012-07-23 Thread Guillermo Polito
The #default method was renamed to #uniqueInstance. The issue already has been forwarded to Dale to see how we can make metacello load again. Cheers, Guille On Mon, Jul 23, 2012 at 11:44 AM, Friedrich Dominicus fr...@q-software-solutions.de wrote: I don't know if that really is a problem.

Re: [Pharo-project] [Vm-dev] Request: VM support for opening browser

2012-07-19 Thread Guillermo Polito
On Thu, Jul 19, 2012 at 9:16 AM, Torsten Bergmann asta...@gmx.de wrote: In the days of web based applications and Smalltalk web frameworks etc. it is often very usefull to open a browser/URL from within Smalltalk. Currently one has to load FFI and ExternalWebBrowser package. Why not add

Re: [Pharo-project] So… what's the status of the StartupPreferences mess for 1.4?

2012-07-18 Thread Guillermo Polito
I remember that you disabled it because it was failing on windows, wasn't it? Can someone try it on windowz? Sean, what is the expected lookup in 1.4? On Wed, Jul 18, 2012 at 3:06 PM, Esteban Lorenzano esteba...@gmail.comwrote: It was present but cancelled on 1.4 because it was broken at some

  1   2   3   4   5   6   7   8   >