Re: [Pharo-project] XMLRPC server

2010-12-19 Thread Stéphane Ducasse
this is fun sean what kind of script do you run? On Dec 18, 2010, at 10:59 PM, Sean P. DeNigris wrote: Germán Arduino wrote: Yes, I'm working on that project. Thanks for working on this Germán! I keep an XmlRpc server running in my personal image so that I can script OS X with

Re: [Pharo-project] Dear Santa ...

2010-12-19 Thread Stéphane Ducasse
On Dec 18, 2010, at 10:23 PM, Torsten Bergmann wrote: Only that? :) Sorry ... forgot the theming thing (so I Santa should sent us a good designer that reworks the icons, GUI, ... and anything marketing related to be so consistent that people say: 'ah ... that must be Pharo) do you have a

Re: [Pharo-project] funny

2010-12-19 Thread Max Leske
rofl: So, if you're thinking: 'Oh my gosh! I hate Smalltalk!' and 'This is just one more thing for me to learn' and 'I don't know how to do this!' and 'It just feels painful!' and 'Uh, maybe I'll just go and have a route canal*...'. * route canal is something painful a dentist does to you...

Re: [Pharo-project] Issue 3456 in pharo: ENH SUnit ClassFactoryForTestCase

2010-12-19 Thread pharo
Updates: Labels: Milestone-1.2 Comment #2 on issue 3456 by luc.fabresse: ENH SUnit ClassFactoryForTestCase http://code.google.com/p/pharo/issues/detail?id=3456 Yes good Noury. And to be consistant, I would like to do the following for its environment-aware subclass: - rename

[Pharo-project] Calling Cli programs

2010-12-19 Thread flebber
Hi easy question, but google isn't seeming to give me the right search results for this. What do I need to read up on when trying to run an external cli program from within smalltalk. For example I wanted to take a file and pass it to X264 on the command line. Command Such as; x264 [options]

Re: [Pharo-project] Issue 3415 in pharo: Failing tests for SUNit

2010-12-19 Thread pharo
Updates: Status: Fixed Comment #1 on issue 3415 by luc.fabresse: Failing tests for SUNit http://code.google.com/p/pharo/issues/detail?id=3415 I just added the SUnitTestexpectedFailure to make the tests pass. I didn't remove the pragmas because it may be useful in the future.

Re: [Pharo-project] Issue 3456 in pharo: ENH SUnit ClassFactoryForTestCase

2010-12-19 Thread pharo
Updates: Status: Fixed Comment #3 on issue 3456 by luc.fabresse: ENH SUnit ClassFactoryForTestCase http://code.google.com/p/pharo/issues/detail?id=3456 (No comment was entered for this change.)

Re: [Pharo-project] Issue 3455 in pharo: Some SystemNavigationTests failed in 1.2-Dev

2010-12-19 Thread pharo
Updates: Status: Fixed Comment #2 on issue 3455 by luc.fabresse: Some SystemNavigationTests failed in 1.2-Dev http://code.google.com/p/pharo/issues/detail?id=3455 (No comment was entered for this change.)

[Pharo-project] A pass on bugs of 1.2 and 1.2-Dev

2010-12-19 Thread Luc Fabresse
Hi all, I made a pass on failing tests. I fixed some: #3415 #3455 #3456 I report #3454 in 1.2-dev : DNU when looking for implementors in OBrowser #Luc

Re: [Pharo-project] Issue 3445 in pharo: [Repackage] SUnit should be well structured

2010-12-19 Thread pharo
Comment #4 on issue 3445 by torsten@astares.de: [Repackage] SUnit should be well structured http://code.google.com/p/pharo/issues/detail?id=3445 There is nothing in the changeset that should make 1.2 unstable. However - if you want we can defer it to 1.3. The help package is in work

Re: [Pharo-project] Calling Cli programs

2010-12-19 Thread Luc Fabresse
Hi, You can use OSProcess alone or through CommandShell (built on the top of OSProcess) to execute command lines. Search in the mailing list archive to find help on these packages. Hope this help, #Luc 2010/12/19 flebber flebber.c...@gmail.com Hi easy question, but google isn't seeming

[Pharo-project] preamble in ChangeSet and ChangeRecord

2010-12-19 Thread Max Leske
Hi folks What exactly is the purpose of the preamble in ChangeSet and ChangeRecord? I believe they are not the same for both objects but I haven't been able to figure out what the content of a preamble might actually be. My guess would be that it contains either a comment or a doIt that can

Re: [Pharo-project] [Progress Report] Zinc HTTP Components

2010-12-19 Thread Sven Van Caekenberghe
Hey Philippe, On 18 Dec 2010, at 17:20, Philippe Marschall wrote: Is the response static or do you allocate a byte array for every response? Despite everything this benchmark is CPU limited. You were right: I added caching (reuse on repeated requests) on repeated requests to my /bytes

[Pharo-project] [Hudson] Changes

2010-12-19 Thread Marcus Denker
I did some more small incremental changes to the Hudson setup: - Names of the build artitfacts changend (both 1.1 and 1.2) Core: PharoCore-1.2.zip, PharoCore-1.2.changes / PharoCore-1.2.image Full: Pharo-1.2.zip, PharoOneClick1.2.zip and Pharo-1.2.changes /

Re: [Pharo-project] preamble in ChangeSet and ChangeRecord

2010-12-19 Thread Igor Stasenko
On 19 December 2010 15:18, Max Leske maxle...@gmail.com wrote: Hi folks What exactly is the purpose of the preamble in ChangeSet and ChangeRecord? I believe they are not the same for both objects but I haven't been able to figure out what the content of a preamble might actually be. My

Re: [Pharo-project] A pass on bugs of 1.2 and 1.2-Dev

2010-12-19 Thread Mariano Martinez Peck
Cool Luc!!! Hope we have the Pharo1.2 dev soon :) On Sun, Dec 19, 2010 at 3:34 PM, Marcus Denker marcus.den...@inria.frwrote: On Dec 19, 2010, at 2:31 PM, Luc Fabresse wrote: Hi all, I made a pass on failing tests. I fixed some: #3415 #3455 #3456 I will do a core update now... I

Re: [Pharo-project] Issue 3456 in pharo: ENH SUnit ClassFactoryForTestCase

2010-12-19 Thread pharo
Updates: Status: Closed Comment #4 on issue 3456 by marcus.denker: ENH SUnit ClassFactoryForTestCase http://code.google.com/p/pharo/issues/detail?id=3456 12282

Re: [Pharo-project] Issue 3454 in pharo: DNU when looking for implementors in OB on 1.2dev

2010-12-19 Thread pharo
Updates: Cc: renggli Comment #1 on issue 3454 by marianopeck: DNU when looking for implementors in OB on 1.2dev http://code.google.com/p/pharo/issues/detail?id=3454 (No comment was entered for this change.)

Re: [Pharo-project] Issue 3451 in pharo: All the packages should have pharo as homw package folder

2010-12-19 Thread pharo
Updates: Status: Closed Comment #1 on issue 3451 by marcus.denker: All the packages should have pharo as homw package folder http://code.google.com/p/pharo/issues/detail?id=3451 12282

Re: [Pharo-project] preamble in ChangeSet and ChangeRecord

2010-12-19 Thread Max Leske
Ah! Makes sense. Thanks Igor. On 19.12.2010, at 15:25, Igor Stasenko wrote: On 19 December 2010 15:18, Max Leske maxle...@gmail.com wrote: Hi folks What exactly is the purpose of the preamble in ChangeSet and ChangeRecord? I believe they are not the same for both objects but I haven't

Re: [Pharo-project] Issue 3443 in pharo: Should remove Sophie Undo classes

2010-12-19 Thread pharo
Updates: Status: Closed Comment #2 on issue 3443 by marcus.denker: Should remove Sophie Undo classes http://code.google.com/p/pharo/issues/detail?id=3443 12282

[Pharo-project] [update 1.2] #12282

2010-12-19 Thread Marcus Denker
12282 - Issue 3456: ENH SUnit ClassFactoryForTestCase Issue 3451: All the packages should have pharo as homw package folder Issue 3415: Failing tests for SUNit Issue 3443: Should remove Sophie Undo classes -- Marcus Denker -- http://www.marcusdenker.de INRIA Lille -- Nord

Re: [Pharo-project] [update 1.2] #12282

2010-12-19 Thread Marcus Denker
On Dec 19, 2010, at 4:04 PM, Marcus Denker wrote: 12282 - Issue 3456: ENH SUnit ClassFactoryForTestCase Issue 3451: All the packages should have pharo as homw package folder Issue 3415: Failing tests for SUNit Issue 3443: Should remove Sophie Undo classes Hudson successfully

[Pharo-project] Can you do this? Re: Automated VM build server

2010-12-19 Thread Mariano Martinez Peck
Hi Igor. I really appreciate your work on this field. I wonder if you or someone could provide (in a future) the following: I would like to be able to download a PharoVM OneClick (or put the name you want), which is a zip with the following: 1) All the platform code of a version XXX. 2) All the

Re: [Pharo-project] Graph library in Smalltalk - Need for advices (St?phane Ducasse)

2010-12-19 Thread Ralph Boland
May this is a ridiculuous thought but may be it would be good to start an effort on build a library for Smalltalk. Reusing some part of mondrian could be good. It would be very slow and really a lot of work. Mondrian is nice for visualization, but a Graph library is a lot more than that.

Re: [Pharo-project] [Hudson] Changes

2010-12-19 Thread Miguel Cobá
El dom, 19-12-2010 a las 15:23 +0100, Marcus Denker escribió: The direkt links (unchanging from now on) are: Danke! -- Miguel Cobá http://twitter.com/MiguelCobaMtz http://miguel.leugim.com.mx

Re: [Pharo-project] Can you do this? Re: Automated VM build server

2010-12-19 Thread Igor Stasenko
Yes, Mariano, this is what we want to do. Maybe little different in detail, but the result will be the same: you can checkout XXX version of sources from repository and build the VM using same VMMaker which were used to build VM. I hope we will meet tomorrow and discuss the details. On 19

Re: [Pharo-project] Pharo features

2010-12-19 Thread Steve Wart
Two thoughts: 1. this is a broad range of very specialized topics - are you really serious that you want to do all of these things as part of one project? 2. there are specialized languages and tools for doing a lot of this stuff, many free. Each item below will have an entire project or library

Re: [Pharo-project] Pharo features

2010-12-19 Thread Hernán Morales Durand
2010/12/19 Steve Wart st...@wart.ca: You forgot Computer Vision - there's a project called OpenCV (http://opencv.willowgarage.com/) that has an urgent need for a Smalltalk front-end. For those interested, there is a wrapper for OpenCV implemented in Visual Smalltalk in

Re: [Pharo-project] XMLRPC server

2010-12-19 Thread Germán Arduino
Hi Sean: Thanks by the support! About Mac, unfortunately I can't say nor help with nothing, because I don't have one are s expensives here. Cheers. 2010/12/18 Sean P. DeNigris s...@clipperadams.com: Germán Arduino wrote: Yes, I'm working on that project. Thanks for working on

Re: [Pharo-project] A pass on bugs of 1.2 and 1.2-Dev

2010-12-19 Thread Luc Fabresse
2010/12/19 Mariano Martinez Peck marianop...@gmail.com Cool Luc!!! Hope we have the Pharo1.2 dev soon :) Yes that is why I will try to correct some bugs ;-) #Luc On Sun, Dec 19, 2010 at 3:34 PM, Marcus Denker marcus.den...@inria.frwrote: On Dec 19, 2010, at 2:31 PM, Luc Fabresse

[Pharo-project] Issue 3457 in pharo: Cannot show new CompiledMethod's asString

2010-12-19 Thread pharo
Status: Accepted Owner: hernan.m...@gmail.com Labels: Difficulty-Easy Milestone-1.2 New issue 3457 by hernan.m...@gmail.com: Cannot show new CompiledMethod's asString http://code.google.com/p/pharo/issues/detail?id=3457 Pharo image: core Pharo core version: Pharo1.2beta #12282 Virtual

Re: [Pharo-project] Printing hexadecimal values of a string

2010-12-19 Thread Sven Van Caekenberghe
Hi Geoffroy, On 19 Dec 2010, at 21:55, Geoffroy Couprie wrote: Hello all, I get a strange behaviour while trying to print hexadecimal values of a string. Context: I get a SHA1 hash from a binary stream, store it into a string, and I want to display that string (using asHex).

Re: [Pharo-project] Issue 3447 in pharo: Do we need to menu entry Shout Workspace?

2010-12-19 Thread pharo
Updates: Status: Fixed Comment #2 on issue 3447 by luc.fabresse: Do we need to menu entry Shout Workspace? http://code.google.com/p/pharo/issues/detail?id=3447 First menu entry 'Workspace' open a shout workspace I think this is the good one (registered by WorldState

Re: [Pharo-project] [Pharo-users] serial driver

2010-12-19 Thread Mariano Martinez Peck
I have no idea. Maybe in pharo-dev someone can help you. cheers mariano On Fri, Dec 17, 2010 at 2:32 PM, Annick Fron i...@afceurope.com wrote: Hi; Is there a serial driver for linux in Pharo ? Annick Fron

Re: [Pharo-project] [ANN] First release of Keymappings for Pharo

2010-12-19 Thread Mariano Martinez Peck
This is cool Guille :) Continue pushing it mariano On Fri, Dec 17, 2010 at 2:16 PM, Stéphane Ducasse stephane.duca...@inria.fr wrote: Thanks guillermo. Continue! Stef On Dec 17, 2010, at 12:07 PM, Guillermo Polito wrote: Hi! I wanted to announce some advances in my work on

Re: [Pharo-project] [Metacello] circling in on symbolic version release (1.0-beta.28)

2010-12-19 Thread Mariano Martinez Peck
Hi dale. This is awesome. SOrry for being quite out...but I am trying to focus on my duties :( maybe we will be able to build pharo dev 1.2 using symbolic versions? cheers Mariano On Fri, Dec 17, 2010 at 12:58 AM, Dale dhenr...@vmware.com wrote: I've just done a series of checkins of the

Re: [Pharo-project] Printing hexadecimal values of a string

2010-12-19 Thread Max Leske
I know how your feel. My code: hexHashFrom: aByteString #hex will omit a leading 0. If that's the case insert leading 0. ^aByteString asByteArray hex asLowercase forceTo: 40 paddingStartWith: $0 Max On 19.12.2010, at 22:54, Sven Van Caekenberghe wrote: Hi Geoffroy, On 19

Re: [Pharo-project] Dear Santa ...

2010-12-19 Thread Stephen Taylor
Janko Mivšek wrote: - Namespaces +1 - that would be a very nice present.

[Pharo-project] A thought about 'Cannot locate .sources file' message

2010-12-19 Thread Igor Stasenko
Hi, just a thought.. maybe it worth instead of just informing user, also offer him to download sources file from web? -- Best regards, Igor Stasenko AKA sig.

Re: [Pharo-project] [squeak-dev] A thought about 'Cannot locate .sources file' message

2010-12-19 Thread Hernán Morales Durand
Yes, or locate it in a directory and/or copy to the current one. By the way, it could be configured a location for just having only one sources file? Cheers, Hernán 2010/12/19 Igor Stasenko siguc...@gmail.com: Hi, just a thought.. maybe it worth instead of just informing user, also offer him

Re: [Pharo-project] [squeak-dev] A thought about 'Cannot locate .sources file' message

2010-12-19 Thread Igor Stasenko
On 20 December 2010 02:09, Hernán Morales Durand hernan.mora...@gmail.com wrote: Yes, or locate it in a directory and/or copy to the current one. By the way, it could be configured a location for just having only one sources file? +1 . it would be nice to be able to specify a system-wide

[Pharo-project] Issue 3458 in pharo: bug in the class MultiByteFileStream when Pharo running under Windows

2010-12-19 Thread pharo
Status: New Owner: New issue 3458 by mmk.bbt: bug in the class MultiByteFileStream when Pharo running under Windows http://code.google.com/p/pharo/issues/detail?id=3458 PharoCore-1.2beta-12272, Windows Steps to reproduce: (MultiByteFileStream new) wantsLineEndConversion: true; open:

[Pharo-project] short circuit or redirecting selectors

2010-12-19 Thread Elliot Finley
Hello, If I have an object with accessors #firstName, #lastName and #age, how would I short shirt circuit or replace these selectors? In other words, how would I modify an object after it's already been created? Thanks, Elliot

[Pharo-project] Are we tagging 1.2 dev issues?

2010-12-19 Thread Guillermo Polito
I found only 5 in the issue tracker, hehe. Maybe those are the only reported by now, maybe not. http://code.google.com/p/pharo/issues/list?can=2q=Milestone%3D1.2-DevImage+colspec=ID+Type+Status+Summary+Milestone+Difficultycells=tiles Cheers

Re: [Pharo-project] [squeak-dev] A thought about 'Cannot locate .sources file' message

2010-12-19 Thread Alexander Lazarević
2010/12/20 Igor Stasenko siguc...@gmail.com On 20 December 2010 02:09, Hernán Morales Durand hernan.mora...@gmail.com wrote: Yes, or locate it in a directory and/or copy to the current one. By the way, it could be configured a location for just having only one sources file? +1 . it

Re: [Pharo-project] [Pharo-users] serial driver

2010-12-19 Thread Lukas Renggli
On Unix/Linux systems you can just read/write the respective device files. That worked in my case. Lukas On 19 December 2010 23:04, Mariano Martinez Peck marianop...@gmail.com wrote: I have no idea. Maybe in pharo-dev someone can help you. cheers mariano On Fri, Dec 17, 2010 at 2:32 PM,

Re: [Pharo-project] Are we tagging 1.2 dev issues?

2010-12-19 Thread Marcus Denker
On Dec 20, 2010, at 4:27 AM, Guillermo Polito wrote: I found only 5 in the issue tracker, hehe. Maybe those are the only reported by now, maybe not. http://code.google.com/p/pharo/issues/list?can=2q=Milestone%3D1.2-DevImage+colspec=ID+Type+Status+Summary+Milestone+Difficultycells=tiles

Re: [Pharo-project] 1.2 Dev and Hudson

2010-12-19 Thread Marcus Denker
On Dec 20, 2010, at 4:21 AM, Guillermo Polito wrote: Marcus, How are we building 1.2 dev? Is it using always the last version of the ConfigurationOfPharo? If not, how can we do it? :) It does Dev image Gofer new squeaksource: 'MetacelloRepository'; package: