[Pharo-project] Issue 3600 in pharo: Enhancement : Refactorings and tests on Balloon-Collections.

2011-01-26 Thread pharo
Status: New Owner: New issue 3600 by daliot...@gmail.com: Enhancement : Refactorings and tests on Balloon-Collections. http://code.google.com/p/pharo/issues/detail?id=3600 Refactoring is mainly about moval of a set of methods that PointArray and ShortPointArray share its definition. Bo

Re: [Pharo-project] First commit to Pharoinbox. Need advice.

2011-01-26 Thread HwaJong Oh
Yes, you are right. I was wrong. There is nothing super send. I had error editing my trait codes around "super", so i thought trait can super send. http://screencast.com/t/yyjLLm0S MoveMethod: FriendOfPointArray >> at: index ^(pointArray superAt: index * 2 - 1) @ (pointArray superAt:

Re: [Pharo-project] [ENH] About NonInteractive UI manager

2011-01-26 Thread Hernán Morales Durand
Hi Igor, It seems to be nice work, just a question: if my image ruins and I want to send Cmd + . at some point (let's say some code which triggers the keystroke combination in myscript.st), if I understood right that would raise an error too... do your changes permit exceptions for actually wanted

Re: [Pharo-project] Issue 1057 in pharo: SerialPlugin doesn't handle arbitrary nodes names

2011-01-26 Thread pharo
Comment #8 on issue 1057 by serge.st...@gmail.com: SerialPlugin doesn't handle arbitrary nodes names http://code.google.com/p/pharo/issues/detail?id=1057 Yes, you are right, this is the mess with all these isString everywhere. I'm not the author of the code. ;-) I dunno if this is a good

Re: [Pharo-project] [ENH] About NonInteractive UI manager

2011-01-26 Thread Eliot Miranda
On Wed, Jan 26, 2011 at 4:06 PM, Igor Stasenko wrote: > On 26 January 2011 21:58, Eliot Miranda wrote: > > > > > > On Wed, Jan 26, 2011 at 6:27 AM, Igor Stasenko > wrote: > >> > >> Hello pharoers, > >> > >> the last two days we worked hard with Marcus to incorporate this new > >> stuff into ima

Re: [Pharo-project] [ENH] About NonInteractive UI manager

2011-01-26 Thread Igor Stasenko
On 26 January 2011 21:58, Eliot Miranda wrote: > > > On Wed, Jan 26, 2011 at 6:27 AM, Igor Stasenko wrote: >> >> Hello pharoers, >> >> the last two days we worked hard with Marcus to incorporate this new >> stuff into image, and now we're done. >> All images past #13021 now have non interactive u

Re: [Pharo-project] [ENH] About NonInteractive UI manager

2011-01-26 Thread Mariano Martinez Peck
Hi. This is really great. Now, what are the differences from DummyUIManager that we included in PharoCore from the pharoKernel image ? should we remove DummyUIManager? cheers mariano On Wed, Jan 26, 2011 at 8:47 PM, Noury Bouraqadi wrote: > Great! Thanx. > > Noury > On 26 janv. 2011, at 15:27

Re: [Pharo-project] [ENH] About NonInteractive UI manager

2011-01-26 Thread Eliot Miranda
On Wed, Jan 26, 2011 at 6:27 AM, Igor Stasenko wrote: > Hello pharoers, > > the last two days we worked hard with Marcus to incorporate this new > stuff into image, and now we're done. > All images past #13021 now have non interactive ui manager > (NonInteractiveUIManager). > We fixed almost all

[Pharo-project] About FileSystem (probably not for 1.3)

2011-01-26 Thread Stéphane Ducasse
Hi guys, I was checking the state of FileSystem and we cannot push it into pharo like that! Sad but we should not put code where not a single method has a comment. So instead of crying and bashing colin, I started a while ago to understand (great pain) and write comments probably wrong, of cour

[Pharo-project] For a metacello and metacello Repositories taskforces

2011-01-26 Thread Stéphane Ducasse
hi guys I really think that this is important that we to the point where the idea of repositories for distributions is working. Getting this idea working is really important since it will enable all the rest to fall naturally in place (hudson checking) So could you (torsten, Miguel, dale..

Re: [Pharo-project] [ENH] About NonInteractive UI manager

2011-01-26 Thread Noury Bouraqadi
Great! Thanx. Noury On 26 janv. 2011, at 15:27, Igor Stasenko wrote: > Hello pharoers, > > the last two days we worked hard with Marcus to incorporate this new > stuff into image, and now we're done. > All images past #13021 now have non interactive ui manager > (NonInteractiveUIManager). > We f

Re: [Pharo-project] Easy access on pharo-project.org

2011-01-26 Thread Alexandre Bergel
+1 Alexandre On 26 Jan 2011, at 13:00, Stéphane Ducasse wrote: > Good ideas! > > On Jan 26, 2011, at 11:14 AM, Torsten Bergmann wrote: > >> We have the shortcut to the collaborative book: >> >> http://book.pharo-project.org >> >> >> Would it be possible: >> >> 1. to access the build serve

Re: [Pharo-project] Issue 3583 in pharo: Shout should only be active in code panes

2011-01-26 Thread pharo
Comment #9 on issue 3583 by marcus.d...@gmail.com: Shout should only be active in code panes http://code.google.com/p/pharo/issues/detail?id=3583 So what is the next step?

Re: [Pharo-project] [ENH] About NonInteractive UI manager

2011-01-26 Thread Igor Stasenko
On 26 January 2011 17:44, Yanni Chiu wrote: > On 26/01/11 9:27 AM, Igor Stasenko wrote: >> >> UIManager, during image startup, checks if image runs headless, and if >> so, then it switching to non-interactive mode. >> The non-interactive mode means that any request to UI manager which >> normally

Re: [Pharo-project] [ENH] About NonInteractive UI manager

2011-01-26 Thread Igor Stasenko
On 26 January 2011 17:30, Tudor Girba wrote: > Sounds cool. > > Just a couple of questions: > - should I as a UI developer take care of anything in particular to make sure > that I do not bypass the mechanism? all calls directed to ui manager will be intercepted properly. if you using things lik

Re: [Pharo-project] [ENH] About NonInteractive UI manager

2011-01-26 Thread Yanni Chiu
On 26/01/11 9:27 AM, Igor Stasenko wrote: UIManager, during image startup, checks if image runs headless, and if so, then it switching to non-interactive mode. The non-interactive mode means that any request to UI manager which normally leads to some user interaction now will trigger an error (Er

Re: [Pharo-project] [ENH] About NonInteractive UI manager

2011-01-26 Thread Tudor Girba
Sounds cool. Just a couple of questions: - should I as a UI developer take care of anything in particular to make sure that I do not bypass the mechanism? - when we access the image through RFB, will we get the UI? Cheers, Doru On 26 Jan 2011, at 15:27, Igor Stasenko wrote: > Hello pharoers,

Re: [Pharo-project] First commit to Pharoinbox. Need advice.

2011-01-26 Thread Stéphane Ducasse
+1 > Refactorings and more tests are certainly welcome! > > Here's a few comments: > While I like keeping common functionality in one place, I'm not sure creating > a new helper object for each at:/at:put: access is a good idea. Nor keeping > the helper cached to avoid this. Have you considered

Re: [Pharo-project] First commit to Pharoinbox. Need advice.

2011-01-26 Thread Stéphane Ducasse
On Jan 26, 2011, at 12:40 PM, HwaJong Oh wrote: > > Thank you for your detailed advice. > Although i could only comply bitShift: adivce. Using trait was unsuccessful. > super send is not possible with traits and applying PointArrayTrait on > ShortPointArray makes strange error. super send are p

Re: [Pharo-project] Easy access on pharo-project.org

2011-01-26 Thread Stéphane Ducasse
Good ideas! On Jan 26, 2011, at 11:14 AM, Torsten Bergmann wrote: > We have the shortcut to the collaborative book: > > http://book.pharo-project.org > > > Would it be possible: > > 1. to access the build server >https://pharo-ic.lille.inria.fr/hudson/ > >under a simple name like: >

Re: [Pharo-project] Issue 3599 in pharo: Serial Port

2011-01-26 Thread pharo
Comment #2 on issue 3599 by ryd...@gmail.com: Serial Port http://code.google.com/p/pharo/issues/detail?id=3599 Hasn't mr. Schwab been talking about this too? The scratch source code license is available as part of the download at http://info.scratch.mit.edu/Source_Code. Afaict it's not MIT co

Re: [Pharo-project] [ENH] About NonInteractive UI manager

2011-01-26 Thread Sven Van Caekenberghe
On 26 Jan 2011, at 16:12, Igor Stasenko wrote: > I found that it doesn't works with Cog VM on Macs. > > On Hudson build server, which runs on linux it works well out of the > box (but that using Sqeuak VM though). OK, Thanks. I found the Cog VM's acting strange sometimes, especially in the he

Re: [Pharo-project] Issue 3599 in pharo: Serial Port

2011-01-26 Thread pharo
Comment #1 on issue 3599 by stephane...@gmail.com: Serial Port http://code.google.com/p/pharo/issues/detail?id=3599 see 1057

Re: [Pharo-project] Issue 1057 in pharo: SerialPlugin doesn't handle arbitrary nodes names

2011-01-26 Thread pharo
Updates: Labels: Milestone-1.3 Comment #7 on issue 1057 by stephane...@gmail.com: SerialPlugin doesn't handle arbitrary nodes names http://code.google.com/p/pharo/issues/detail?id=1057 ok We should have a look at that!

Re: [Pharo-project] [ENH] About NonInteractive UI manager

2011-01-26 Thread Igor Stasenko
On 26 January 2011 15:59, Sven Van Caekenberghe wrote: > > On 26 Jan 2011, at 15:27, Igor Stasenko wrote: > >> Hello pharoers, >> >> the last two days we worked hard with Marcus to incorporate this new >> stuff into image, and now we're done. >> All images past #13021 now have non interactive ui m

Re: [Pharo-project] [ENH] About NonInteractive UI manager

2011-01-26 Thread Stéphane Ducasse
>> > > Indeed, one step at a time, but if you add that as well, I think you have a > complete solution! > > Things like advanced command line processing, scripting tools and some kind > of REPL are too complex for core and should be part of optional packages. we will have that soon :) We want

[Pharo-project] Issue 3599 in pharo: Serial Port

2011-01-26 Thread pharo
Status: Accepted Owner: stephane...@gmail.com Labels: Milestone-1.3 New issue 3599 by stephane...@gmail.com: Serial Port http://code.google.com/p/pharo/issues/detail?id=3599 Hello We are developing software to interact with small robots for educational purposes. To do this we need to use the s

Re: [Pharo-project] [ENH] About NonInteractive UI manager

2011-01-26 Thread Stéphane Ducasse
On Jan 26, 2011, at 3:49 PM, Fernando Olivero wrote: > Great Work! > > Is it safe to assume that all ui requests go through UIManager now? well I not bet my head on that. :D But if you find cases then we should fix that one by one. > > Fernando

Re: [Pharo-project] First commit to Pharoinbox. Need advice.

2011-01-26 Thread Henrik Sperre Johansen
On 26.01.2011 12:40, HwaJong Oh wrote: Thank you for your detailed advice. Although i could only comply bitShift: adivce. Using trait was unsuccessful. super send is not possible with traits and applying PointArrayTrait on ShortPointArray makes strange error. New version is out. (Balloon-hjo.73)

[Pharo-project] [ENH] About NonInteractive UI manager

2011-01-26 Thread Sven Van Caekenberghe
On 26 Jan 2011, at 15:27, Igor Stasenko wrote: > Hello pharoers, > > the last two days we worked hard with Marcus to incorporate this new > stuff into image, and now we're done. > All images past #13021 now have non interactive ui manager > (NonInteractiveUIManager). > We fixed almost all broken

Re: [Pharo-project] [ENH] About NonInteractive UI manager

2011-01-26 Thread Fernando Olivero
Great Work! Is it safe to assume that all ui requests go through UIManager now? Fernando On Wed, Jan 26, 2011 at 3:27 PM, Igor Stasenko wrote: > Hello pharoers, > > the last two days we worked hard with Marcus to incorporate this new > stuff into image, and now we're done. > All images past #

Re: [Pharo-project] Easy access on pharo-project.org

2011-01-26 Thread Adrian Lienhard
Implemented as redirects this is possible. Making the build server available under, say, ci.pharo-project.org should also be possible (without a redirect) since we have access to the server (I assume). With Google project this is obviously not possible. The question is where to implement the re

[Pharo-project] [ENH] About NonInteractive UI manager

2011-01-26 Thread Igor Stasenko
Hello pharoers, the last two days we worked hard with Marcus to incorporate this new stuff into image, and now we're done. All images past #13021 now have non interactive ui manager (NonInteractiveUIManager). We fixed almost all broken tests caused by introducing it (there are only few minor ones

[Pharo-project] [update 1.2] #12323

2011-01-26 Thread Marcus Denker
12323 - Issue 3572: Failing test on Hudson: MCInitializationTest.testWorkingCopy Issue 3594: Expander needs tweaking to enable resize in a TableLayout (again) -- Marcus Denker -- http://www.marcusdenker.de INRIA Lille -- Nord Europe. Team RMoD.

Re: [Pharo-project] Issue 3594 in pharo: Expander needs tweaking to enable resize in a TableLayout

2011-01-26 Thread pharo
Updates: Status: Closed Comment #8 on issue 3594 by marcus.d...@gmail.com: Expander needs tweaking to enable resize in a TableLayout http://code.google.com/p/pharo/issues/detail?id=3594 in 12323

Re: [Pharo-project] Issue 3572 in pharo: Failing test on Hudson: MCInitializationTest.testWorkingCopy

2011-01-26 Thread pharo
Updates: Labels: -Milestone-1.2 Comment #4 on issue 3572 by marcus.d...@gmail.com: Failing test on Hudson: MCInitializationTest.testWorkingCopy http://code.google.com/p/pharo/issues/detail?id=3572 removed from 1.2

[Pharo-project] Issue 3598 in pharo: [Failing Test]Tests.Compiler.CompilerTest.testNotInteractiveInBlockTempArgumentShadowing

2011-01-26 Thread pharo
Status: Accepted Owner: marcus.d...@gmail.com Labels: Milestone-1.3 New issue 3598 by marcus.d...@gmail.com: [Failing Test]Tests.Compiler.CompilerTest.testNotInteractiveInBlockTempArgumentShadowing http://code.google.com/p/pharo/issues/detail?id=3598 Tests.Compiler.CompilerTest.testNotInterac

[Pharo-project] [update 1.3] #13021

2011-01-26 Thread Marcus Denker
13021 - Issue 3596: 2nd part Headless (again...) -- Marcus Denker -- http://www.marcusdenker.de INRIA Lille -- Nord Europe. Team RMoD.

Re: [Pharo-project] Issue 3596 in pharo: 2nd part Headless

2011-01-26 Thread pharo
Comment #5 on issue 3596 by marcus.d...@gmail.com: 2nd part Headless http://code.google.com/p/pharo/issues/detail?id=3596 more fixes to failing tests (the tests are now running non-interactive) Attachments: HeadlessMoreAgain.1.cs 4.7 KB

Re: [Pharo-project] check out my blog "This Context" for Spoon and Naiad news

2011-01-26 Thread Craig Latta
Oh, and of course the Spoon website for artifacts: http://netjam.org/spoon/. thanks again, -C -- Craig Latta www.netjam.org/resume + 31 020 894 6247 + 1 415 287 3547

Re: [Pharo-project] Easy access on pharo-project.org

2011-01-26 Thread Sven Van Caekenberghe
+1 On a related note, I just discovered that pharo.st actually does the right thing, cool! I don't know how things are organized, but at least the pharo.st domain seems to be owned by Marcus. Anyway, in some respects it seems like a better name. Sven On 26 Jan 2011, at 11:14, Torsten Bergmann

Re: [Pharo-project] First commit to Pharoinbox. Need advice.

2011-01-26 Thread Igor Stasenko
On 26 January 2011 12:47, HwaJong Oh wrote: > > At least my tests are passing, so minimum quality is guarrentied. Wonder what > the quality tester want. :-) > Anything which you would actually want to see being on his place :) > Is this where i should go?  http://code.google.com/p/pharo/issues/li

Re: [Pharo-project] Issue 3572 in pharo: Failing test on Hudson: MCInitializationTest.testWorkingCopy

2011-01-26 Thread pharo
Comment #3 on issue 3572 by marcus.d...@gmail.com: Failing test on Hudson: MCInitializationTest.testWorkingCopy http://code.google.com/p/pharo/issues/detail?id=3572 Yes, only on Hudson. I think we should move this issue to 1.3...

Re: [Pharo-project] Issue 3572 in pharo: Failing test on Hudson: MCInitializationTest.testWorkingCopy

2011-01-26 Thread pharo
Comment #2 on issue 3572 by m...@mjr104.co.uk: Failing test on Hudson: MCInitializationTest.testWorkingCopy http://code.google.com/p/pharo/issues/detail?id=3572 Is it just that this fails in Hudson? in #12322 on my local machine (OS X) it passes.

Re: [Pharo-project] First commit to Pharoinbox. Need advice.

2011-01-26 Thread HwaJong Oh
At least my tests are passing, so minimum quality is guarrentied. Wonder what the quality tester want. :-) Is this where i should go? http://code.google.com/p/pharo/issues/list -- View this message in context: http://forum.world.st/First-commit-to-Pharoinbox-Need-advice-tp3237535p3237883.html

Re: [Pharo-project] First commit to Pharoinbox. Need advice.

2011-01-26 Thread HwaJong Oh
Thank you for your detailed advice. Although i could only comply bitShift: adivce. Using trait was unsuccessful. super send is not possible with traits and applying PointArrayTrait on ShortPointArray makes strange error. New version is out. (Balloon-hjo.73) -- View this message in context: http

Re: [Pharo-project] just to tell you that I love all these activities and energy around pharo :)

2011-01-26 Thread Craig Latta
Yay! :) -C -- Craig Latta www.netjam.org/resume + 31 020 894 6247 + 1 415 287 3547

Re: [Pharo-project] Issue 3594 in pharo: Expander needs tweaking to enable resize in a TableLayout

2011-01-26 Thread pharo
Comment #7 on issue 3594 by marcus.d...@gmail.com: Expander needs tweaking to enable resize in a TableLayout http://code.google.com/p/pharo/issues/detail?id=3594 in 13020 TODO: 1.2

[Pharo-project] [update 1.3] #13020

2011-01-26 Thread Marcus Denker
13020 - Issue 3596: 2nd part Headless (3rd part) Issue 3594: Expander needs tweaking to enable resize in a TableLayout (part 2) -- Marcus Denker -- http://www.marcusdenker.de INRIA Lille -- Nord Europe. Team RMoD.

Re: [Pharo-project] Issue 3596 in pharo: 2nd part Headless

2011-01-26 Thread pharo
Comment #4 on issue 3596 by marcus.d...@gmail.com: 2nd part Headless http://code.google.com/p/pharo/issues/detail?id=3596 in 13020

Re: [Pharo-project] Issue 3596 in pharo: 2nd part Headless

2011-01-26 Thread pharo
Comment #3 on issue 3596 by marcus.d...@gmail.com: 2nd part Headless http://code.google.com/p/pharo/issues/detail?id=3596 13010

Re: [Pharo-project] Issue 3596 in pharo: 2nd part Headless

2011-01-26 Thread pharo
Comment #2 on issue 3596 by marcus.d...@gmail.com: 2nd part Headless http://code.google.com/p/pharo/issues/detail?id=3596 some more fixes Attachments: Headless.1.cs 332 bytes ContextPart-runSimulatedcontextAtEachStep.st 1.1 KB

[Pharo-project] Easy access on pharo-project.org

2011-01-26 Thread Torsten Bergmann
We have the shortcut to the collaborative book: http://book.pharo-project.org Would it be possible: 1. to access the build server https://pharo-ic.lille.inria.fr/hudson/ under a simple name like: http://hudson.pharo.org or http://ci.pharo.org (ci = continuos integration)

[Pharo-project] Issue 3597 in pharo: Fix RemoteString API

2011-01-26 Thread pharo
Status: Fixed Owner: benjamin...@gmail.com Labels: Type-Seed Milestone-1.3 New issue 3597 by benjamin...@gmail.com: Fix RemoteString API http://code.google.com/p/pharo/issues/detail?id=3597 RemoteString >>#text used to return a String, and for each instance of RemoteString: each str

Re: [Pharo-project] Issue 3594 in pharo: Expander needs tweaking to enable resize in a TableLayout

2011-01-26 Thread pharo
Updates: Status: Started Comment #6 on issue 3594 by tudor.gi...@gmail.com: Expander needs tweaking to enable resize in a TableLayout http://code.google.com/p/pharo/issues/detail?id=3594 I attach here a second changeset from Gary that deals with a special case of resizing. It also i

Re: [Pharo-project] First commit to Pharoinbox. Need advice.

2011-01-26 Thread Henrik Sperre Johansen
On 26.01.2011 08:13, HwaJong Oh wrote: My last package is Balloon-hjo.72.mcz. It is small testing& refactoring on Ballloon supporting collections. I wonder this type of work is acceptable? Best Regards Refactorings and more tests are certainly welcome! Here's a few comments: While I like kee

[Pharo-project] [update 1.3] #13019

2011-01-26 Thread Marcus Denker
13019 - Issue 3583: Shout should only be active in code panes Issue 3594: Expander needs tweaking to enable resize in a TableLayout Issue 3590: AntiAliased fix Issue 3596: 2nd part Headless next: fix build server script to not kill the process when the image generates a log

Re: [Pharo-project] Issue 3583 in pharo: Shout should only be active in code panes

2011-01-26 Thread pharo
Comment #8 on issue 3583 by marcus.d...@gmail.com: Shout should only be active in code panes http://code.google.com/p/pharo/issues/detail?id=3583 1319

Re: [Pharo-project] Issue 3596 in pharo: 2nd part Headless

2011-01-26 Thread pharo
Updates: Status: Closed Comment #1 on issue 3596 by marcus.d...@gmail.com: 2nd part Headless http://code.google.com/p/pharo/issues/detail?id=3596 13019

Re: [Pharo-project] Issue 3590 in pharo: AntiAliased fix

2011-01-26 Thread pharo
Updates: Status: Closed Comment #1 on issue 3590 by marcus.d...@gmail.com: AntiAliased fix http://code.google.com/p/pharo/issues/detail?id=3590 130019

Re: [Pharo-project] Issue 3594 in pharo: Expander needs tweaking to enable resize in a TableLayout

2011-01-26 Thread pharo
Comment #5 on issue 3594 by marcus.d...@gmail.com: Expander needs tweaking to enable resize in a TableLayout http://code.google.com/p/pharo/issues/detail?id=3594 13019

Re: [Pharo-project] Issue 3594 in pharo: Expander needs tweaking to enable resize in a TableLayout

2011-01-26 Thread pharo
Updates: Status: Closed Comment #4 on issue 3594 by marcus.d...@gmail.com: Expander needs tweaking to enable resize in a TableLayout http://code.google.com/p/pharo/issues/detail?id=3594 (No comment was entered for this change.)

[Pharo-project] [update 1.2] #12322

2011-01-26 Thread Marcus Denker
12322 - Issue 3583: Shout should only be active in code panes Issue 3594: Expander needs tweaking to enable resize in a TableLayout -- Marcus Denker -- http://www.marcusdenker.de INRIA Lille -- Nord Europe. Team RMoD.

Re: [Pharo-project] Issue 3583 in pharo: Shout should only be active in code panes

2011-01-26 Thread pharo
Updates: Status: Started Comment #7 on issue 3583 by marcus.d...@gmail.com: Shout should only be active in code panes http://code.google.com/p/pharo/issues/detail?id=3583 12322 TODO: 1.3

Re: [Pharo-project] Issue 3594 in pharo: Expander needs tweaking to enable resize in a TableLayout

2011-01-26 Thread pharo
Updates: Status: Fixed Comment #3 on issue 3594 by marcus.d...@gmail.com: Expander needs tweaking to enable resize in a TableLayout http://code.google.com/p/pharo/issues/detail?id=3594 12332 TODO: 1.3

[Pharo-project] Issue 3596 in pharo: 2nd part Headless

2011-01-26 Thread pharo
Status: Fixed Owner: marcus.d...@gmail.com Labels: Milestone-1.3 New issue 3596 by marcus.d...@gmail.com: 2nd part Headless http://code.google.com/p/pharo/issues/detail?id=3596 2nd part Headless changes... Attachments: NonInteractiveTools.2.cs 22.2 KB Simulation-Fix.2.cs 2.1 K