Re: [Pharo-dev] TxText: More Cleaning and Questions

2015-05-05 Thread Esteban Lorenzano
yes, I will do it now :) On 05 May 2015, at 13:22, Sean P. DeNigris s...@clipperadams.com wrote: Sean P. DeNigris wrote - Issue 15475: TxText Cleanup for Pharo 5.0 #2 Okay to include? I'd like to resume cleaning but don't want to get too deep before some of this gets integrated...

Re: [Pharo-dev] [Pharo-users] Help required for understanding a project on smalltalk hub

2015-05-05 Thread Marcus Denker
I am interested… but I have not much time this week and next week I am on holidays (travelling). The FullTextSearch project was very nice and it would be nice to get it alive again... On 03 May 2015, at 12:31, Jigyasa Grover grover.jigya...@gmail.com wrote: Hello All ! I have just

Re: [Pharo-dev] How can I specify the bindings when evaluating an expression?

2015-05-05 Thread Marcus Denker
yes, we could move it up to Association… but we should keep VariableBinding as a subclass of Literal so that people in the future e.g. can put a halt on a variable defined in the workspace. And yes, in general we need a nice API for the compiler to hand bindings to it… it is on my TODO

Re: [Pharo-dev] Debugger hangs vm on step into

2015-05-05 Thread Ben Coman
On Tue, May 5, 2015 at 7:06 PM, Alain Rastoul alf.mmm@gmail.com wrote: Le 05/05/2015 12:35, Ben Coman a écrit : I tried... * my usual locked image avoidance hack when playing at this level to comment out calls to #interCyclePause: * changing to DelayMillisecondScheduler and

Re: [Pharo-dev] Debugger hangs vm on step into

2015-05-05 Thread Alain Rastoul
Thank you I opened case 15491 https://pharo.fogbugz.com/f/cases/15491/Debugger-hangs-vm-on-step-into What makes me think the problem is more likely in the debugger is that it works when you step over or when you execute the code. If the problem were in Monitor I think it would raise an error

Re: [Pharo-dev] TxText: More Cleaning and Questions

2015-05-05 Thread Sean P. DeNigris
Sean P. DeNigris wrote - Issue 15475: TxText Cleanup for Pharo 5.0 #2 Okay to include? I'd like to resume cleaning but don't want to get too deep before some of this gets integrated... - Cheers, Sean -- View this message in context:

[Pharo-dev] [pharo-project/pharo-core] 1fa95f: 50032

2015-05-05 Thread GitHub
Branch: refs/heads/5.0 Home: https://github.com/pharo-project/pharo-core Commit: 1fa95faf73afe1644a2ee0947004a5b21fd11256 https://github.com/pharo-project/pharo-core/commit/1fa95faf73afe1644a2ee0947004a5b21fd11256 Author: Jenkins Build Server bo...@pharo-project.org Date:

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

2015-05-05 Thread GitHub
Branch: refs/tags/50032 Home: https://github.com/pharo-project/pharo-core

Re: [Pharo-dev] Debugger hangs vm on step into

2015-05-05 Thread Ben Coman
Not sure if this is related, but if you put a haltOnce at the top of SpecDebuggerupdateReceiverInspectorFromContext: then step down until the 'receiver' temporary variable is set, then inspect 'receiver', the system hangs. cheers -ben On Tue, May 5, 2015 at 8:08 PM, Ben Coman b...@openinworld.com

Re: [Pharo-dev] Package comments

2015-05-05 Thread Kasper Osterbye
Marcus Denker-4 wrote Right now we do not have yet Package comments. But we should! MBInfo seems to be a private class of Versionner… For package comments we first need to evaluate the design space… e.g. where to store it in the image, how to store it in Monticello… OK - Makes sense.

Re: [Pharo-dev] How can I specify the bindings when evaluating an expression?

2015-05-05 Thread Sean P. DeNigris
Marcus Denker-4 wrote Smalltalk compiler bindings: { #a - 3 } asDictionary; evaluate: '1+a’. This is now in Pharo5 update #032 Cool :) - Cheers, Sean -- View this message in context:

[Pharo-dev] [pharo-project/pharo-core] 0fcf6b: 40613

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

Re: [Pharo-dev] TxText: More Cleaning and Questions

2015-05-05 Thread Sean P. DeNigris
EstebanLM wrote yes, I will do it now :) - Issue 15475: TxText Cleanup for Pharo 5.0 #2 Okay to include? I'd like to resume cleaning but don't want to get too deep before some of this gets integrated... Thanks for integrating :) Sorry! I listed the older issue by mistake. The latest is:

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

2015-05-05 Thread GitHub
Branch: refs/tags/40613 Home: https://github.com/pharo-project/pharo-core

Re: [Pharo-dev] TxText: More Cleaning and Questions

2015-05-05 Thread Esteban Lorenzano
ha, I knew it.. ok, integrating :P On 05 May 2015, at 16:26, Sean P. DeNigris s...@clipperadams.com wrote: EstebanLM wrote yes, I will do it now :) - Issue 15475: TxText Cleanup for Pharo 5.0 #2 Okay to include? I'd like to resume cleaning but don't want to get too deep before some of

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

2015-05-05 Thread GitHub
Branch: refs/tags/50033 Home: https://github.com/pharo-project/pharo-core

Re: [Pharo-dev] WhatsUp from: 2015-05-04 until: 2015-05-17

2015-05-05 Thread Stephan Eggermont
On 04/05/15 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! ### Here's what

Re: [Pharo-dev] Package comments

2015-05-05 Thread Sergio Fedi
If you need help, or just a buddy to tag along I can work with you.​

[Pharo-dev] Rendering morph list items in NewList

2015-05-05 Thread Yuriy Tymchuk
Hi, when I use strings for list items of NewList - everything is fine, but if I use morphs - I get a strange artifacts if another window showers over them. Here is an example video: https://dl.dropboxusercontent.com/u/83145561/morphItems.mov

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

2015-05-05 Thread GitHub
Branch: refs/tags/50031 Home: https://github.com/pharo-project/pharo-core

[Pharo-dev] [pharo-project/pharo-core] 68d7d6: 50031

2015-05-05 Thread GitHub
Branch: refs/heads/5.0 Home: https://github.com/pharo-project/pharo-core Commit: 68d7d62f8cc74c646337682d3e5357bea0a580c8 https://github.com/pharo-project/pharo-core/commit/68d7d62f8cc74c646337682d3e5357bea0a580c8 Author: Jenkins Build Server bo...@pharo-project.org Date:

Re: [Pharo-dev] Rendering morph list items in NewList

2015-05-05 Thread Alain Plantec via Pharo-dev
---BeginMessage--- Hello I ve the impression that it is due to the redrawing of invalid rectangles. Maybe because of a lack of efficienty of the morph list Alain De:Yuriy Tymchuk yuriy.tymc...@me.com Date:mar j mai PM à 14:13 Objet:[Pharo-dev] Rendering morph list items in NewList Hi, when

[Pharo-dev] [pharo-project/pharo-core] d15aa3: 50030

2015-05-05 Thread GitHub
Branch: refs/heads/5.0 Home: https://github.com/pharo-project/pharo-core Commit: d15aa367e457d79c4cc4b226ea6067305d62df53 https://github.com/pharo-project/pharo-core/commit/d15aa367e457d79c4cc4b226ea6067305d62df53 Author: Jenkins Build Server bo...@pharo-project.org Date:

Re: [Pharo-dev] Roassal3D and Woden process handling

2015-05-05 Thread Yuriy Tymchuk
On 04 May 2015, at 22:59, Alexandre Bergel alexandre.ber...@me.com wrote: Hi Yuriy! I gave a try to fix the problem. Now, if the rendered is left untouched, there is no unnecessary refresh. The problem now is that the keystrokes are not properly handled… Can you give you try please?

[Pharo-dev] Debugger hangs vm on step into

2015-05-05 Thread Alain Rastoul
Hi I wanted to step into SharedQueue code, but got a hanged vm on simple test code below. It works fine in Pharo 3 but hangs in Pharo4-40611 and Pharo5-50029, it does not hang in squeak 4.5 but the Monitor code is not the same. In a playgound, execute the first two lines of code then select

[Pharo-dev] PharoForTheEnterprise: Where are the MigratedToOtherPlaces pages?

2015-05-05 Thread Esteban Lorenzano
I’m looking for the Voyage chapter… Esteban

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

2015-05-05 Thread GitHub
Branch: refs/tags/50030 Home: https://github.com/pharo-project/pharo-core

Re: [Pharo-dev] Rendering morph list items in NewList

2015-05-05 Thread Nicolai Hess
2015-05-05 14:13 GMT+02:00 Yuriy Tymchuk yuriy.tymc...@me.com: Hi, when I use strings for list items of NewList - everything is fine, but if I use morphs - I get a strange artifacts if another window showers over them. Here is an example video:

Re: [Pharo-dev] Debugger hangs vm on step into

2015-05-05 Thread Ben Coman
I tried... * my usual locked image avoidance hack when playing at this level to comment out calls to #interCyclePause: * changing to DelayMillisecondScheduler and DelaySemaphoreSchedulers ...but no luck. How do mean that DebugSession someInstance stepInto does not hang? How do you get to that

Re: [Pharo-dev] Improving the About Text of Versionner

2015-05-05 Thread Marcus Denker
On 05 May 2015, at 01:03, Sergio Fedi sergio.f...@gmail.com wrote: Wow! Look what I stirred up! Ok, I *vaguely* understand the two configuration schemes. I do understand how I touched two projects that are mantained differently and the problems in that. I'm not sure what to learn

Re: [Pharo-dev] PharoForTheEnterprise: Where are the MigratedToOtherPlaces pages?

2015-05-05 Thread Damien Cassou
Esteban Lorenzano esteba...@gmail.com writes: I’m looking for the Voyage chapter… https://ci.inria.fr/pharo-contribution/job/EnterprisePharoBook/ https://github.com/SquareBracketAssociates/EnterprisePharo -- Damien Cassou http://damiencassou.seasidehosting.st Success is the ability to go

Re: [Pharo-dev] Package comments

2015-05-05 Thread Marcus Denker
Hello, Right now we do not have yet Package comments. But we should! MBInfo seems to be a private class of Versionner… For package comments we first need to evaluate the design space… e.g. where to store it in the image, how to store it in Monticello… Marcus On 04 May 2015, at

Re: [Pharo-dev] Debugger hangs vm on step into

2015-05-05 Thread Alain Rastoul
Le 05/05/2015 12:35, Ben Coman a écrit : I tried... * my usual locked image avoidance hack when playing at this level to comment out calls to #interCyclePause: * changing to DelayMillisecondScheduler and DelaySemaphoreSchedulers ...but no luck. No luck means you reproduced and were still