Re: [Pharo-project] Smalltalk as embedded platform/language?

2012-03-07 Thread Igor Stasenko
On 7 March 2012 08:36, Lawson English lengli...@cox.net wrote: On 3/6/12 5:35 PM, Igor Stasenko wrote: It is very long post, so i decided to put it on my blog. http://computeradventures.wordpress.com/ i more or less realizing the scale of changes in order to achieve it, but i also wonder

Re: [Pharo-project] .changes are now 37MB….

2012-03-07 Thread Craig Latta
And all that in 2 big files that one can only append to because? No idea, actually... I personally think that it is a mistake today to merge all these into one such basic mechanism. Especialy if you look at how complex the code is in the image... it's actually amazing.

Re: [Pharo-project] Fuel - class loading issue when superclass changed inst vars

2012-03-07 Thread Frank Shearar
On 6 March 2012 22:22, Eliot Miranda eliot.mira...@gmail.com wrote: Hi Frank, On Tue, Mar 6, 2012 at 1:49 PM, Frank Shearar frank.shea...@gmail.com wrote: On 6 March 2012 18:27, Eliot Miranda eliot.mira...@gmail.com wrote: On Tue, Mar 6, 2012 at 3:05 AM, Henrik Johansen

[Pharo-project] Mouse move and button down events

2012-03-07 Thread Hilaire Fernandes
Hello, I have two embedded morphs: a parent and a child. On the child I want to handle mouse down event, ChildhandlesMouseDown: event ^true On parent I want to handle mouse down+move event: There are not distinct handlesMouseMove, only ParenthandlesMouseDown: event ^true Now, events received

Re: [Pharo-project] Fuel - class loading issue when superclass changed inst vars

2012-03-07 Thread Stéphane Ducasse
I was in another live a CLOS mop expert so I know this hook. Now we should really build a new class builder (and with first class slot) and a nice protocol so that we can think about such issues. This is on my roadmap, I'm just too busy and slow. Stef

Re: [Pharo-project] We crossed 5000 closed issues!

2012-03-07 Thread Stéphane Ducasse
Today the bug tracker: http://code.google.com/p/pharo/issues/list says 436 open out of 5437 issues. Thise means we crossed the line of 5000 reports being closed today. We underestimate the amount of work we put in the system :) And this is great to have a way to get reminded

Re: [Pharo-project] Mouse move and button down events

2012-03-07 Thread Hilaire Fernandes
I did this ugly hack ChildhandleMouseMove: evt self owner owner owner mouseMove: evt I would like a cleaner way to handle it. Le 07/03/2012 11:16, Hilaire Fernandes a écrit : Hello, I have two embedded morphs: a parent and a child. On the child I want to handle mouse down

[Pharo-project] [update 1.3] #13326

2012-03-07 Thread Marcus Denker
13326 - Issue 5153: warningAllowed does not work with undefined selectors http://code.google.com/p/pharo/issues/detail?id=5153 -- Marcus Denker -- http://marcusdenker.de

Re: [Pharo-project] Smalltalk as embedded platform/language?

2012-03-07 Thread Stéphane Ducasse
+ 1 I know personally Philippe Mougin... Can't we focus on OUR future :)? Stef not really, why asking? I know there's plenty of alternatives.. And how do you see f-script could help us? It is objective-c (or Mac ) oriented. If you would want to use different platform , then what?

[Pharo-project] [update 1.4] #14381

2012-03-07 Thread Marcus Denker
14381 - Issue 5443: Adding SimpleSwitchMorph (for Stef) http://code.google.com/p/pharo/issues/detail?id=5443 Issue 5105: it allows me to install a method when the class doesnt exists. http://code.google.com/p/pharo/issues/detail?id=5105 -- Marcus Denker --

Re: [Pharo-project] We crossed 5000 closed issues!

2012-03-07 Thread Sven Van Caekenberghe
On 07 Mar 2012, at 11:52, Stéphane Ducasse wrote: We underestimate the amount of work we put in the system :) Yes. And this is great to have a way to get reminded that we should just continue. Yes. The future is bright :) Yes! ;-) Sven smime.p7s Description: S/MIME cryptographic

Re: [Pharo-project] GSoC ideas, 5 days to go!

2012-03-07 Thread Nick Ager
Hi Janko, Here you go: 'ePUB Output for Pier Books' -- Name: ePUB Output for Pier Books Level: Intermediate Possible mentor: Nick Ager Possible second mentor: Lukas Rengli Description Pier [1,2] is an *extensible* object-oriented content management system that includes a book

Re: [Pharo-project] GSoC ideas, 5 days to go!

2012-03-07 Thread Tudor Girba
Hi, Good one, Nick. I can offer to be second mentor on this one as well. Cheers, Doru On Wed, Mar 7, 2012 at 2:32 PM, Nick Ager nick.a...@gmail.com wrote: Hi Janko, Here you go: 'ePUB Output for Pier Books' -- Name: ePUB Output for Pier Books Level: Intermediate Possible

Re: [Pharo-project] GSoC ideas, 5 days to go!

2012-03-07 Thread Carla F. Griggio
Great! That reminds me... would it be too hard to be able to export Excel files from Pharo? Or at least Open Office Spreadsheets? That could be a project idea too. On Wed, Mar 7, 2012 at 10:38 AM, Tudor Girba tu...@tudorgirba.com wrote: Hi, Good one, Nick. I can offer to be second mentor on

Re: [Pharo-project] GSoC ideas, 5 days to go!

2012-03-07 Thread Geoffroy Couprie
The old (97) Excel file format is a weird file system acting as a database. It is also used for doc, msi and cab files. The new format (xslx, docx, etc) is just a zipped bunch of xml files, so it's quite easy to parse :) On Wed, Mar 7, 2012 at 3:05 PM, Carla F. Griggio

[Pharo-project] Pharo 1.4 Tests-Unix - Build # 272 - Still Unstable!

2012-03-07 Thread jenkins-pharo . ci . inria . fr
BUILD UNSTABLEBuild URLhttps://ci.lille.inria.fr/pharo/job/Pharo%201.4%20Tests-Unix/272/Project:Pharo 1.4 Tests-UnixDate of build:Wed, 07 Mar 2012 15:14:45 +0100Build duration:4 mn 26 sCHANGESNo ChangesJUnit TestsName: Announcements.Tests.Core Failed: 0 test(s), Passed: 29 test(s), Skipped: 0

Re: [Pharo-project] Pharo 1.4 Tests-Unix - Build # 272 - Still Unstable!

2012-03-07 Thread Sven Van Caekenberghe
Hmm, I downloaded build #322 on which these tests are based (I think), and pharo #14381 passes all Zinc and FS tests, so is this a Linux problem ? On 07 Mar 2012, at 15:19, jenkins-pharo.ci.inria...@jenkins-server.lille.inria.fr wrote: BUILD UNSTABLE Build URL

Re: [Pharo-project] GSoC ideas, 5 days to go!

2012-03-07 Thread Carla F. Griggio
Yay! :D Tonight I'll write a nice project description then. And even if it's not elected for the GSoC program I'll do it at work sometime during this year :P On Wed, Mar 7, 2012 at 11:17 AM, Geoffroy Couprie geo.coup...@gmail.comwrote: The old (97) Excel file format is a weird file system

Re: [Pharo-project] Smalltalk as embedded platform/language?

2012-03-07 Thread Lawson English
On 3/7/12 2:36 AM, Igor Stasenko wrote: On 7 March 2012 08:36, Lawson Englishlengli...@cox.net wrote: [...] Igor, you're familiar with f-script? http://www.fscript.org/ not really, why asking? I know there's plenty of alternatives.. And how do you see f-script could help us? It is

[Pharo-project] EPUB view for Pier Books (was: GSoC ideas, 5 days to go!)

2012-03-07 Thread Yanni Chiu
On 07/03/12 8:32 AM, Nick Ager wrote: Here you go: 'ePUB Output for Pier Books' I did this recently. There's lots more features that could be added, but the EPUB view opens in the Firefox plugin. I'll clean it up and put it in Pier addons.

Re: [Pharo-project] Smalltalk as embedded platform/language?

2012-03-07 Thread Bernardo Ezequiel Contreras
http://wingolog.org/archives/2011/10/19/the-user-in-the-loop andy wingo discuss embedded vs extensions and suggest that extension is better because you put the user on the loop with better tool support. On Wed, Mar 7, 2012 at 12:14 PM, Lawson English lengli...@cox.net wrote: On 3/7/12 2:36

Re: [Pharo-project] Pharo 1.4 Tests-Unix - Build # 272 - Still Unstable!

2012-03-07 Thread Marcus Denker
On Mar 7, 2012, at 3:52 PM, Sven Van Caekenberghe wrote: Hmm, I downloaded build #322 on which these tests are based (I think), and pharo #14381 passes all Zinc and FS tests, so is this a Linux problem ? I think so... we are changeing the build server setup, and this now uses another

Re: [Pharo-project] EPUB view for Pier Books (was: GSoC ideas, 5 days to go!)

2012-03-07 Thread Carla F. Griggio
Ok! Still, if you think more features could be added, you could write a project idea for the GSoC with those features and improvements. On Wed, Mar 7, 2012 at 12:28 PM, Yanni Chiu ya...@rogers.com wrote: On 07/03/12 8:32 AM, Nick Ager wrote: Here you go: 'ePUB Output for Pier Books' I did

Re: [Pharo-project] Pharo 1.4 Tests-Unix - Build # 272 - Still Unstable!

2012-03-07 Thread Sven Van Caekenberghe
The are all failing for the same reason (more or less): UTF8TextConverter(Object)error: UTF8TextConvertererrorMalformedInput UTF8TextConverternextFromStream: ByteString(String)convertFromWithConverter: FSFilePluginPrimsdecode: UTF8TextConverter(Object)error: UTF8TextConvertererrorMalformedInput

Re: [Pharo-project] EPUB view for Pier Books (was: GSoC ideas, 5 days to go!)

2012-03-07 Thread Nick Ager
Hi Yanni, On Wed, Mar 7, 2012 at 12:28 PM, Yanni Chiu ya...@rogers.com wrote: On 07/03/12 8:32 AM, Nick Ager wrote: Here you go: 'ePUB Output for Pier Books' I did this recently. There's lots more features that could be added, but the EPUB view opens in the Firefox plugin. I'll clean

Re: [Pharo-project] [squeak-dev] Re: Project ideas for GSoC, 7 days left!

2012-03-07 Thread Hernán Morales Durand
Hi Carla, No, I mean having template objects that could be re-used in web pages, being behind Seaside, Aida or Iliad it is just the same, the idea is to have high-level CSS objects like those from CSS frameworks: http://en.wikipedia.org/wiki/CSS_frameworks Some time ago we started a project

Re: [Pharo-project] Smalltalk as embedded platform/language?

2012-03-07 Thread Eliot Miranda
On Wed, Mar 7, 2012 at 7:40 AM, Bernardo Ezequiel Contreras vonbecm...@gmail.com wrote: http://wingolog.org/archives/2011/10/19/the-user-in-the-loop andy wingo discuss embedded vs extensions and suggest that extension is better because you put the user on the loop with better tool support.

Re: [Pharo-project] Smalltalk as embedded platform/language?

2012-03-07 Thread Eliot Miranda
On Wed, Mar 7, 2012 at 7:14 AM, Lawson English lengli...@cox.net wrote: On 3/7/12 2:36 AM, Igor Stasenko wrote: On 7 March 2012 08:36, Lawson Englishlengli...@cox.net wrote: [...] Igor, you're familiar with f-script? http://www.fscript.org/ not really, why asking? I know there's

[Pharo-project] Test

2012-03-07 Thread Ulysse
This is a test for the generating mail script :) Thanks to ignore this, Ulysse, the integrator from outer space

[Pharo-project] Fwd: [squeak-dev] Re: Project ideas for GSoC, 7 days left!

2012-03-07 Thread Hernán Morales Durand
Name: Big data CSV parser plugin Level: Intermediate Possible mentor: ? Possible second mentor: ? Description With the advent of inexpensive DNA microarray technology, big data is now available to many small and medium laboratories which performs statistical analysis based in microarray

Re: [Pharo-project] .changes are now 37MB….

2012-03-07 Thread Eliot Miranda
On Wed, Mar 7, 2012 at 1:56 AM, Craig Latta cr...@netjam.org wrote: And all that in 2 big files that one can only append to because? No idea, actually... I personally think that it is a mistake today to merge all these into one such basic mechanism. Especialy if you look

[Pharo-project] Test

2012-03-07 Thread Ulysse
This is a test for the generating mail script :) Thanks to ignore this, Ulysse, the integrator from outer space

[Pharo-project] Test

2012-03-07 Thread Ulysse
This is a test for the generating mail script :) Thanks to ignore this, Ulysse, the integrator from outer space

[Pharo-project] Test

2012-03-07 Thread Ulysse
This is a test for the generating mail script :) Thanks to ignore this, Ulysse, the integrator from outer space

[Pharo-project] Test

2012-03-07 Thread Ulysse
This is a test for the generating mail script :) Thanks to ignore this, Ulysse, the integrator from outer space

[Pharo-project] Test

2012-03-07 Thread Ulysse
This is a test for the generating mail script :) Thanks to ignore this, Ulysse, the integrator from outer space

[Pharo-project] Test

2012-03-07 Thread Ulysse
This is a test for the generating mail script :) Thanks to ignore this, Ulysse, the integrator from outer space

Re: [Pharo-project] Test

2012-03-07 Thread Norbert Hartl
To be honest testing a mail script with the address of a mailing list is by far to least smart alternative I can imagine. Test it in a different not annoying way, please! Norbert Am 07.03.2012 um 19:00 schrieb Ulysse: This is a test for the generating mail script :) Thanks to ignore

[Pharo-project] Test

2012-03-07 Thread Ulysse
This is a test for the generating mail script :) Thanks to ignore this, Ulysse, the integrator from outer space

[Pharo-project] R: Test

2012-03-07 Thread Lorenzo Schiavina
+1 _ Da: pharo-project-boun...@lists.gforge.inria.fr [mailto:pharo-project-boun...@lists.gforge.inria.fr] Per conto di Norbert Hartl Inviato: mercoledì 7 marzo 2012 19.03 A: Pharo-project@lists.gforge.inria.fr Cc: A friendly place where any question about pharo is welcome Oggetto: Re:

Re: [Pharo-project] EPUB view for Pier Books

2012-03-07 Thread Yanni Chiu
On 07/03/12 10:50 AM, Carla F. Griggio wrote: Ok! Still, if you think more features could be added, you could write a project idea for the GSoC with those features and improvements. I can't think of additional features needed at the moment. More testing of different Pier book features, and

Re: [Pharo-project] EPUB view for Pier Books

2012-03-07 Thread Yanni Chiu
On 07/03/12 11:02 AM, Nick Ager wrote: That's great - what are you using it for? Do you have any books you've generated using it? It's something I thought I needed for what I'm working on (which is still kind of in flux). I only have some test cases built with it (I only did it a few weeks

Re: [Pharo-project] Smalltalk as embedded platform/language?

2012-03-07 Thread Igor Stasenko
On 7 March 2012 19:16, Eliot Miranda eliot.mira...@gmail.com wrote: On Wed, Mar 7, 2012 at 7:40 AM, Bernardo Ezequiel Contreras vonbecm...@gmail.com wrote: http://wingolog.org/archives/2011/10/19/the-user-in-the-loop andy wingo discuss embedded vs extensions and suggest that extension is

Re: [Pharo-project] Pharo 1.4 Tests-Unix - Build # 272 - Still Unstable!

2012-03-07 Thread Sven Van Caekenberghe
On 07 Mar 2012, at 16:54, Sven Van Caekenberghe wrote: The are all failing for the same reason (more or less): UTF8TextConverter(Object)error: UTF8TextConvertererrorMalformedInput UTF8TextConverternextFromStream: ByteString(String)convertFromWithConverter: FSFilePluginPrimsdecode:

Re: [Pharo-project] .changes are now 37MB….

2012-03-07 Thread Igor Stasenko
On 7 March 2012 19:31, Eliot Miranda eliot.mira...@gmail.com wrote: On Wed, Mar 7, 2012 at 1:56 AM, Craig Latta cr...@netjam.org wrote: And all that in 2 big files that one can only append to because? No idea, actually... I personally think that it is a mistake today to merge

Re: [Pharo-project] Test

2012-03-07 Thread Igor Stasenko
On 7 March 2012 20:04, Ulysse pharo.uly...@gmail.com wrote: This is a test for the generating mail script :) Thanks to ignore this, Ulysse, the integrator from outer space monkey? :) -- Best regards, Igor Stasenko.

Re: [Pharo-project] Pharo 1.4 Tests-Unix - Build # 272 - Still Unstable!

2012-03-07 Thread Igor Stasenko
On 7 March 2012 17:54, Sven Van Caekenberghe s...@beta9.be wrote: The are all failing for the same reason (more or less): UTF8TextConverter(Object)error: UTF8TextConvertererrorMalformedInput UTF8TextConverternextFromStream: ByteString(String)convertFromWithConverter:

Re: [Pharo-project] XMLRPC on 1.4 using Zinc

2012-03-07 Thread Stéphane Ducasse
On Mar 7, 2012, at 12:20 AM, Germán Arduino wrote: Today I had some free time and tried and really was very simple to adapt the client to Zinc, I think is already working (need still to publish and adapt ConfigurationOf*). Now I'm studying a bit the server to adapt the code to ZnServer

Re: [Pharo-project] Fuel - class loading issue when superclass changed inst vars

2012-03-07 Thread Eliot Miranda
On Wed, Mar 7, 2012 at 2:10 AM, Frank Shearar frank.shea...@gmail.comwrote: On 6 March 2012 22:22, Eliot Miranda eliot.mira...@gmail.com wrote: Hi Frank, On Tue, Mar 6, 2012 at 1:49 PM, Frank Shearar frank.shea...@gmail.com wrote: On 6 March 2012 18:27, Eliot Miranda

[Pharo-project] Adding a statement programmatically

2012-03-07 Thread Sean P. DeNigris
What's the easiest way to add a statement to an existing method? In the case I'm thinking about, it's going at the end, so I can cheat and just recompile with the string appended, but I'd like to know how to insert into an arbitrary place in the AST... Thanks. Sean -- View this message in

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

2012-03-07 Thread Nicolas Cellier
I just committed a ConfigurationOfSmallapack that loads in Pharo1.4 and passes the tests on MacOSX (use version 1.1 or #development). On other platforms, you'll need to provide appropriate LAPACK/BLAS DLL. In other dialects (Squeak) or Pharo versions, the configuration has not been tested.

Re: [Pharo-project] EPUB view for Pier Books

2012-03-07 Thread Yanni Chiu
On 07/03/12 1:27 PM, Yanni Chiu wrote: I've only tried it in Pharo-1.4, so let me know of problems on other platforms. I just tried the latest build from: http://jenkins.lukas-renggli.ch/job/Pier%202/ You should be able navigate to the book in the sample distribution, then look for a view

Re: [Pharo-project] XMLRPC on 1.4 using Zinc

2012-03-07 Thread Germán Arduino
Hi: 2012/3/7 Stéphane Ducasse stephane.duca...@inria.fr On Mar 7, 2012, at 12:20 AM, Germán Arduino wrote: Today I had some free time and tried and really was very simple to adapt the client to Zinc, I think is already working (need still to publish and adapt ConfigurationOf*). Now

[Pharo-project] Testing Morphic Designer

2012-03-07 Thread Hernán Morales Durand
Does someone would mind to share a Morphic Designer working image? [*] I've tried to install it in both Squeak 4.3 and Pharo 1.3 without success. Thanks in advance, Hernán [*] https://www.hpi.uni-potsdam.de/hirschfeld/trac/SqueakCommunityProjects/wiki/designer#HowtoInstall

[Pharo-project] [update 1.4] #14382

2012-03-07 Thread Marcus Denker
14382 - Issue 5447: Deprecate #methodReferencesInCategory: http://code.google.com/p/pharo/issues/detail?id=5447 Issue 5444: Add a class variable on Morph http://code.google.com/p/pharo/issues/detail?id=5444 Issue 5025: Tests for SystemAnnouncements are

Re: [Pharo-project] EPUB view for Pier Books

2012-03-07 Thread Nick Ager
Hi Yanni, You should be able navigate to the book in the sample distribution, then look for a view Book EPUB and download the .epub file. Then open in an EPUB reader. (Or, in Firefox you can open a new tab, instead of doing the download). The EPUB navigation pane works, but the internal