[Pharo-project] Native (OS-level) windows

2010-09-03 Thread Evgeniy Philippov
Hello folks and Todd Blanchard, I have three questions. First question is---what is the current status of Ffenestri, and where can I download some version of Pharo with the most up-to-date Ffenestri support? The second question is---what are the other Pharo OS-level windowing interfaces, and

Re: [Pharo-project] Fwd: [squeak-dev] The Trunk: System-eem.366.mcz

2010-09-03 Thread Tudor Girba
Hi, Indeed, it would be great to get this restarted. I do not have enough capacity to drive, but I can help. Doru On 2 Sep 2010, at 09:27, Stéphane Ducasse wrote: What we started to do and got stalled (for RPackage) is to implement SystemAnnouncement a hierarchy that wrap event and

Re: [Pharo-project] Single instance executables

2010-09-03 Thread Stéphane Ducasse
;) Stef On Sep 2, 2010, at 11:59 PM, Henrik Sperre Johansen wrote: On 02.09.2010 21:45, Schwab,Wilhelm K wrote: Hello all, I realize that I hold an unpopular position on this, but it *will* come back to haunt us: we need to have a way to warn the user if a second copy of Pharo is

Re: [Pharo-project] [Pharo-users] TestSprinter

2010-09-03 Thread Stéphane Ducasse
icons to see which tests failed since last run and a summary previous run: current: 150 green 149 green 2 failure 2 failutres 1 errors could be

Re: [Pharo-project] TestSprinter

2010-09-03 Thread Mariano Martinez Peck
Benjamin, you should read all these threads completly. http://forum.world.st/SUnit-td1297972.html#a1297972 http://forum.world.st/SUnit-td1297972i20.html#a1297974 http://forum.world.st/akuhn-SUnit-chrisma-edition-td1297672.html#a1297672 Read them completly. There a lot of code already done, and

Re: [Pharo-project] Native (OS-level) windows

2010-09-03 Thread John M McIntosh
There are three parts to your question (a) Does the VM you want to use support Ffenestri, you will need to look at the source code on squeakvm.org SVN tree to understand the answer to that. That would be if the HostWindowPlugin is supported. (b) Does the Smalltalk code allow you to call the

Re: [Pharo-project] Object visitor

2010-09-03 Thread Martin Dias
On Thu, Sep 2, 2010 at 4:53 PM, Alexandre Bergel alexan...@bergel.euwrote: Yes. Visitor is a convenient pattern to perform a computation over each element of a recursive data structure. This pattern works well for trees. You need to pay attention to cycle when using it on a graph. This might

Re: [Pharo-project] [Pharo-users] TestSprinter

2010-09-03 Thread Lukas Renggli
icons to see which tests failed since last run and a summary previous run:                   current:        150 green                               149 green        2 failure                               2 failutres                                                1 errors could be

Re: [Pharo-project] TestSprinter

2010-09-03 Thread Lukas Renggli
On 3 September 2010 02:57, Schwab,Wilhelm K bsch...@anest.ufl.edu wrote: x For the latter, I find there is no competition (yet anyway) for a TesCase class side method called #prod: which runs a single test method and either does nothing (good news) or raises a walkback. That's what

[Pharo-project] [ANN] SqueakDBX 1.2 release

2010-09-03 Thread Mariano Martinez Peck
Hi folks. We are realeasing SqueakDBX 1.2, just an small release. For those who doesn't know, SqueakDBX is a database driver to connect to most of the existing databases. For more details, please read www.squeakdbx.org The main changes in this release are: - ConfigurationOfSqueakDBX version:

Re: [Pharo-project] Experimental Cocoa OS-X based Squeak Cog JIT VM 5.8b7

2010-09-03 Thread Tudor Girba
Hi John, I get no debug.log. The only thing I get is the Apple reporting window saying that it crashed. I attach here the text output of the problem details and system configuration. Cheers, Doru systemconfiguration Description: Binary data problemdetails Description: Binary data

[Pharo-project] PluggableShoutMorph okToStyle still make a reference to Preferences

2010-09-03 Thread Cyrille Delaunay
PluggableShoutMorph okToStyle still make a reference to Preferences, which is no longer present in pharo 1.2. It generate problem when opening a debugger for example (which is a problem :)). I opened an issue: http://code.google.com/p/pharo/issues/detail?id=2905

Re: [Pharo-project] [Pharo-users] TestSprinter

2010-09-03 Thread Stéphane Ducasse
ask marcus when he is running OPAL tests. And I need that when I integrate because there are ALWAYS broken tests and right now I have to remember the list or open two images. Lukas not everybody has the chances to work on system with not broken tests. Stef icons to see which tests failed

Re: [Pharo-project] PluggableShoutMorph okToStyle still make a reference to Preferences

2010-09-03 Thread Cyrille Delaunay
When I look at http://www.squeaksource.com/shout, It seems that I have the last version of the package 'Shout'. Am I looking at the right place ? 2010/9/3 Lukas Renggli reng...@gmail.com Not if you use the latest version. I fixed that a long time ago. Lukas 2010/9/3 Cyrille Delaunay

Re: [Pharo-project] Native (OS-level) windows

2010-09-03 Thread Stéphane Ducasse
Hi evgeniy We would love to see any progress in the direction of having feenestri working for Pharo now we do not have simply the task forces. So if you do any changes in the system to help you in this task send the patches and changes so that life is easier for you and we can get this done in

Re: [Pharo-project] PharoKernel #12121

2010-09-03 Thread Stéphane Ducasse
for me this is simple - I would like to use a metacello configuration to reload everything in between this kernel image and the current 12121 but I do not have the time. So ... On Sep 2, 2010, at 11:08 PM, Lukas Renggli wrote: Very impressive. Can't wait to see Pharo built

Re: [Pharo-project] Package comments

2010-09-03 Thread Stéphane Ducasse
I started to work on DrDoc (look at the package on squeaksource) to add metadata to packages and the idea is to save there information in terms of SmallUML spec. Now I cannot integrate and taking care of the system, working on my daily job and producing what I want. So sorry. Stef On Sep 3,

Re: [Pharo-project] Package comments

2010-09-03 Thread laurent laffont
Why not HelpSystem ? Works quite well to document any package. Laurent Laffont http://pharocasts.blogspot.com/ http://magaloma.blogspot.com/ On Fri, Sep 3, 2010 at 11:25 AM, Stéphane Ducasse stephane.duca...@inria.fr wrote: I started to work on DrDoc (look at the package on squeaksource)

Re: [Pharo-project] [Pharo-users] TestSprinter

2010-09-03 Thread Lukas Renggli
Hudson shows the deltas of errors/failures/passes and added/removed tests between builds in various graphs and tables. sure but do I want to want 20 minutes for a run to be scheduled on a server I do not control? Of course you should be in control of the build server. My point is that the

Re: [Pharo-project] PluggableShoutMorph okToStyle still make a reference to Preferences

2010-09-03 Thread Lukas Renggli
2010/9/3 Cyrille Delaunay cy.delau...@gmail.com: When I look at http://www.squeaksource.com/shout, It seems that I have the last version of the package 'Shout'. Am I looking at the right place ? http://source.lukas-renggli.ch/unsorted, but I committed the changes now to the official

Re: [Pharo-project] PluggableShoutMorph okToStyle still make a reference to Preferences

2010-09-03 Thread Cyrille Delaunay
Thanks :) 2010/9/3 Lukas Renggli reng...@gmail.com 2010/9/3 Cyrille Delaunay cy.delau...@gmail.com: When I look at http://www.squeaksource.com/shout, It seems that I have the last version of the package 'Shout'. Am I looking at the right place ? http://source.lukas-renggli.ch/unsorted,

Re: [Pharo-project] Native (OS-level) windows

2010-09-03 Thread Evgeniy Philippov
Stephane, Have the efforts by Todd Blanchard produce any results? Evgeniy ___ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Re: [Pharo-project] PharoKernel #12121

2010-09-03 Thread Stéphane Ducasse
I got an idea: I will ask gabriel to help me producing a metacello config for pharo core and once this is working we can start to work on migrating to use PharoKernel as a basis. Stef On Sep 2, 2010, at 11:08 PM, Lukas Renggli wrote: Very impressive. Can't wait to see Pharo built from such a

Re: [Pharo-project] Native (OS-level) windows

2010-09-03 Thread Stéphane Ducasse
Not that I know. What is important is that we integrate changes that make the next step easier. So if you uild a roadmap let us know. Stef On Sep 3, 2010, at 12:02 PM, Evgeniy Philippov wrote: Stephane, Have the efforts by Todd Blanchard produce any results? Evgeniy

[Pharo-project] [OSProcess] Proposal for Pharo 1.2 compatibility

2010-09-03 Thread Cyrille Delaunay
Hello, I would suggest to replace the two methods -- OSPRocess class platformName After Squeak version 3.6, #platformName was moved to SmalltalkImage ^ ((Smalltalk classNamed: 'SmalltalkImage') ifNil: [^ Smalltalk platformName])

Re: [Pharo-project] PharoKernel #12121

2010-09-03 Thread Pavel Krivanek
Hi, it will require some additional work. I tried to load Monticello to PharoKernel and here are some notes: - some classes still need FileList for the service registration. - initialization order at the end of source files doesn't reflect class hierarchy order - whole class-based initialization

Re: [Pharo-project] PharoKernel #12121

2010-09-03 Thread Pavel Krivanek
Hi, 2010/9/3 Denis Kudriashov dionisi...@gmail.com: Is it morphic image? Or it is headless? I cant run it as usual image It is headless image. You have to use start-up scripts. See the file build_image.sh. Cheers, -- Pavel ___ Pharo-project mailing

[Pharo-project] [update 1.2] #12122

2010-09-03 Thread Stéphane Ducasse
12122 - - 2904 HelpSystemAPIBuilderFailsOnTraits. Thanks Laurent Laffont. Stef and Gabriel ___ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Re: [Pharo-project] PharoKernel #12121

2010-09-03 Thread George Herolyants
2010/9/3 Pavel Krivanek pavel.kriva...@gmail.com: It is headless image. You have to use start-up scripts. See the file build_image.sh. So, why do you need this one: - Fonts need some refactorings. Some sort of AbstractFont only with capabilities required only by Text class should be part of

[Pharo-project] FSPlatformResolver classforCurrentPlatform use a deprecated method

2010-09-03 Thread Cyrille Delaunay
In the package Filesystem, FSPlatformResolver class forCurrentPlatform | platformName | platformName := SmalltalkImage current platformName. ^ (self allSubclasses detect: [:ea | ea platformName = platformName]) new should be replaced by FSPlatformResolver class forCurrentPlatform |

Re: [Pharo-project] PharoKernel #12121

2010-09-03 Thread Pavel Krivanek
On Fri, Sep 3, 2010 at 2:11 PM, George Herolyants george.herolya...@gmail.com wrote: 2010/9/3 Pavel Krivanek pavel.kriva...@gmail.com: It is headless image. You have to use start-up scripts. See the file build_image.sh. So, why do you need this one: - Fonts need some refactorings. Some sort

Re: [Pharo-project] FSPlatformResolver classforCurrentPlatform use a deprecated method

2010-09-03 Thread Lukas Renggli
Why? OSPlatform doesn't even exist in Pharo 1.1. Lukas 2010/9/3 Cyrille Delaunay cy.delau...@gmail.com: In the package Filesystem, FSPlatformResolver class forCurrentPlatform | platformName | platformName :=  SmalltalkImage current platformName. ^ (self allSubclasses detect: [:ea | ea

Re: [Pharo-project] Object visitor

2010-09-03 Thread Alexandre Bergel
The Pharo image already provides some infrastructure: SmartRefStream, ImageSegment and friends. Maybe Mariano could provide an extended answer... Cheers, Alexandre On 3 Sep 2010, at 03:54, Martin Dias wrote: On Thu, Sep 2, 2010 at 4:53 PM, Alexandre Bergel alexan...@bergel.eu wrote:

Re: [Pharo-project] FSPlatformResolver classforCurrentPlatform use a deprecated method

2010-09-03 Thread Henrik Johansen
A better choice might be Smalltalk os platformName, which works on Pharo 1.1, 1.2, Squeak 4.1 and 4.2. (well, as soon as it's properly undeprecated in 1.2 at least, #platform should be removed instead...) Cheers, Henry On Sep 3, 2010, at 2:30 23PM, Lukas Renggli wrote: Why? OSPlatform

[Pharo-project] FSPlatformResolver classforCurrentPlatform use a deprecated method

2010-09-03 Thread Torsten Bergmann
Lukas wrote: Why? OSPlatform doesn't even exist in Pharo 1.1. Pharo includes this class in Pharo-1.1-11411 Bye T. -- GMX DSL SOMMER-SPECIAL: Surf Phone Flat 16.000 für nur 19,99 euro;/mtl.!* http://portal.gmx.net/de/go/dsl ___ Pharo-project mailing

Re: [Pharo-project] Single instance executables

2010-09-03 Thread Schwab,Wilhelm K
Stef, I took that as agreement and created 2906. I don't know how to make it happen, but am certainly available for testing on Linux. Bill From: pharo-project-boun...@lists.gforge.inria.fr [pharo-project-boun...@lists.gforge.inria.fr] On Behalf Of

Re: [Pharo-project] [squeak-dev] Re: Experimental Cocoa OS-X based Squeak Cog JIT VM 5.8b4.

2010-09-03 Thread Alexandre Bergel
In the version I used, MONodedisplayOn: did do culling, no such luck for MOEdge though. MOEdge does not do the culling since an edge can be visible without having its two extremity visible. Edges are indeed a problem. Having very non-embedded and very long edges costs a lot. Unless edges

Re: [Pharo-project] PharoKernel #12121

2010-09-03 Thread Denis Kudriashov
Could you explain why Text is not part of ui system? And why it should be in kernel? 2010/9/3 Pavel Krivanek pavel.kriva...@gmail.com On Fri, Sep 3, 2010 at 2:11 PM, George Herolyants george.herolya...@gmail.com wrote: 2010/9/3 Pavel Krivanek pavel.kriva...@gmail.com: It is headless image.

Re: [Pharo-project] PharoKernel #12121

2010-09-03 Thread Pavel Krivanek
2010/9/3 Denis Kudriashov dionisi...@gmail.com: Could you explain why Text is not part of ui system? And why it should be in kernel? In fact some time ago I had a headless image without Text but it needed a lot of modifications. Pharo can use text formatting for the source codes. That is the

Re: [Pharo-project] PharoKernel #12121

2010-09-03 Thread Adrian Lienhard
On Sep 3, 2010, at 15:03 , Pavel Krivanek wrote: 2010/9/3 Denis Kudriashov dionisi...@gmail.com: Could you explain why Text is not part of ui system? And why it should be in kernel? In fact some time ago I had a headless image without Text but it needed a lot of modifications. Pharo can

Re: [Pharo-project] PharoKernel #12121

2010-09-03 Thread Lukas Renggli
In fact some time ago I had a headless image without Text but it needed a lot of modifications. Pharo can use text formatting for the source codes. That is the main reason why Text should be in the kernel. oh, shouldn't we better remove the text formatting in source code feature? Yes, this

Re: [Pharo-project] FSPlatformResolver classforCurrentPlatform use a deprecated method

2010-09-03 Thread Cyrille Delaunay
Yes, I naively repeated what was telling me the 'deprecated' message :) But indeed, use 'Smalltalk platformName' seems to work fine. 2010/9/3 Henrik Johansen henrik.s.johan...@veloxit.no A better choice might be Smalltalk os platformName, which works on Pharo 1.1, 1.2, Squeak 4.1 and 4.2.

Re: [Pharo-project] FSPlatformResolver classforCurrentPlatform use a deprecated method

2010-09-03 Thread Stéphane Ducasse
indeed may be we should do that http://code.google.com/p/pharo/issues/detail?id=2907 On Sep 3, 2010, at 2:46 PM, Henrik Johansen wrote: A better choice might be Smalltalk os platformName, which works on Pharo 1.1, 1.2, Squeak 4.1 and 4.2. (well, as soon as it's properly undeprecated

Re: [Pharo-project] PharoKernel #12121

2010-09-03 Thread Stéphane Ducasse
george.herolya...@gmail.com wrote: 2010/9/3 Pavel Krivanek pavel.kriva...@gmail.com: It is headless image. You have to use start-up scripts. See the file build_image.sh. So, why do you need this one: - Fonts need some refactorings. Some sort of AbstractFont only with capabilities

Re: [Pharo-project] PharoKernel #12121

2010-09-03 Thread Stéphane Ducasse
I sent an email on this topics a while ago if I remember correctly but I got not real feedback. We can always add another layer later to do hypertext navigation but not on the source code. In fact some time ago I had a headless image without Text but it needed a lot of modifications.

Re: [Pharo-project] PharoKernel #12121

2010-09-03 Thread Miguel Enrique Cobá Martínez
El vie, 03-09-2010 a las 15:24 +0200, Adrian Lienhard escribió: On Sep 3, 2010, at 15:03 , Pavel Krivanek wrote: 2010/9/3 Denis Kudriashov dionisi...@gmail.com: Could you explain why Text is not part of ui system? And why it should be in kernel? In fact some time ago I had a

Re: [Pharo-project] Object visitor

2010-09-03 Thread Mariano Martinez Peck
Hi Martin, a couple of questions: - What you want to do with each obejct? I mean, you want to traverse the graph...ok, but to do what? - Do you want to do it at VM or image side? Is speed important? But as Alexandre said, you can take a look to ReferenceStream or ImageSegment. In VM side you

Re: [Pharo-project] [OSProcess] Proposal for Pharo 1.2 compatibility

2010-09-03 Thread David T. Lewis
On Fri, Sep 03, 2010 at 01:03:31PM +0200, Cyrille Delaunay wrote: Hello, I would suggest to replace the two methods -- OSPRocess class platformName After Squeak version 3.6, #platformName was moved to SmalltalkImage ^

Re: [Pharo-project] [squeak-dev] Experimental Cocoa OS-X based Squeak Cog JIT VM 5.8b7

2010-09-03 Thread Ken G. Brown
Did a quick try of a fresh Squeak4.2-10382-alpha on your latest 5.8b7, MacPro OS X 10.6.4, NVIDIA GeForce 7300 GT graphics card Resizing the Squeak window still results in graphic artifacts that go away when stopped resizing. Tried 'Update Squeak', got 'Error: unmatched string quote' in

Re: [Pharo-project] TestSprinter

2010-09-03 Thread TimM
On 02/09/2010 23:54, Alexandre Bergel wrote: A keyboard shortcut to run the tests directly without a mouse (ideally a way to run the single test my cursor is on, its suite of tests, and all tests like you imply above). Are you aware of Cmd-t in OB(2) ? I have to confess that is an area I

Re: [Pharo-project] TestSprinter

2010-09-03 Thread TimM
On 02/09/2010 23:54, Alexandre Bergel wrote: A keyboard shortcut to run the tests directly without a mouse (ideally a way to run the single test my cursor is on, its suite of tests, and all tests like you imply above). Are you aware of Cmd-t in OB(2) ? I have to confess that is an area I

Re: [Pharo-project] TestSprinter

2010-09-03 Thread TimM
On 02/09/2010 23:54, Alexandre Bergel wrote: A keyboard shortcut to run the tests directly without a mouse (ideally a way to run the single test my cursor is on, its suite of tests, and all tests like you imply above). Are you aware of Cmd-t in OB(2) ? I have to confess that is an area I

Re: [Pharo-project] Native (OS-level) windows

2010-09-03 Thread Evgeniy Philippov
Well... I think I depart from the task. I rethinked my approach to programming languages, and concluded that at the very core concepts of the language, the Smalltalk is somewhat erratic in design. Yes it has a simplified conventions and syntax---but these don't matter much with regard to

Re: [Pharo-project] TestSprinter

2010-09-03 Thread TimM
On 02/09/2010 23:54, Alexandre Bergel wrote: A keyboard shortcut to run the tests directly without a mouse (ideally a way to run the single test my cursor is on, its suite of tests, and all tests like you imply above). Are you aware of Cmd-t in OB(2) ? I have to confess that is an area I

Re: [Pharo-project] TestSprinter

2010-09-03 Thread TimM
On 02/09/2010 23:54, Alexandre Bergel wrote: A keyboard shortcut to run the tests directly without a mouse (ideally a way to run the single test my cursor is on, its suite of tests, and all tests like you imply above). Are you aware of Cmd-t in OB(2) ? I have to confess that is an area I

Re: [Pharo-project] TestSprinter

2010-09-03 Thread TimM
On 02/09/2010 23:54, Alexandre Bergel wrote: A keyboard shortcut to run the tests directly without a mouse (ideally a way to run the single test my cursor is on, its suite of tests, and all tests like you imply above). Are you aware of Cmd-t in OB(2) ? I have to confess that is an area I

Re: [Pharo-project] TestSprinter

2010-09-03 Thread TimM
On 02/09/2010 23:54, Alexandre Bergel wrote: A keyboard shortcut to run the tests directly without a mouse (ideally a way to run the single test my cursor is on, its suite of tests, and all tests like you imply above). Are you aware of Cmd-t in OB(2) ? I have to confess that is an area I

Re: [Pharo-project] [OSProcess] Proposal for Pharo 1.2 compatibility

2010-09-03 Thread Stéphane Ducasse
Hi david I think that you should wait. 1.1 is stable and out. 1.2 is in flux. When 1.2 gets in beta this will be time to settle down things. Cyrille I know why you want 1.2 version else you cannot build a hudson working solution to run top of the edge version. Now I will do the changes

[Pharo-project] systemNavigation cleaning

2010-09-03 Thread Stéphane Ducasse
Hi all I'm cleaning SystemNavigation (no comment). Now I really SystemNavigation to be able to navigate a given environment (instance of SystemDictionary). Therefore I introduced an analyzedEnvironment and I will funnel most methods to use it. Now some queries are doing memory scanning

[Pharo-project] [update 1.2] #12123

2010-09-03 Thread Stéphane Ducasse
12123 - - Issue 2890: Some isNil ifTrueifFalse - ifNil:. Thanks Guillermo Polito. - Issue 2907: undeprecate Smalltalk os so that we can write Smalltalk os versionName and Smalltalk os platformName - Issue 2896: Make sure system notifications for Smalltalk are up-to-date.

Re: [Pharo-project] TestSprinter

2010-09-03 Thread Alexandre Bergel
OB and O2 are two distinct efforts for providing code browsers. The only cause I see behind this unfortunate situation is the lake of resources. Cheers, Alexandre On 3 Sep 2010, at 13:07, TimM wrote: On 02/09/2010 23:54, Alexandre Bergel wrote: A keyboard shortcut to run the tests directly

[Pharo-project] [ANN] New 1.2 unstable

2010-09-03 Thread Stéphane Ducasse
https://gforge.inria.fr/frs/download.php/27445/PharoCore-1.2-12123.zip Stef ___ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Re: [Pharo-project] [OSProcess] Proposal for Pharo 1.2 compatibility

2010-09-03 Thread David T. Lewis
On Fri, Sep 03, 2010 at 08:57:55PM +0200, St?phane Ducasse wrote: Hi david I think that you should wait. 1.1 is stable and out. Thanks Stef, good advice, that's what I will do. Dave 1.2 is in flux. When 1.2 gets in beta this will be time to settle down things. Cyrille I know why you

[Pharo-project] Pharocasts: Deploy Seaside with Cherokee Web Server

2010-09-03 Thread laurent laffont
Hi, New screencast from Christoph: Learn how to - install Cherokee Web Server on Ubuntu Linux through Launchpad - configure Cherokee to serve static files for a Seaside application - start an headless Seaside image

Re: [Pharo-project] PharoKernel #12121

2010-09-03 Thread Mariano Martinez Peck
On Fri, Sep 3, 2010 at 11:22 AM, Stéphane Ducasse stephane.duca...@inria.fr wrote: for me this is simple - I would like to use a metacello configuration to reload everything in between this kernel image and the current 12121 but I do not have the time. I was just thinking if

Re: [Pharo-project] systemNavigation cleaning

2010-09-03 Thread James Foster
On Sep 3, 2010, at 1:01 PM, Stéphane Ducasse wrote: Hi all I'm cleaning SystemNavigation (no comment). Now I really SystemNavigation to be able to navigate a given environment (instance of SystemDictionary). Therefore I introduced an analyzedEnvironment and I will funnel most methods

Re: [Pharo-project] systemNavigation cleaning

2010-09-03 Thread Lukas Renggli
I agree that SystemNavigation is ugly, but *a lot* of existing code depends on it. Why not just use BrowserEnvironment if you need something convenient and nice? And at some point integrate that into PharoCore? Lukas On 3 September 2010 22:01, Stéphane Ducasse stephane.duca...@inria.fr wrote:

Re: [Pharo-project] Issue 2844 in pharo: String#numArgs is broken

2010-09-03 Thread Schwab,Wilhelm K
Stef, Does that mean that 1.1 will be patched accordingly? I have been thinking of building a new 1.1 image but can safely postpone that until this is ready if that is the intent. Bill From: ph...@googlecode.com [ph...@googlecode.com] Sent: Friday,

Re: [Pharo-project] Package comments

2010-09-03 Thread Sean P. DeNigris
laurent laffont wrote: Why not HelpSystem ? Works quite well to document any package. I just played with HelpSystem in-depth for the first time and it's really cool. I'll start using it. @Steph: What's the advantage, if any, of DrDoc's approach, and could the two be integrated? Bert

Re: [Pharo-project] Memory problems on Windows

2010-09-03 Thread Jimmie Houchin
Hello, Sorry for the delay in reply. For some reason the first time I looked at your message in my newsreader (Thunderbird/GMane) the message was in French and written to someone else. Apparently the software did something strange. To answer your question. Yes. I tried this in both the