[Pharo-project] Generating Seaside 2.9 based dev images

2009-04-07 Thread Damien Cassou
On Mon, Apr 6, 2009 at 9:45 PM, John Toohey johnptoo...@gmail.com wrote: Do you have any images using the latest Seaside 2.9 code? No because nobody asked for it. I have tried unsuccessfully to uninstall 2.8 from pre-built images, Uninstalling never worked very well in Squeak/Pharo. as I

Re: [Pharo-project] [ANN][Dev-Images] April 2009 versions

2009-04-07 Thread Damien Cassou
On Tue, Apr 7, 2009 at 12:38 AM, Schwab,Wilhelm K bsch...@anest.ufl.edu wrote: Thanks as always!  I am hesitant to even bring this up, but the anchor text advertise 9.03 vs. 9.04; the links themselves appear to be to the correct files. Thank you, I fixed them. Please tell me again next time.

Re: [Pharo-project] Integrate changes from Cuis (was Fwd: [squeak-dev] Cuis update - Separate change sets for goodies available)

2009-04-07 Thread Stéphane Ducasse
yes It sounds that this will be another fork :) Stef On Apr 6, 2009, at 3:59 PM, Adrian Lienhard wrote: There probably are a couple of interesting improvements/fixes in the work of Juan. I created an issue: http://code.google.com/p/pharo/issues/detail? id=717 Adrian Begin forwarded

[Pharo-project] funny refactoring

2009-04-07 Thread Stéphane Ducasse
hi guy with alain we encountered the following A B subclass of A has order now order is moved to A A order B I thought that MC was loading leaves first. Is it the case? Stef ___ Pharo-project mailing list

[Pharo-project] More compiledMethodTests

2009-04-07 Thread Stéphane Ducasse
Hi I coded some tests because I hate the way InstVarRefLocator is coded and because some functionality is missing to know which instance variables are accessed. So I started to add some tests. *http://code.google.com/p/pharo/issues/detail?id=721* Stef

[Pharo-project] FFI in closure image/modifying block arguments

2009-04-07 Thread Torsten Bergmann
FYI: with the new closure changes/image (Pharo0.1Core-10268cl.zip from [1]) it is not possible to store into block arguments: 1 to: 10 do: [:i | i := i + 1. Transcript show: i printString ] That makes the current version of FFI unloadable, due to the code in

Re: [Pharo-project] FFI in closure image/modifying block arguments

2009-04-07 Thread Mariano Martinez Peck
On Tue, Apr 7, 2009 at 8:23 AM, Torsten Bergmann asta...@gmx.de wrote: FYI: with the new closure changes/image (Pharo0.1Core-10268cl.zip from [1]) it is not possible to store into block arguments: 1 to: 10 do: [:i | i := i + 1. Transcript show: i printString ] That makes the current

Re: [Pharo-project] [ANN][Dev-Images] April 2009 versions

2009-04-07 Thread Schwab,Wilhelm K
Damien, I'm still absorbing Seaside, so Pier and cmsbox are beyond my intuition. The little I have seen of cmsbox (inline editing) suggests a problem unless there is a way to define variables/constants and to manipulate strings. All I did in my script was create functions that built the

Re: [Pharo-project] Integrate changes from Cuis (was Fwd: [squeak-dev] Cuis update - Separate change sets for goodies available)

2009-04-07 Thread Stéphane Ducasse
adrian note that juan did a nice extension to the chunk format: classDefinition (this is needed if I imagine that he does what I think) but this means that we cannot load the code simply :) Stef On Apr 7, 2009, at 10:36 AM, Stéphane Ducasse wrote: yes It sounds that this will

[Pharo-project] [ANN] 10269

2009-04-07 Thread Stéphane Ducasse
Issue 719: Add setting test that are in the inbox SettingTest Takes into account Pragma setting and setting browser refactoring Support ProvideAnswerNotification for confirm and inform methods in PSUIManager. Issue 721: new tests for compiledMethod iv access

Re: [Pharo-project] is the compiler threadsafe?

2009-04-07 Thread Stéphane Ducasse
this has nothing to do with the VM. Read Smalltalk by example to get a bit more information about conccurency on squeak. I need to know if this is possible to launch a method compilation each a morphic method is executed and since morphic have several thread if this approach makes sense.

Re: [Pharo-project] Pharo GemTools2.4 image and Seaside 2.8

2009-04-07 Thread Stéphane Ducasse
dario pay attention that pharo is stable but it is not even in beta phase. Stef On Apr 7, 2009, at 9:33 PM, Dario Trussardi wrote: Hi All, i'm new to Pharo. I begin with GemtTolls 2.4 based on Pharo. I work to port some code development with Squeak2.3 ( Seaside Magritte ) to

[Pharo-project] fun with morph

2009-04-07 Thread Stéphane Ducasse
I checked Morph selectors size = 1000 in the image of juan = 600 then with ObjectsAsWrapper just opening some windows. 320 so may be there is a hope. stef ___ Pharo-project mailing list

[Pharo-project] Fwd: Re: FFI in closure image/modifying block arguments

2009-04-07 Thread Torsten Bergmann
I forwarded the mail from Andreas, since I think he is not subscribed to pharo list and his answer didnt appear on the the list archive. Many places - I agree. I had the problem while loading OB alpha before FFI since OB also had block arg assignment. But it was very easy to fix. FFI

Re: [Pharo-project] is the compiler threadsafe?

2009-04-07 Thread Mariano Martinez Peck
On Tue, Apr 7, 2009 at 6:03 PM, Stéphane Ducasse stephane.duca...@inria.frwrote: Hi all I have a simple question. Is the compiler thread-safe? This is very confusing for me. In one hand, as I understood, standard SqueakVM doesn't have multiple OS threads. The whole VM is run in a single OS

[Pharo-project] is the compiler threadsafe?

2009-04-07 Thread Stéphane Ducasse
Hi all I have a simple question. Is the compiler thread-safe? Stef ___ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

[Pharo-project] Compiler classclosureParserClass

2009-04-07 Thread Alexandr Batalshikov
Hi, I see in pharo0.1-10268dev09.04.1.image: Compiler classclosureParserClass ^self error: 'not installed'. That is right? How to install closureParserClass? Alexander. ___ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr

Re: [Pharo-project] Undefined symbol using Exupery VM

2009-04-07 Thread Bryce Kampjes
On Sun, 2009-04-05 at 15:00 +0200, Damien Cassou wrote: On Fri, Apr 3, 2009 at 11:22 PM, Bryce Kampjes br...@kampjes.demon.co.uk wrote: I've added this to my list of known issues with the VM. It's odd that I haven't seen it myself as I do use Monticello and these have been my normal VMs

Re: [Pharo-project] Undefined symbol using Exupery VM

2009-04-07 Thread Mariano Martinez Peck
On Tue, Apr 7, 2009 at 7:34 PM, Bryce Kampjes br...@kampjes.demon.co.ukwrote: On Sun, 2009-04-05 at 15:00 +0200, Damien Cassou wrote: On Fri, Apr 3, 2009 at 11:22 PM, Bryce Kampjes br...@kampjes.demon.co.uk wrote: I've added this to my list of known issues with the VM. It's odd that I

Re: [Pharo-project] is the compiler threadsafe?

2009-04-07 Thread Lukas Renggli
I have a simple question. Is the compiler thread-safe? Probably not, although the compile itself probably is. Certainly reading and writing the changes file is not thread-save. Also adding methods to classes is not thread-safe. Lukas -- Lukas Renggli http://www.lukas-renggli.ch

Re: [Pharo-project] Fwd: Re: FFI in closure image/modifying block arguments

2009-04-07 Thread Lukas Renggli
However - the question left is if block arg assignment should be allowed ... Eliot explained that it is a setting in the closure compiler. By default it shouldn't be allowed, as long as method arguments are also read-only. Lukas -- Lukas Renggli http://www.lukas-renggli.ch

Re: [Pharo-project] Compiler classclosureParserClass

2009-04-07 Thread Marcus Denker
On 07.04.2009, at 16:31, Alexandr Batalshikov wrote: Hi, I see in pharo0.1-10268dev09.04.1.image: Compiler classclosureParserClass ^self error: 'not installed'. That is right? How to install closureParserClass? these are leftovers from the NewCompiler ClosureCompiler. We

[Pharo-project] FontTest depends on curent styles

2009-04-07 Thread Andrey Larionov
Two test in FontTest assumes what TextStyledefault will answer a some Accuny font with some size. But if we override default font - test will fail. I'll try to find solution and fix, but new vm and image crashed during debuging. I think solution will be to create corresponding TextStyle for test.

Re: [Pharo-project] FontTest depends on curent styles

2009-04-07 Thread Mariano Martinez Peck
On Tue, Apr 7, 2009 at 9:21 PM, Andrey Larionov anlario...@gmail.comwrote: Two test in FontTest assumes what TextStyledefault will answer a some Accuny font with some size. But if we override default font - test will fail. I'll try to find solution and fix, but new vm and image crashed during

Re: [Pharo-project] FontTest depends on curent styles

2009-04-07 Thread Andrey Larionov
Is symbol may contain a value? 2009/4/8 Mariano Martinez Peck marianop...@gmail.com: On Tue, Apr 7, 2009 at 9:21 PM, Andrey Larionov anlario...@gmail.com wrote: Two test in FontTest assumes what TextStyledefault will answer a some Accuny font with some size. But if we override default font

[Pharo-project] Closure compiler

2009-04-07 Thread Michael van der Gulik
On 4/8/09, Marcus Denker den...@acm.org wrote: On 07.04.2009, at 16:31, Alexandr Batalshikov wrote: Hi, I see in pharo0.1-10268dev09.04.1.image: Compiler classclosureParserClass ^self error: 'not installed'. That is right? How to install closureParserClass? these are

Re: [Pharo-project] FontTest depends on curent styles

2009-04-07 Thread Mariano Martinez Peck
On Tue, Apr 7, 2009 at 10:47 PM, Andrey Larionov anlario...@gmail.comwrote: Is symbol may contain a value? As I understand it, the symbol is the value itself. Suppose you use #something. Everywhere in the image you use #something, you will be talking about the same symbol. They don't have a