Re: [Pharo-dev] WhatsUp from: 2015-03-02 until: 2015-03-15

2015-03-02 Thread Max Leske
On 02 Mar 2015, at 07:00, 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] 13017 Class renaming does not update textual class definition

2015-03-02 Thread Ben Coman
On Mon, Mar 2, 2015 at 11:59 PM, Sean P. DeNigris s...@clipperadams.com wrote: Ben Coman wrote is there a standard way to pause code execution in the sender of #openWithSpec until the window is closed? Something like model openDialogWithSpec okAction: [ self doNextThing ]? I'm not sure.

Re: [Pharo-dev] Keyboard Event Weirdness

2015-03-02 Thread p...@highoctane.be
9 Le 2 mars 2015 21:35, Sean P. DeNigris s...@clipperadams.com a écrit : Sean P. DeNigris wrote It seems the keyUp/Downs do not have the correct charCode and the keyValue is different than the keystroke for the same key. What's going on here? Each platform has its own idea about these

Re: [Pharo-dev] 13017 Class renaming does not update textual class definition

2015-03-02 Thread Sean P. DeNigris
Ben Coman wrote which forks... AFAICT part of the problem is that it /doesn't/ fork. It just returns control to Morphic, so if you're in the UI thread a Semaphore would freeze the UI. Ben Coman wrote windowClosedAction: [ refactoringDoneSemaphore signal]. refactoringDoneSemaphore wait.

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

2015-03-02 Thread GitHub
Branch: refs/tags/40528 Home: https://github.com/pharo-project/pharo-core

[Pharo-dev] [pharo-project/pharo-core] 634716: 40528

2015-03-02 Thread GitHub
Branch: refs/heads/4.0 Home: https://github.com/pharo-project/pharo-core Commit: 634716236bb6b4a9c003544f90a98303609f0b31 https://github.com/pharo-project/pharo-core/commit/634716236bb6b4a9c003544f90a98303609f0b31 Author: Jenkins Build Server bo...@pharo-project.org Date:

Re: [Pharo-dev] [Pharo4] Image size now 23.2MB

2015-03-02 Thread Marcus Denker
On 02 Mar 2015, at 18:29, Marcus Denker marcus.den...@inria.fr wrote: Other things TODO to make it even smaller: - Hunt down that one GTPlayground instance that is hanging around This is *strange*. I was able to get it down to 1 Smalltalk garbageCollect. Smalltalk garbageCollect.

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

2015-03-02 Thread GitHub
Branch: refs/tags/40527 Home: https://github.com/pharo-project/pharo-core

[Pharo-dev] [pharo-project/pharo-core] d6cc2e: 40527

2015-03-02 Thread GitHub
Branch: refs/heads/4.0 Home: https://github.com/pharo-project/pharo-core Commit: d6cc2e540bd5f28058b79ee3be92ea7797a14e93 https://github.com/pharo-project/pharo-core/commit/d6cc2e540bd5f28058b79ee3be92ea7797a14e93 Author: Jenkins Build Server bo...@pharo-project.org Date:

[Pharo-dev] [Reflectivity] Tiny progress of the day: MetaLink

2015-03-02 Thread Marcus Denker
Hi, The tiny progress of today: I reviewed the code for the MetaLink from Clara’s Breakpoints and added it to Pharo4. I has as state: metaObject the target selectorwhat to call arguments which args? condition true, false or [block evaluating to a

Re: [Pharo-dev] Keyboard Event Weirdness

2015-03-02 Thread Sean P. DeNigris
Sean P. DeNigris wrote It seems the keyUp/Downs do not have the correct charCode and the keyValue is different than the keystroke for the same key. What's going on here? This still has not been fixed. Any ideas? I sent a message to the VM list... - Cheers, Sean -- View this message in

[Pharo-dev] Flattr

2015-03-02 Thread p...@highoctane.be
I guess we should add a button like this to the Pharo website. https://flattr.com/ Phil

Re: [Pharo-dev] Flattr

2015-03-02 Thread Marcus Denker
On 02 Mar 2015, at 13:09, p...@highoctane.be wrote: I guess we should add a button like this to the Pharo website. https://flattr.com/ Yes! And big Donation button on the download page with paypal.. I will put it on the TODO Marcus

Re: [Pharo-dev] [Reflectivity] Tiny progress of the day: MetaLink

2015-03-02 Thread Marcus Denker
On 02 Mar 2015, at 13:18, Sean P. DeNigris s...@clipperadams.com wrote: Marcus Denker-4 wrote Could this be used in stead of Spec Adapters? That would probably require MetaLinkCollection. We need to be careful using these mechanisms… it is powerful but you can build very hard to

Re: [Pharo-dev] WhatsUp from: 2015-03-02 until: 2015-03-15

2015-03-02 Thread Sean P. DeNigris
Damien Pollet wrote - this in order to port a couple libs over from VW (small ones mostly, but Andres' Assessments would be nice eventually) Cool! How do you handle namespace to prefix mapping? - Cheers, Sean -- View this message in context:

Re: [Pharo-dev] [Reflectivity] Tiny progress of the day: MetaLink

2015-03-02 Thread p...@highoctane.be
Is there any background material one can read about these things? TIA Phil On Mon, Mar 2, 2015 at 9:38 AM, Marcus Denker marcus.den...@inria.fr wrote: Hi, The tiny progress of today: I reviewed the code for the MetaLink from Clara’s Breakpoints and added it to Pharo4. I has as state:

Re: [Pharo-dev] [Reflectivity] Tiny progress of the day: MetaLink

2015-03-02 Thread Clara Allende
Le 2 mars 2015 05:38, Marcus Denker marcus.den...@inria.fr a écrit : Hi, The tiny progress of today: I reviewed the code for the MetaLink from Clara’s Breakpoints and added it to Pharo4. Yay! There was also one extension method in Slot to make work with those, have you seen it? I has as

Re: [Pharo-dev] WhatsUp from: 2015-03-02 until: 2015-03-15

2015-03-02 Thread Damien Pollet
### Here's what I've been up to since the last WhatsUp: Not much (yay burnout), but started reading code again (PPM, FileTree…) ### What's next, until 2015-03-15 (*): - hacking on a new FileTree reader/writer that follows the latest cypress design, and will allow to simplify the current

Re: [Pharo-dev] [Reflectivity] Tiny progress of the day: MetaLink

2015-03-02 Thread Clara Allende
Le 2 mars 2015 05:58, Marcus Denker marcus.den...@inria.fr a écrit : On 02 Mar 2015, at 09:51, p...@highoctane.be wrote: Is there any background material one can read about these things? I fear only my PhD… I never published a paper about the whole thing (huge mistake…).

Re: [Pharo-dev] [Reflectivity] Tiny progress of the day: MetaLink

2015-03-02 Thread Sean P. DeNigris
Marcus Denker-4 wrote Could this be used in stead of Spec Adapters? That would probably require MetaLinkCollection. We need to be careful using these mechanisms… it is powerful but you can build very hard to understand systems when using it too much... Yes, IMHO opinion, this feature

Re: [Pharo-dev] [Reflectivity] Tiny progress of the day: MetaLink

2015-03-02 Thread Sven Van Caekenberghe
Yes, a good breakpoint facility, even a simple one, is really needed. On 02 Mar 2015, at 09:38, Marcus Denker marcus.den...@inria.fr wrote: Hi, The tiny progress of today: I reviewed the code for the MetaLink from Clara’s Breakpoints and added it to Pharo4. I has as state: metaObject

[Pharo-dev] [pharo-project/pharo-core] be23e3: 40524

2015-03-02 Thread GitHub
Branch: refs/heads/4.0 Home: https://github.com/pharo-project/pharo-core Commit: be23e3914c2b3be0ee661b5723bb01c56a16dbfb https://github.com/pharo-project/pharo-core/commit/be23e3914c2b3be0ee661b5723bb01c56a16dbfb Author: Jenkins Build Server bo...@pharo-project.org Date:

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

2015-03-02 Thread GitHub
Branch: refs/tags/40524 Home: https://github.com/pharo-project/pharo-core

Re: [Pharo-dev] [Reflectivity] Tiny progress of the day: MetaLink

2015-03-02 Thread Peter Uhnák
Could this be used in stead of Spec Adapters? That would probably require MetaLinkCollection. Peter On Mon, Mar 2, 2015 at 9:58 AM, Marcus Denker marcus.den...@inria.fr wrote: On 02 Mar 2015, at 09:51, p...@highoctane.be wrote: Is there any background material one can read about these

Re: [Pharo-dev] [Reflectivity] Tiny progress of the day: MetaLink

2015-03-02 Thread Marcus Denker
On 02 Mar 2015, at 09:51, p...@highoctane.be wrote: Is there any background material one can read about these things? I fear only my PhD… I never published a paper about the whole thing (huge mistake…). http://scg.unibe.ch/archive/phd/denker-phd.pdf The problem is that this tells the

Re: [Pharo-dev] [Reflectivity] Tiny progress of the day: MetaLink

2015-03-02 Thread Marcus Denker
On 02 Mar 2015, at 11:04, Peter Uhnák i.uh...@gmail.com wrote: Could this be used in stead of Spec Adapters? That would probably require MetaLinkCollection. We need to be careful using these mechanisms… it is powerful but you can build very hard to understand systems when using it too

[Pharo-dev] [pharo-project/pharo-core] 842399: 40525

2015-03-02 Thread GitHub
Branch: refs/heads/4.0 Home: https://github.com/pharo-project/pharo-core Commit: 842399af11ce8a6fed50de3947c50105a01a7296 https://github.com/pharo-project/pharo-core/commit/842399af11ce8a6fed50de3947c50105a01a7296 Author: Jenkins Build Server bo...@pharo-project.org Date:

Re: [Pharo-dev] Flattr

2015-03-02 Thread p...@highoctane.be
On Mon, Mar 2, 2015 at 3:44 PM, Marcus Denker marcus.den...@inria.fr wrote: On 02 Mar 2015, at 13:09, p...@highoctane.be wrote: I guess we should add a button like this to the Pharo website. https://flattr.com/ Yes! And big Donation button on the download page with paypal.. I will put it

[Pharo-dev] [Pharo4] Image size now 23.2MB

2015-03-02 Thread Marcus Denker
Wow! For the download of 40524, the image is 24.2, opening it and saving it gets that down to 23.2MB.This is more than 10MB smaller than a week ago. Other things TODO to make it even smaller: - Hunt down that one GTPlayground instance that is hanging around - fix class annitations to not

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

2015-03-02 Thread Andrei Chis
On Fri, Feb 27, 2015 at 6:03 PM, Andrei Chis chisvasileand...@gmail.com wrote: Thanks :) We would still want to do one more update, maybe today or tomorrow, to add the extension for recording user data. The last update for GTools that adds a bigger features is ready for review:

Re: [Pharo-dev] WhatsUp from: 2015-03-02 until: 2015-03-15

2015-03-02 Thread Damien Pollet
On 2 March 2015 at 15:11, Sean P. DeNigris s...@clipperadams.com wrote: Cool! How do you handle namespace to prefix mapping? ^ self notYetDecidedAboutThat. TBH I first considered awk/sed to rewrite method files from VW-cypress to filetree format. I'll admit that thought felt perversely

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

2015-03-02 Thread GitHub
Branch: refs/tags/40525 Home: https://github.com/pharo-project/pharo-core

Re: [Pharo-dev] [Pharo4] Image size now 23.2MB

2015-03-02 Thread Esteban Lorenzano
On 02 Mar 2015, at 16:43, Marcus Denker marcus.den...@inria.fr wrote: Wow! For the download of 40524, the image is 24.2, opening it and saving it gets that down to 23.2MB.This is more than 10MB smaller than a week ago. Other things TODO to make it even smaller: - Hunt down that

Re: [Pharo-dev] [pharo-project/pharo-core] 842399: 40525

2015-03-02 Thread Thierry Goubier
2015-03-02 16:33 GMT+01:00 GitHub nore...@github.com: Log Message: --- 40525 14997 Lazy MCVersionInfo to reduce MC memory use https://pharo.fogbugz.com/f/cases/14997 Please consider this one if you see things changing in the Repository Inspector. Thanks, Thierry

[Pharo-dev] [pharo-project/pharo-core] b546d3: 40526

2015-03-02 Thread GitHub
Branch: refs/heads/4.0 Home: https://github.com/pharo-project/pharo-core Commit: b546d3c47edc566e96587e0794847dfeaf93e43a https://github.com/pharo-project/pharo-core/commit/b546d3c47edc566e96587e0794847dfeaf93e43a Author: Jenkins Build Server bo...@pharo-project.org Date:

[Pharo-dev] ChangesBrowser should not roll own dialog (was 13017 Class renaming does not update textual class definition)

2015-03-02 Thread Sean P. DeNigris
Issue 15030: ChangesBrowser should not roll own dialog Since Spec already provides a dialog wrapper, the ChangesBrowser should use it. Fix in inbox: SLICE-Issue-15030-ChangesBrowser-should-not-roll-own-dialog-SeanDeNigris.1 - Replace hand-rolled dialog functionality with Spec's

Re: [Pharo-dev] 13017 Class renaming does not update textual class definition

2015-03-02 Thread Sean P. DeNigris
Ben Coman wrote is there a standard way to pause code execution in the sender of #openWithSpec until the window is closed? Something like model openDialogWithSpec okAction: [ self doNextThing ]? - Cheers, Sean -- View this message in context:

Re: [Pharo-dev] WhatsUp from: 2015-03-02 until: 2015-03-15

2015-03-02 Thread p...@highoctane.be
On Mon, Mar 2, 2015 at 4:27 PM, Damien Pollet damien.pol...@gmail.com wrote: On 2 March 2015 at 15:11, Sean P. DeNigris s...@clipperadams.com wrote: Cool! How do you handle namespace to prefix mapping? ^ self notYetDecidedAboutThat. TBH I first considered awk/sed to rewrite method files

[Pharo-dev] 13017 Class renaming does not update textual class definition

2015-03-02 Thread Ben Coman
In reviewing issues that I have opened to clean out for Pharo 4 release, I have isolated a bug further, but don't know how to proceed from there. Essentially, the Changes Browser forks using openWithSpec, and so falls through to the a #changed: call before the change occurs. Opening modal might

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

2015-03-02 Thread GitHub
Branch: refs/tags/40526 Home: https://github.com/pharo-project/pharo-core

[Pharo-dev] CI: Monkey run down to 17min

2015-03-02 Thread Marcus Denker
Hi, Since last week the time the monkey takes to run tests twice + selected code critique rules is down to 17min. It was ~38 before. I am not sure what exactly the reason is, but this is nice. Marcus

Re: [Pharo-dev] [Pharo4] Image size now 23.2MB

2015-03-02 Thread Marcus Denker
On 02 Mar 2015, at 16:58, Sven Van Caekenberghe s...@stfx.eu wrote: On 02 Mar 2015, at 16:49, Marcus Denker marcus.den...@inria.fr wrote: On 02 Mar 2015, at 16:47, Esteban Lorenzano esteba...@gmail.com wrote: On 02 Mar 2015, at 16:43, Marcus Denker marcus.den...@inria.fr wrote:

Re: [Pharo-dev] [Pharo4] Image size now 23.2MB

2015-03-02 Thread Esteban Lorenzano
On 02 Mar 2015, at 16:49, Marcus Denker marcus.den...@inria.fr wrote: On 02 Mar 2015, at 16:47, Esteban Lorenzano esteba...@gmail.com mailto:esteba...@gmail.com wrote: On 02 Mar 2015, at 16:43, Marcus Denker marcus.den...@inria.fr mailto:marcus.den...@inria.fr wrote: Wow! For

Re: [Pharo-dev] CI: Monkey run down to 17min

2015-03-02 Thread Max Leske
On 02 Mar 2015, at 17:44, Alexandre Bergel alexandre.ber...@me.com wrote: Thanks Marcus for taking care of all of these hidden low level matters. Your effort is indispensable and central to Pharo. I second that! Although: “I am not sure what exactly the reason is, but this is nice.” :)

Re: [Pharo-dev] CI: Monkey run down to 17min

2015-03-02 Thread Alexandre Bergel
Thanks Marcus for taking care of all of these hidden low level matters. Your effort is indispensable and central to Pharo. Alexandre On Mar 2, 2015, at 11:24 AM, Marcus Denker marcus.den...@inria.fr wrote: Hi, Since last week the time the monkey takes to run tests twice + selected code

Re: [Pharo-dev] [Pharo4] Image size now 23.2MB

2015-03-02 Thread Marcus Denker
On 02 Mar 2015, at 16:47, Esteban Lorenzano esteba...@gmail.com wrote: On 02 Mar 2015, at 16:43, Marcus Denker marcus.den...@inria.fr mailto:marcus.den...@inria.fr wrote: Wow! For the download of 40524, the image is 24.2, opening it and saving it gets that down to 23.2MB.This is

Re: [Pharo-dev] CI: Monkey run down to 17min

2015-03-02 Thread Marcus Denker
On 02 Mar 2015, at 18:01, Max Leske maxle...@gmail.com wrote: On 02 Mar 2015, at 17:44, Alexandre Bergel alexandre.ber...@me.com wrote: Thanks Marcus for taking care of all of these hidden low level matters. Your effort is indispensable and central to Pharo. I second that! Although:

Re: [Pharo-dev] [Pharo4] Image size now 23.2MB

2015-03-02 Thread Sven Van Caekenberghe
On 02 Mar 2015, at 16:49, Marcus Denker marcus.den...@inria.fr wrote: On 02 Mar 2015, at 16:47, Esteban Lorenzano esteba...@gmail.com wrote: On 02 Mar 2015, at 16:43, Marcus Denker marcus.den...@inria.fr wrote: Wow! For the download of 40524, the image is 24.2, opening it and

Re: [Pharo-dev] [Pharo4] Image size now 23.2MB

2015-03-02 Thread Sven Van Caekenberghe
On 02 Mar 2015, at 16:43, Marcus Denker marcus.den...@inria.fr wrote: Wow! For the download of 40524, the image is 24.2, opening it and saving it gets that down to 23.2MB.This is more than 10MB smaller than a week ago. Other things TODO to make it even smaller: - Hunt down that

Re: [Pharo-dev] [Pharo4] Image size now 23.2MB

2015-03-02 Thread Tudor Girba
On Mon, Mar 2, 2015 at 4:47 PM, Esteban Lorenzano esteba...@gmail.com wrote: On 02 Mar 2015, at 16:43, Marcus Denker marcus.den...@inria.fr wrote: Wow! For the download of 40524, the image is 24.2, opening it and saving it gets that down to 23.2MB.This is more than 10MB smaller than a

Re: [Pharo-dev] CI: Monkey run down to 17min

2015-03-02 Thread Yuriy Tymchuk
On 02 Mar 2015, at 12:16, Marcus Denker marcus.den...@inria.fr wrote: On 02 Mar 2015, at 18:01, Max Leske maxle...@gmail.com mailto:maxle...@gmail.com wrote: On 02 Mar 2015, at 17:44, Alexandre Bergel alexandre.ber...@me.com mailto:alexandre.ber...@me.com wrote: Thanks Marcus

Re: [Pharo-dev] [Pharo4] Image size now 23.2MB

2015-03-02 Thread Marcus Denker
Other things TODO to make it even smaller: - Hunt down that one GTPlayground instance that is hanging around - fix class annitations to not allocate 4000 empty dictionaries:

Re: [Pharo-dev] CI: Monkey run down to 17min

2015-03-02 Thread Sven Van Caekenberghe
On 02 Mar 2015, at 17:44, Alexandre Bergel alexandre.ber...@me.com wrote: Thanks Marcus for taking care of all of these hidden low level matters. Your effort is indispensable and central to Pharo. + 1e10 Alexandre On Mar 2, 2015, at 11:24 AM, Marcus Denker marcus.den...@inria.fr

Re: [Pharo-dev] CI: Monkey run down to 17min

2015-03-02 Thread Bernardo Ezequiel Contreras
+1 On Mon, Mar 2, 2015 at 2:34 PM, Sven Van Caekenberghe s...@stfx.eu wrote: On 02 Mar 2015, at 17:44, Alexandre Bergel alexandre.ber...@me.com wrote: Thanks Marcus for taking care of all of these hidden low level matters. Your effort is indispensable and central to Pharo. + 1e10

[Pharo-dev] Visual Debugger Feedback for Resumable Exceptions

2015-03-02 Thread Sean P. DeNigris
I was creating a class with an empty package name. When the debugger appeared, stating that The Category should not be empty' [1], I thought I would not be able to use that package name. But, in fact, as I found out later, the exception is resumable, and clicking 'Proceed' created the class in the

Re: [Pharo-dev] ChangesBrowser should not roll own dialog (was 13017 Class renaming does not update textual class definition)

2015-03-02 Thread Sean P. DeNigris
Sean P. DeNigris wrote Fix in inbox: SLICE-Issue-15030-ChangesBrowser-should-not-roll-own-dialog-SeanDeNigris.1 1 validation failure that seems to have nothing to do with the fix. Make #noMonkey to be reviewed manually… - Cheers, Sean -- View this message in context: