Re: [Pharo-project] [Moose-dev] numerical method in smalltalk

2012-03-20 Thread Serge Stinckwich
On Tue, Mar 20, 2012 at 12:45 PM, Tudor Girba tu...@tudorgirba.com wrote: Hi Serge, There definitely is interest. If you volunteer for mentoring it would be great. Yes sure i can do it. I can even maybe propose some local students. Do you want to co-mentor ? Regards, -- Serge Stinckwich

Re: [Pharo-project] [Moose-dev] numerical method in smalltalk

2012-03-20 Thread Tudor Girba
I would more want to see what can be done with it :). I have very little knowledge in this area and a bit too little time, but I can try to help. Doru On 20 Mar 2012, at 07:12, Serge Stinckwich wrote: On Tue, Mar 20, 2012 at 12:45 PM, Tudor Girba tu...@tudorgirba.com wrote: Hi Serge,

Re: [Pharo-project] [Moose-dev] failing tests

2012-03-20 Thread Tudor Girba
Hi, The problem is that the new implementation of union: and intersection: makes reference to class directly. Instead, they should use species. I opened a an issue: http://code.google.com/p/pharo/issues/detail?id=5523 and created the corresponding slice: Name:

[Pharo-project] International Workshop on Smalltalk Technologies 2011

2012-03-20 Thread Alain Plantec
Dear smalltakers, We are now pleased to inform you that the IWST 2011 proceedings are currently on-line. here is the IWST link: http://dl.acm.org/citation.cfm?id=2166929picked=proxcfid=71182337cftoken=68523548 From this page, you will be able to acces all papers. Regards, Loïc Lagadec

Re: [Pharo-project] Objectdeprecated:on:in: doesn't respect state of Deprecation classshowWarning:

2012-03-20 Thread Stéphane Ducasse
Thanks martin. I do not remember may be this is related to the fact this is in alpha. Can you check if you get the same behavior and the same code in deprecated:on:… in 1.3 Stef (running now to catch a train) On Mar 19, 2012, at 10:47 PM, Martin Sandiford wrote: Hi all, Kind of new to

Re: [Pharo-project] [Moose-dev] failing tests

2012-03-20 Thread Stéphane Ducasse
thanks good catch! Stef On Mar 20, 2012, at 7:34 AM, Tudor Girba wrote: Hi, The problem is that the new implementation of union: and intersection: makes reference to class directly. Instead, they should use species. I opened a an issue:

[Pharo-project] [update 1.4] #14404

2012-03-20 Thread Marcus Denker
14404 - Issue 5522: Remove a code duplication in Browser http://code.google.com/p/pharo/issues/detail?id=5522 Issue 5511: recategorize CompiledMethodhasBreakpoint and Objectbreak http://code.google.com/p/pharo/issues/detail?id=5511 Issue 5509: DNU

[Pharo-project] can't load VMMaker into 1.3 as suggested by collaboractive book

2012-03-20 Thread Max Leske
I tried to load VMMaker into Pharo 1.3 (http://book.pharo-project.org/book/Virtual-Machine/Building/VMMakerTool). However, there's a dependency on Balloon3D-Plugins-bf.5 that contains underscore assignments which leads to syntax errors during load. Even the fix #pharoUndescoreAssignment run

[Pharo-project] Wait or not?

2012-03-20 Thread Pavel Krivanek
Hi, I would like to ask you on your opinion about time scale of some big repackaging steps. At start we talk about issue 5520 (http://code.google.com/p/pharo/issues/detail?id=5520#makechanges) that should rename Morphic package to Morphic-Base. The reason to do it is to prepare Morphic and

[Pharo-project] Is there a package for running bash shells in a Smalltalk workspace?

2012-03-20 Thread Frank Church
Is there a package for running bash shells in a Smalltalk workspace? -- Frank Church === http://devblog.brahmancreations.com

Re: [Pharo-project] Zodiac is cool!

2012-03-20 Thread Sven Van Caekenberghe
Sean, On 19 Mar 2012, at 16:49, Sean P. DeNigris wrote: Is there a bug tracker? I want to make sure that redirect truncation bug we found does not get lost. Like for Zinc, I would prefer to use the Pharo list for public communication for Zodiac. I will try to isolate what we saw in a test

Re: [Pharo-project] [Moose-dev] Re: numerical method in smalltalk

2012-03-20 Thread Serge Stinckwich
2012/3/20 Steffen Märcker merk...@web.de: Hi, There's a package Numerical Methods in Cincoms Public Repository which is - I think - based on the book Object-Oriented Implementation of Numerical Methods. Is this package already ported? If not, it might be a good starting point. But it needs

Re: [Pharo-project] can't load VMMaker into 1.3 as suggested by collaboractive book

2012-03-20 Thread Stéphane Ducasse
you can use a setting to accept _ Stef I tried to load VMMaker into Pharo 1.3 (http://book.pharo-project.org/book/Virtual-Machine/Building/VMMakerTool). However, there's a dependency on Balloon3D-Plugins-bf.5 that contains underscore assignments which leads to syntax errors during load.

Re: [Pharo-project] Wait or not?

2012-03-20 Thread Stéphane Ducasse
good question :) I would love to ship 1.4 :) And we open 1.5 just after. Ys Morphic-Base is needed Hi, I would like to ask you on your opinion about time scale of some big repackaging steps. At start we talk about issue 5520

Re: [Pharo-project] Is there a package for running bash shells in a Smalltalk workspace?

2012-03-20 Thread Stéphane Ducasse
With OSProcess you can invoke shell. Now so far we do not have an interpreter for bash Stef On Mar 20, 2012, at 10:02 AM, Frank Church wrote: Is there a package for running bash shells in a Smalltalk workspace? -- Frank Church ===

Re: [Pharo-project] Zodiac is cool!

2012-03-20 Thread Stéphane Ducasse
Sean, On 19 Mar 2012, at 16:49, Sean P. DeNigris wrote: Is there a bug tracker? I want to make sure that redirect truncation bug we found does not get lost. Like for Zinc, I would prefer to use the Pharo list for public communication for Zodiac. +1 I will try to isolate what we

Re: [Pharo-project] [Moose-dev] Re: numerical method in smalltalk

2012-03-20 Thread Stéphane Ducasse
On Mar 20, 2012, at 10:34 AM, Serge Stinckwich wrote: 2012/3/20 Steffen Märcker merk...@web.de: Hi, There's a package Numerical Methods in Cincoms Public Repository which is - I think - based on the book Object-Oriented Implementation of Numerical Methods. Is this package already ported?

Re: [Pharo-project] Objectdeprecated:on:in: doesn't respect state of Deprecation classshowWarning:

2012-03-20 Thread Martin Sandiford
Hope you made the train. Good advice to look into 1.3 --- on closer inspection it turns out this actually works fine, and I just didn't understand how things work. raiseWarning: false does what I want; showWarning just affects transcript logs. I've updated the issue --- it should probably be

[Pharo-project] Pharo Dynamic play with Morphic UI Construction videos..

2012-03-20 Thread S Krish
Great fun playing with and building a moderately complex beginners UI. http://picasaweb.google.com/skrishnamachari/Pharo_Dynamic_UI Builds up over the 5 videos to move from simple forms to complex form and a runtime integration instantly... Borrowing from Bret Taylor's .. dynamic UI

Re: [Pharo-project] Wait or not?

2012-03-20 Thread Norbert Hartl
Am 20.03.2012 um 09:23 schrieb Pavel Krivanek: Hi, I would like to ask you on your opinion about time scale of some big repackaging steps. At start we talk about issue 5520 (http://code.google.com/p/pharo/issues/detail?id=5520#makechanges) that should rename Morphic package to

Re: [Pharo-project] Is there a package for running bash shells in a Smalltalk workspace?

2012-03-20 Thread S Krish
CommandShell package..? On 3/20/12, Stéphane Ducasse stephane.duca...@inria.fr wrote: With OSProcess you can invoke shell. Now so far we do not have an interpreter for bash Stef On Mar 20, 2012, at 10:02 AM, Frank Church wrote: Is there a package for running bash shells in a Smalltalk

Re: [Pharo-project] Objectdeprecated:on:in: doesn't respect state of Deprecation classshowWarning:

2012-03-20 Thread Stéphane Ducasse
Hope you made the train. Good advice to look into 1.3 --- on closer inspection it turns out this actually works fine, and I just didn't understand how things work. raiseWarning: false does what I want; showWarning just affects transcript logs. I've updated the issue --- it should

Re: [Pharo-project] Wait or not?

2012-03-20 Thread Stéphane Ducasse
On Mar 20, 2012, at 11:46 AM, Norbert Hartl wrote: Am 20.03.2012 um 09:23 schrieb Pavel Krivanek: Hi, I would like to ask you on your opinion about time scale of some big repackaging steps. At start we talk about issue 5520

Re: [Pharo-project] [Moose-dev] Re: numerical method in smalltalk

2012-03-20 Thread Serge Stinckwich
2012/3/20 Steffen Märcker merk...@web.de: It can imagine that it would be useful for the ST community to have this cross dialect. Are there any plans in this direction? Yes in a perfect world, but having already something working on Pharo is a first step. After that people could adapt to other

Re: [Pharo-project] Is there a package for running bash shells in a Smalltalk workspace?

2012-03-20 Thread Frank Church
On 20 March 2012 10:47, S Krish krishnamachari.sudha...@gmail.com wrote: CommandShell package..? On 3/20/12, Stéphane Ducasse stephane.duca...@inria.fr wrote: With OSProcess you can invoke shell. Now so far we do not have an interpreter for bash Stef On Mar 20, 2012, at 10:02 AM,

Re: [Pharo-project] can't load VMMaker into 1.3 as suggested by collaboractive book

2012-03-20 Thread Max Leske
I assume that would be Scanner classallowUnderscoreAssignments. That is exactly what #pharoUnderscoreAssignment does… On 20.03.2012, at 11:19, Stéphane Ducasse wrote: you can use a setting to accept _ Stef I tried to load VMMaker into Pharo 1.3

Re: [Pharo-project] can't load VMMaker into 1.3 as suggested by collaboractive book

2012-03-20 Thread Henrik Sperre Johansen
On 20.03.2012 08:55, Max Leske wrote: I tried to load VMMaker into Pharo 1.3 (http://book.pharo-project.org/book/Virtual-Machine/Building/VMMakerTool). However, there's a dependency on Balloon3D-Plugins-bf.5 that contains underscore assignments which leads to syntax errors during load. Even

Re: [Pharo-project] can't load VMMaker into 1.3 as suggested by collaboractive book

2012-03-20 Thread Max Leske
Thanks Henrik! I'll try that. Max On 20.03.2012, at 13:15, Henrik Sperre Johansen wrote: On 20.03.2012 08:55, Max Leske wrote: I tried to load VMMaker into Pharo 1.3 (http://book.pharo-project.org/book/Virtual-Machine/Building/VMMakerTool). However, there's a dependency on

Re: [Pharo-project] Understanding RunArrayscanFrom:

2012-03-20 Thread Marcus Denker
On Mar 19, 2012, at 5:28 PM, Eliot Miranda wrote: On Mon, Mar 19, 2012 at 12:17 AM, Marcus Denker marcus.den...@inria.fr wrote: On Mar 19, 2012, at 12:27 AM, Guillermo Polito wrote: This method parses a stream from a fileout with styling and generates the text style specific

Re: [Pharo-project] Any theme or settings that will speed up a Pharo 1.3 image?

2012-03-20 Thread Camillo Bruni
On 2012-03-19, at 20:54, Marcus Denker wrote: You used your own images for Pinocchio, or was Pinocchio just fast enough for the standard images? Pinnocio can't run the image... it's (just ;-)) a compiler from smalltalk to binary code... the .exe then boostraps an image, but there is no

Re: [Pharo-project] Zodiac is cool!

2012-03-20 Thread Camillo Bruni
We're currently setting up the build-server to include the SqueakSSL plugin. hence Zodiac should work out of the box :) best cami On 2012-03-20, at 11:21, Stéphane Ducasse wrote: Sean, On 19 Mar 2012, at 16:49, Sean P. DeNigris wrote: Is there a bug tracker? I want to make sure that

Re: [Pharo-project] [Vm-dev] Re: can't load VMMaker into 1.3 as suggested by collaboractive book

2012-03-20 Thread Bert Freudenberg
On 20.03.2012, at 13:15, Henrik Sperre Johansen wrote: On 20.03.2012 08:55, Max Leske wrote: I tried to load VMMaker into Pharo 1.3 (http://book.pharo-project.org/book/Virtual-Machine/Building/VMMakerTool). However, there's a dependency on Balloon3D-Plugins-bf.5 that contains underscore

Re: [Pharo-project] Pharo Consortium Important Documents and Request for Feedback

2012-03-20 Thread Stephan Eggermont
A good document, Stef. The current focus of the documents is on developers. It might make sense to add something for the (corporate) users of Pharo-based software. Stephan

Re: [Pharo-project] Pharo Consortium Important Documents and Request for Feedback

2012-03-20 Thread S Krish
+1 The language / content needs to be aligned in that direction. If its appropriate, I can take a edit through the doc to make it little more corporate. On 3/20/12, Stephan Eggermont step...@stack.nl wrote: A good document, Stef. The current focus of the documents is on developers. It might

Re: [Pharo-project] Pharo Consortium Important Documents and Request for Feedback

2012-03-20 Thread Stéphane Ducasse
Can you annotate the doc because I do not talk corporate :) Stef On Mar 20, 2012, at 2:35 PM, S Krish wrote: +1 The language / content needs to be aligned in that direction. If its appropriate, I can take a edit through the doc to make it little more corporate. On 3/20/12, Stephan

Re: [Pharo-project] Pharo Consortium Important Documents and Request for Feedback

2012-03-20 Thread S Krish
Sure.. If this weekend is fine a deadline on that.. On 3/20/12, Stéphane Ducasse stephane.duca...@inria.fr wrote: Can you annotate the doc because I do not talk corporate :) Stef On Mar 20, 2012, at 2:35 PM, S Krish wrote: +1 The language / content needs to be aligned in that

Re: [Pharo-project] Any theme or settings that will speed up a Pharo 1.3 image?

2012-03-20 Thread Stefan Marr
On 20 Mar 2012, at 14:03, Camillo Bruni wrote: On 2012-03-19, at 20:54, Marcus Denker wrote: You used your own images for Pinocchio, or was Pinocchio just fast enough for the standard images? Pinnocio can't run the image... it's (just ;-)) a compiler from smalltalk to binary code...

Re: [Pharo-project] Any theme or settings that will speed up a Pharo 1.3 image?

2012-03-20 Thread Camillo Bruni
On 2012-03-20, at 14:49, Stefan Marr wrote: On 20 Mar 2012, at 14:03, Camillo Bruni wrote: On 2012-03-19, at 20:54, Marcus Denker wrote: You used your own images for Pinocchio, or was Pinocchio just fast enough for the standard images? Pinnocio can't run the image... it's (just

Re: [Pharo-project] Reliable method change detection

2012-03-20 Thread Alexandre Bergel
This is interesting. If we have this method on Object, can it be used to keep track of side effects? It looks like to isn't it? Alexandre Le 19 mars 2012 à 23:35, Martin Dias tinchod...@gmail.com a écrit : Finally I tried with a bytecodes checksum to detect changes. I chose a 16-bit

Re: [Pharo-project] Zodiac is cool!

2012-03-20 Thread Alexandre Bergel
For people like me wondering what zodiac is all about: Zodiac is an open-source, cross-smalltalk implementation of regular and secure socket streams. Cheers, Alexandre Le 19 mars 2012 à 10:49, Sean P. DeNigris s...@clipperadams.com a écrit : Zodiac is very exciting. I will have to rely on

Re: [Pharo-project] Morpheas , bringing Morphic to Opengl (3d GUIs)

2012-03-20 Thread Alexandre Bergel
I think that moat of us appreciate screenshots sent on the mailing list :-) Cheers, Alexandre Le 19 mars 2012 à 10:50, Igor Stasenko siguc...@gmail.com a écrit : great! On 19 March 2012 16:11, Javier Pimás elpochodelage...@gmail.com wrote: I got some time and finished commiting it.

[Pharo-project] Pharo Kernel Reload Tests-Unix - Build # 24 - Still unstable!

2012-03-20 Thread jenkins-pharo . ci . inria . fr
BUILD UNSTABLEBuild URLhttps://ci.lille.inria.fr/pharo/job/Pharo%20Kernel%20Reload%20Tests-Unix/24/Project:Pharo Kernel Reload Tests-UnixDate of build:Tue, 20 Mar 2012 15:13:12 +0100Build duration:3 min 44 secCHANGESNo ChangesJUnit TestsName: Announcements.Tests.Core Failed: 0 test(s), Passed: 29

Re: [Pharo-project] Morpheas , bringing Morphic to Opengl (3d GUIs)

2012-03-20 Thread Bernardo Ezequiel Contreras
+1 On Wed, Mar 21, 2012 at 11:16 AM, Alexandre Bergel alexandre.ber...@me.comwrote: I think that moat of us appreciate screenshots sent on the mailing list :-) Cheers, Alexandre Le 19 mars 2012 à 10:50, Igor Stasenko siguc...@gmail.com a écrit : great! On 19 March 2012 16:11,

Re: [Pharo-project] Morpheas , bringing Morphic to Opengl (3d GUIs)

2012-03-20 Thread Schwab,Wilhelm K
+1 :) On to the more serious topic: are we bringing morphic to OpenGL (true 3D gui ala Croquet, and a BAD idea IMHO), or are we bringing OpenGL-powered 3D morphs/windows/views/whatever to embed in a 2D environment (a VERY GOOD idea IMHO). Not meaning to rain on anyone's parade, but Croquet

Re: [Pharo-project] Wait or not?

2012-03-20 Thread Pavel Krivanek
On Tue, Mar 20, 2012 at 11:52 AM, Stéphane Ducasse stephane.duca...@inria.fr wrote: On Mar 20, 2012, at 11:46 AM, Norbert Hartl wrote: Am 20.03.2012 um 09:23 schrieb Pavel Krivanek: Hi, I would like to ask you on your opinion about time scale of some big repackaging steps. At start we

[Pharo-project] [update 1.4] #14405

2012-03-20 Thread Marcus Denker
14405 - Issue 5523: Collection union: and intersection: should use species http://code.google.com/p/pharo/issues/detail?id=5523 Issue 5514: Enhance error CategorizerremoveCategory: cat http://code.google.com/p/pharo/issues/detail?id=5514 -- Marcus Denker --

Re: [Pharo-project] Zodiac is cool!

2012-03-20 Thread Sven Van Caekenberghe
On 20 Mar 2012, at 14:05, Camillo Bruni wrote: We're currently setting up the build-server to include the SqueakSSL plugin. hence Zodiac should work out of the box :) That would be really nice ! Sven smime.p7s Description: S/MIME cryptographic signature

[Pharo-project] Compiler bug!!!

2012-03-20 Thread Igor Stasenko
Here the simple method: at: index primitive: 60 error: x ^ x And its bytecode: primitive: 60 error: x 13 81 41 storeIntoTemp: 1 15 11 pushTemp: 1 16 7C returnTop Now, if i add this: at: index primitive: 60 error: x [:foo | 5]. ^ x I get following

[Pharo-project] Pharo 1.4 Tests-Mac - Build # 284 - Still Unstable!

2012-03-20 Thread jenkins-pharo . ci . inria . fr
BUILD UNSTABLEBuild URLhttps://ci.lille.inria.fr/pharo/job/Pharo%201.4%20Tests-Mac/284/Project:Pharo 1.4 Tests-MacDate of build:Tue, 20 Mar 2012 16:26:16 +0100Build duration:13 minCHANGESNo ChangesJUnit TestsName: Announcements.Tests.Core Failed: 0 test(s), Passed: 29 test(s), Skipped: 0 test(s),

Re: [Pharo-project] Compiler bug!!!

2012-03-20 Thread Igor Stasenko
The problem is with #newTemp: used for binding a temporary in a block argument - [:foo ] which increments the total number of temps in encoder (nTemps).. and as result, at the point where #fixTemp: is sent, the nTemps = 2, while actually should be = 1. resulting that error code temp having

Re: [Pharo-project] Compiler bug!!!

2012-03-20 Thread Igor Stasenko
here the fix.. i can't say that i like it.. but it works. compiler-errornode-fix.1.cs Description: Binary data

[Pharo-project] Refactor method

2012-03-20 Thread Dario Trussardi
Hi, i work with Pharo 1.0. I have a DTRConfig class with class method 'pippo'. When i select on it the menu option: refactor method / pushdown option the system display the message: DTRConfig class is not one

Re: [Pharo-project] Compiler bug!!!

2012-03-20 Thread Marcus Denker
On Mar 20, 2012, at 5:42 PM, Igor Stasenko wrote: here the fix.. i can't say that i like it.. but it works. compiler-errornode-fix.1.cs http://code.google.com/p/pharo/issues/detail?id=5528 -- Marcus Denker -- http://marcusdenker.de

Re: [Pharo-project] Trying to make KomHttpServer load in 1.4

2012-03-20 Thread Philippe Marschall
On 17.03.2012 18:00, Stéphane Ducasse wrote: Hi guys I saw that TranscriptStream is deprecated in 1.3 and I was looking at the logic of the Logger. I do not understand the use of isTranscriptStream especially since it is defined only on Stream ^ false and the EmergencyEvaluator which is

Re: [Pharo-project] International Workshop on Smalltalk Technologies 2011

2012-03-20 Thread Stephan Eggermont
Hello Alain, Are there links to the articles, instead of a paywall? Stephan

[Pharo-project] R: [Moose-dev] numerical method in smalltalk

2012-03-20 Thread Lorenzo Schiavina
Hi Serge, I have developed a package for fuzzy logic computation (in ST). Do you think could be helpful? Grazie Lorenzo -Messaggio originale- Da: pharo-project-boun...@lists.gforge.inria.fr [mailto:pharo-project-boun...@lists.gforge.inria.fr] Per conto di Serge Stinckwich Inviato:

Re: [Pharo-project] Refactor method

2012-03-20 Thread Stéphane Ducasse
Dario you should really try to migrate. 1.0 is so old. About the message, the refactoring engine is checking and sometimes the messages are weird but again lukas spent a huge effort improving it. Stef Hi, i work with Pharo 1.0. I have a DTRConfig class with class method

Re: [Pharo-project] Trying to make KomHttpServer load in 1.4

2012-03-20 Thread Stéphane Ducasse
On Mar 20, 2012, at 6:15 PM, Philippe Marschall wrote: On 17.03.2012 18:00, Stéphane Ducasse wrote: Hi guys I saw that TranscriptStream is deprecated in 1.3 and I was looking at the logic of the Logger. I do not understand the use of isTranscriptStream especially since it is defined

Re: [Pharo-project] International Workshop on Smalltalk Technologies 2011

2012-03-20 Thread Stéphane Ducasse
indeed we could put them in the esug web site :) Stef Hello Alain, Are there links to the articles, instead of a paywall? Stephan

Re: [Pharo-project] [Moose-dev] numerical method in smalltalk

2012-03-20 Thread Stéphane Ducasse
On Mar 20, 2012, at 6:31 PM, Lorenzo Schiavina wrote: Hi Serge, I have developed a package for fuzzy logic computation (in ST). Do you think could be helpful? Yes! It would be great to organize all the libraries we already have. Grazie Lorenzo -Messaggio originale- Da:

Re: [Pharo-project] Trying to make KomHttpServer load in 1.4

2012-03-20 Thread Sven Van Caekenberghe
On 20 Mar 2012, at 18:51, Stéphane Ducasse wrote: No idea :) ConfigurationOfSeaside30 barked when I tried to load it now it is nice and quite. BTW, ZnServer is already in the image, you don't need anything else but the ZnZincServerAdaptor from Zinc-Seaside. There is a magic Monticello

Re: [Pharo-project] Compiler bug!!!

2012-03-20 Thread Eliot Miranda
Igor, great catch. I prefer the attached. Strictly, the index needs to be fixed correctly before the node's size is determined, since it could change (not in this bytecode set, but in some future one it could). On Tue, Mar 20, 2012 at 8:38 AM, Igor Stasenko siguc...@gmail.com wrote:

Re: [Pharo-project] Trying to make KomHttpServer load in 1.4

2012-03-20 Thread Stéphane Ducasse
probably the ConfigurationOfSeaside30 should be updated to use Zn. Stef On Mar 20, 2012, at 7:00 PM, Sven Van Caekenberghe wrote: On 20 Mar 2012, at 18:51, Stéphane Ducasse wrote: No idea :) ConfigurationOfSeaside30 barked when I tried to load it now it is nice and quite. BTW,

Re: [Pharo-project] International Workshop on Smalltalk Technologies 2011

2012-03-20 Thread Alain Plantec
Hi Stephan, The proceeding is here: http://esug.org/wiki/pier/Conferences/2011/International-Workshop-on-Smalltalk-Technologies Cheers Alain Le 20/03/2012 18:23, Stephan Eggermont a écrit : Hello Alain, Are there links to the articles, instead of a paywall? Stephan

Re: [Pharo-project] non-interactive compiling with feedback

2012-03-20 Thread Milan Mimica
On 19 March 2012 23:28, Eliot Miranda eliot.mira...@gmail.com wrote: Look at UndeclaredVariableWarning. The Squeak code isn't well favtored. defaultAction needs to be decomposed further into a messageText implementation. But basically I'd want the UndeclaredVariableWarning's messageText

[Pharo-project] Make arduino work on linux with cog vm

2012-03-20 Thread Mariano Vicente
Hi Everybody. I'm just started with Pharo, and Arduino. And i like to comunicate both. I instaled the package sent by Ricardo Moran in a Pharo 1.4 with the Cogvm from the Jenkins server, but i can't make the serials port works. The Arduino board, i have, is connected to usb, wich ubuntu detects

Re: [Pharo-project] Make arduino work on linux with cog vm

2012-03-20 Thread Pavel Krivanek
Yes, that seems to be a CogVM problem. I tried it now and Cog cannot open the port but an old Squeak4.1 of 17 April 2010 [latest update: #9957] can. -- Pavel On Tue, Mar 20, 2012 at 8:30 PM, Mariano Vicente m.vic...@gmail.com wrote: Hi Everybody. I'm just started with Pharo, and Arduino. And

Re: [Pharo-project] Make arduino work on linux with cog vm

2012-03-20 Thread Mariano Vicente
Thanks a lot. Could you send me a link with a old vm version? Sorry but I'm a newie with Pharo :P Cheers, Mariano On Tue, Mar 20, 2012 at 5:08 PM, Pavel Krivanek pavel.kriva...@gmail.comwrote: Yes, that seems to be a CogVM problem. I tried it now and Cog cannot open the port but an old

Re: [Pharo-project] Make arduino work on linux with cog vm

2012-03-20 Thread Pavel Krivanek
Try VM from here: http://squeakvm.org/unix/ ...but you cannot use the latest Pharo image from CI server (because it is saved in CogVM). But you can try official 1.3. -- Pavel On Tue, Mar 20, 2012 at 9:21 PM, Mariano Vicente m.vic...@gmail.com wrote: Thanks a lot. Could you send me a link

Re: [Pharo-project] Compiler bug!!!

2012-03-20 Thread Igor Stasenko
On 20 March 2012 20:00, Eliot Miranda eliot.mira...@gmail.com wrote: Igor,     great catch. well.. i lies on the surface, but since nobody else tried to play with error codes, i was sitting undiscovered :)  I prefer the attached.  Strictly, the index needs to be fixed correctly before the

Re: [Pharo-project] Make arduino work on linux with cog vm

2012-03-20 Thread Igor Stasenko
On 20 March 2012 22:32, Pavel Krivanek pavel.kriva...@gmail.com wrote: Try VM from here: http://squeakvm.org/unix/ ...but you cannot use the latest Pharo image from CI server (because it is saved in CogVM). But you can try official 1.3. I think a better alternative would be to fix VM and make

Re: [Pharo-project] Any theme or settings that will speed up a Pharo 1.3 image?

2012-03-20 Thread Igor Stasenko
what you can try is to use lower color depth for the display. try switching to 1-bit mode.. which is black/white :) On 20 March 2012 16:02, Camillo Bruni camillobr...@gmail.com wrote: On 2012-03-20, at 14:49, Stefan Marr wrote: On 20 Mar 2012, at 14:03, Camillo Bruni wrote: On 2012-03-19,

Re: [Pharo-project] Make arduino work on linux with cog vm

2012-03-20 Thread Stéphane Ducasse
excellent! Thanks for the information. On Mar 20, 2012, at 9:08 PM, Pavel Krivanek wrote: Yes, that seems to be a CogVM problem. I tried it now and Cog cannot open the port but an old Squeak4.1 of 17 April 2010 [latest update: #9957] can. -- Pavel On Tue, Mar 20, 2012 at 8:30 PM,

Re: [Pharo-project] Make arduino work on linux with cog vm

2012-03-20 Thread Igor Stasenko
On 21 March 2012 00:00, Stéphane Ducasse stephane.duca...@inria.fr wrote: excellent! what is so excellent in finding that something not works? :) Thanks for the information. On Mar 20, 2012, at 9:08 PM, Pavel Krivanek wrote: Yes, that seems to be a CogVM problem. I tried it now and Cog

Re: [Pharo-project] Make arduino work on linux with cog vm

2012-03-20 Thread Stéphane Ducasse
On Mar 20, 2012, at 11:03 PM, Igor Stasenko wrote: On 21 March 2012 00:00, Stéphane Ducasse stephane.duca...@inria.fr wrote: excellent! what is so excellent in finding that something not works? :) yes because did you know it? No. So making sure that we are not ridiculous because we use the

Re: [Pharo-project] Make arduino work on linux with cog vm

2012-03-20 Thread Pavel Krivanek
On Tue, Mar 20, 2012 at 10:46 PM, Igor Stasenko siguc...@gmail.com wrote: On 20 March 2012 22:32, Pavel Krivanek pavel.kriva...@gmail.com wrote: Try VM from here: http://squeakvm.org/unix/ ...but you cannot use the latest Pharo image from CI server (because it is saved in CogVM). But you can

Re: [Pharo-project] Any theme or settings that will speed up a Pharo 1.3 image?

2012-03-20 Thread Stefan Marr
On 20 Mar 2012, at 22:52, Igor Stasenko wrote: what you can try is to use lower color depth for the display. try switching to 1-bit mode.. which is black/white :) It feels faster, yes, but still far from usable :-/ And it is kind of hard to find a compatible VM... Recent CogVMs on Mac (with

Re: [Pharo-project] Any theme or settings that will speed up a Pharo 1.3 image?

2012-03-20 Thread Igor Stasenko
On 21 March 2012 00:31, Stefan Marr smallt...@stefan-marr.de wrote: On 20 Mar 2012, at 22:52, Igor Stasenko wrote: what you can try is to use lower color depth for the display. try switching to 1-bit mode.. which is black/white :) It feels faster, yes, but still far from usable :-/ And it

[Pharo-project] Where should debug file name be?

2012-03-20 Thread Guillermo Polito
Because this: SmalltakImageopenLog This is a _private_ method, Because it really belongs to logging facility, we should delegate to it at some point ^ ( FileStream fileNamed: *Smalltalk tools debugger logFileName* ) wantsLineEndConversion: true; setToEnd;

Re: [Pharo-project] Is there a package for running bash shells in a Smalltalk workspace?

2012-03-20 Thread David T. Lewis
On Tue, Mar 20, 2012 at 11:47:38AM +, Frank Church wrote: On 20 March 2012 10:47, S Krish krishnamachari.sudha...@gmail.com wrote: CommandShell package..? On 3/20/12, St?phane Ducasse stephane.duca...@inria.fr wrote: With OSProcess you can invoke shell. Now so far we do not

Re: [Pharo-project] Understanding RunArrayscanFrom:

2012-03-20 Thread Igor Stasenko
On 20 March 2012 14:39, Marcus Denker marcus.den...@inria.fr wrote: On Mar 19, 2012, at 5:28 PM, Eliot Miranda wrote: On Mon, Mar 19, 2012 at 12:17 AM, Marcus Denker marcus.den...@inria.fr wrote: On Mar 19, 2012, at 12:27 AM, Guillermo Polito wrote: This method parses a stream from a

Re: [Pharo-project] Make arduino work on linux with cog vm

2012-03-20 Thread Igor Stasenko
On 21 March 2012 00:23, Pavel Krivanek pavel.kriva...@gmail.com wrote: On Tue, Mar 20, 2012 at 10:46 PM, Igor Stasenko siguc...@gmail.com wrote: On 20 March 2012 22:32, Pavel Krivanek pavel.kriva...@gmail.com wrote: Try VM from here: http://squeakvm.org/unix/ ...but you cannot use the latest

Re: [Pharo-project] Where should debug file name be?

2012-03-20 Thread Igor Stasenko
On 21 March 2012 03:19, Guillermo Polito guillermopol...@gmail.com wrote: Because this: SmalltakImageopenLog     This is a _private_ method,     Because it really belongs to logging facility,     we should delegate to it at some point     ^ ( FileStream fileNamed: Smalltalk tools debugger

Re: [Pharo-project] Where should debug file name be?

2012-03-20 Thread Guillermo Polito
On Tue, Mar 20, 2012 at 11:12 PM, Igor Stasenko siguc...@gmail.com wrote: On 21 March 2012 03:19, Guillermo Polito guillermopol...@gmail.com wrote: Because this: SmalltakImageopenLog This is a _private_ method, Because it really belongs to logging facility, we should

[Pharo-project] About NonInteractiveUIManager#onSnapshot: and related

2012-03-20 Thread Guillermo Polito
Hi, I was doing some hacking, and playing with NonInteractiveUIManager. And it puzzled me that I realized that it has an inst var *uiManager* that seems to refer to an uiManager it's replacing. But my UIManager is not replacing anyone, it's my default and unique UIManager and this var points to

Re: [Pharo-project] R: [Moose-dev] numerical method in smalltalk

2012-03-20 Thread Serge Stinckwich
On Wed, Mar 21, 2012 at 12:31 AM, Lorenzo Schiavina lore...@edor.it wrote: Hi Serge, I have developed a package for fuzzy logic computation (in ST). Do you think could be helpful? Dear Lorenzo, yes might be interesting for SciSmalltalk. Is your code available somewhere ? What is the licence

Re: [Pharo-project] About NonInteractiveUIManager#onSnapshot: and related

2012-03-20 Thread Igor Stasenko
the logic there was to set a non-interactive ui manager for headless sessions only , and then restore back a previous one (whatever it is), once session is changed back to headfull. if its uiManager is nil, it should reset the default manager, if i remember correctly, then UImanager itself will

Re: [Pharo-project] About NonInteractiveUIManager#onSnapshot: and related

2012-03-20 Thread Igor Stasenko
the logic there was to set a non-interactive ui manager for headless sessions only , and then restore back a previous one (whatever it is), once session is changed back to headfull. if its uiManager is nil, it should reset the default manager, if i remember correctly, then UImanager itself will