[Pharo-project] DocTest

2013-01-22 Thread Benjamin
Hi guys, I am attending a python lecture and discovered DocTest[1], and I was wondering if such a tool exists for Pharo ? :) Ben [1]http://docs.python.org/2/library/doctest.html

Re: [Pharo-project] [Ann] New version of Mocketry

2013-01-22 Thread Esteban Lorenzano
Thanks Denis :) On Jan 20, 2013, at 7:08 PM, Denis Kudriashov dionisi...@gmail.com wrote: Hello. I upload new version of Mocketry 2.1 to smalltalkhub http://www.smalltalkhub.com/#!/~dionisiy/Mocketry . Changes: 1) All code now migrated to smalltalkhub repository. New configuration

Re: [Pharo-project] zero conf build

2013-01-22 Thread Camillo Bruni
which script did you use? so I can check locally. On 2013-01-21, at 08:24, Tudor Girba tu...@tudorgirba.com wrote: Hi, I am looking to setup a Moose job based on zero conf. However, when I execute the vm.sh on Ubuntu I get an error: CogVM: /lib32/libc.so.6: version `GLIBC_2.15' not found

Re: [Pharo-project] [ANN] Headless support for Cog Cocoa VM

2013-01-22 Thread Mariano Martinez Peck
On Sat, Jan 19, 2013 at 12:08 PM, Mariano Martinez Peck marianop...@gmail.com wrote: On Sat, Jan 19, 2013 at 10:40 AM, Ciprian Teodorov ciprian.teodo...@gmail.com wrote: Hi Mariano, on MacOS 10.6.8 doing ./CogVM-release-noflash-noArgs.app/Contents/MacOS/CogVM Pier3.image does not

Re: [Pharo-project] [ANN] Headless support for Cog Cocoa VM

2013-01-22 Thread Mariano Martinez Peck
On Sat, Jan 19, 2013 at 1:08 PM, Sean P. DeNigris s...@clipperadams.comwrote: Mariano Martinez Peck wrote thanks Square [i] International lt;http://www.square-i.net/gt; ... headless support will be included in the official Pharo VM and will be, therefore, accessible to everybody. Yes,

[Pharo-project] Fonts in Pharo By Example

2013-01-22 Thread Sean P. DeNigris
It would be great to have a section in PBE2 about fonts. I find them very confusing - TrueType, FreeType, Logical, etc. Understanding how they're handled in Pharo requires background knowledge, and an overview and a few specific examples could really do some good. Cheers, Sean -- View this

[Pharo-project] is the list working?

2013-01-22 Thread Tudor Girba
Hi, I did not receive any mails today from the pharo-project mailing list (21.01.2013). Is it still working? Cheers, Doru -- www.tudorgirba.com Every thing has its own flow

[Pharo-project] Closing unresolved issues

2013-01-22 Thread Sean P. DeNigris
For example... Issue 5656: Large fonts make tools slow http://code.google.com/p/pharo/issues/detail?id=5656 This issue has not been resolved, but the issue was closed, leading to this experience... - I just upgraded a project to 2.0 - I notice that the UI is very slow - a simple Spec dialog

[Pharo-project] [update 2.0] #20481

2013-01-22 Thread Marcus Denker
20481 - Issue 7275: Sanitize String with/without selectors http://code.google.com/p/pharo/issues/detail?id=7275 Issue 7288: Clean methods are just do super send http://code.google.com/p/pharo/issues/detail?id=7288 Diff information:

Re: [Pharo-project] Must OSPlatform classosVersion be deprecated?

2013-01-22 Thread H. Hirzel
Dave I wonder why you can't check for Smalltalk at: #OSPlatform and if that exists go for OSPlatform osVersion Neither Squeak nor Cuis do have an OSPlatform class. Then you go for Smalltalk os version Am I missing something here? --Hannes On 1/21/13, David T. Lewis

Re: [Pharo-project] [Ann] New version of Mocketry

2013-01-22 Thread Stéphane Ducasse
On Jan 20, 2013, at 3:08 PM, Denis Kudriashov wrote: Hello. I upload new version of Mocketry 2.1 to smalltalkhub http://www.smalltalkhub.com/#!/~dionisiy/Mocketry . Changes: 1) All code now migrated to smalltalkhub repository. New configuration with version 2.1 implemented

Re: [Pharo-project] where can I find the latest athens?

2013-01-22 Thread Stéphane Ducasse
yes but I could not find it and I looked around. On Jan 20, 2013, at 7:30 PM, Camillo Bruni wrote: You should not even have to ask for it ;) https://ci.inria.fr/rmod/job/Athens/ On 2013-01-20, at 16:00, Stéphane Ducasse stephane.duca...@inria.fr wrote: Because I want to try boids.

[Pharo-project] [Issue Tracker] Status

2013-01-22 Thread Marcus Denker
Overall open issues: http://code.google.com/p/pharo/issues/list?can=2 Issues tagged 2.0: http://code.google.com/p/pharo/issues/list?can=2q=milestone%3D2.0 It would be nice if everyone would check the issues that she/he is involved with and answer the question: What needs to be

[Pharo-project] [update 2.0] #20482

2013-01-22 Thread Marcus Denker
20482 - Issue 7261: Improve PharoUser#retrieveGravatarFromMail:size: ZnClient usage http://code.google.com/p/pharo/issues/detail?id=7261 Issue 7267: Update Pharo License String to 2013 http://code.google.com/p/pharo/issues/detail?id=7267 Diff information:

Re: [Pharo-project] What are the messages where we should always have a super send?

2013-01-22 Thread Jan Vrany
Hi, On 19/01/13 10:16, Stéphane Ducasse wrote: Hi jan do you have an example of such tagging? Look at RBTranslateLiteralsInMenusRule classtagsBasic, RBNilOrEmptyCollectionReplaceRule, RBMethodSourceContainsLinefeedRule, RBTempsReadBeforeWrittenRile RBLawOfDemeterRule

Re: [Pharo-project] is the list working?

2013-01-22 Thread Marcus Denker
I think not. I will write a mail to support... On Mon, Jan 21, 2013 at 5:17 PM, Tudor Girba tu...@tudorgirba.com wrote: Hi, I did not receive any mails today from the pharo-project mailing list (21.01.2013). Is it still working? Cheers, Doru -- www.tudorgirba.com Every thing has its

[Pharo-project] Object#name

2013-01-22 Thread Sven Van Caekenberghe
Hi, Many people have hit the fact that Object implements #name, which then seems to conflict with some other class where one would really like to use name as an instance variable and thus accessor. Turns out that it seems that Object#name is actually not used (anymore). I just put a halt in

Re: [Pharo-project] What are the messages where we should always have a super send?

2013-01-22 Thread Stéphane Ducasse
Yes, #setUp and #tearDown Really. Ok I was not aware of it. Good idea. Stef For #initialize, having a super may not be that necessary if you working on the class side. Alexandre On Jan 18, 2013, at 12:06 PM, Stéphane Ducasse stephane.duca...@inria.fr wrote: Hi While looking

[Pharo-project] ping

2013-01-22 Thread Camillo Bruni

[Pharo-project] Fwd: [Moose-dev] ZnUrl, Encoding

2013-01-22 Thread H. Hirzel
I assume this question is better placed here I am interested in the answer as well. --Hannes -- Forwarded message -- From: Dennis Schenk d.sch...@students.unibe.ch Date: Tue, 22 Jan 2013 14:00:06 +0100 Subject: [Moose-dev] ZnUrl, Encoding To: Moose-related development

[Pharo-project] a test :) yet another one.

2013-01-22 Thread Stéphane Ducasse

Re: [Pharo-project] is the list working?

2013-01-22 Thread Benjamin
I received your mail so I guess :) Ben On Jan 21, 2013, at 5:17 PM, Tudor Girba wrote: Hi, I did not receive any mails today from the pharo-project mailing list (21.01.2013). Is it still working? Cheers, Doru -- www.tudorgirba.com Every thing has its own flow

Re: [Pharo-project] Closing unresolved issues

2013-01-22 Thread Sven Van Caekenberghe
+1 On 21 Jan 2013, at 17:35, Sean P. DeNigris s...@clipperadams.com wrote: For example... Issue 5656: Large fonts make tools slow http://code.google.com/p/pharo/issues/detail?id=5656 This issue has not been resolved, but the issue was closed, leading to this experience... - I just

Re: [Pharo-project] [ANN] Headless support for Cog Cocoa VM

2013-01-22 Thread Esteban Lorenzano
yeah, I declare my self guilty for having that incredibly ugly idea... :) On Jan 21, 2013, at 3:35 PM, Mariano Martinez Peck marianop...@gmail.com wrote: On Sat, Jan 19, 2013 at 1:08 PM, Sean P. DeNigris s...@clipperadams.com wrote: Mariano Martinez Peck wrote thanks Square [i]

Re: [Pharo-project] a test :) yet another one.

2013-01-22 Thread Marcus Denker
Hi, Yes, mailing lists where down and I on the train, so the ticket to supper was only send yesterday after office hours… and today I spend some effort convincing the admins that no, it's not my mail client that is wrong configured… Marcus On Jan 22, 2013, at 5:43 PM, Stéphane Ducasse

Re: [Pharo-project] zero conf build

2013-01-22 Thread Tudor Girba
For example: curl http://pharo.gforge.inria.fr/ci/script/ciPharo20PharoVM.sh | sh ./vm.sh or: curl http://pharo.gforge.inria.fr/ci/script/ciPharo20CogVM.sh | bash. ./vm.sh Cheers, Doru On Mon, Jan 21, 2013 at 2:28 PM, Camillo Bruni camillobr...@gmail.comwrote: which script did you use? so

Re: [Pharo-project] Must OSPlatform classosVersion be deprecated?

2013-01-22 Thread Sean P. DeNigris
David T. Lewis wrote I am trying to find a way to make OSProcess... work on Pharo 2.0, Pharo1.x, and the various versions of Squeak and Cuis I've been thinking a lot about keeping OSP working well on all our favorite St platforms. Metacello was designed specifically to address this type of

Re: [Pharo-project] Object#name

2013-01-22 Thread Mariano Martinez Peck
Hi Sven. Yes, as far as I remember, Objectname was safe to remove. Not likewise Classname but ok, it is less likely final users will need class side #name. So +1 to removing instance side #name. On Mon, Jan 21, 2013 at 3:43 PM, Sven Van Caekenberghe s...@stfx.eu wrote: Hi, Many people have

Re: [Pharo-project] Object#name

2013-01-22 Thread Sean P. DeNigris
Sven Van Caekenberghe-2 wrote Many people have hit the fact that Object implements #name, which then seems to conflict with some other class where one would really like to use name as an instance variable and thus accessor. Yes, I've been bitten by this a few times. When developing through the

Re: [Pharo-project] [ANN] Headless support for Cog Cocoa VM

2013-01-22 Thread Mariano Martinez Peck
On Tue, Jan 22, 2013 at 1:19 PM, Esteban Lorenzano esteba...@gmail.comwrote: yeah, I declare my self guilty for having that incredibly ugly idea... :) heheheheh :) As you see (and I thanked in the email) Esteban has been helping me here. And then he will merge and integrate :) On Jan 21,

Re: [Pharo-project] What are the messages where we should always have a super send?

2013-01-22 Thread Stéphane Ducasse
On Jan 22, 2013, at 7:19 AM, Jan Vrany wrote: Hi, On 19/01/13 10:16, Stéphane Ducasse wrote: Hi jan do you have an example of such tagging? Look at RBTranslateLiteralsInMenusRule classtagsBasic, RBNilOrEmptyCollectionReplaceRule, RBMethodSourceContainsLinefeedRule,

Re: [Pharo-project] NativeBoost and unions

2013-01-22 Thread Marcus Denker
On Jan 22, 2013, at 5:26 PM, Ciprian Teodorov ciprian.teodo...@gmail.com wrote: Hi Igor, as usual after squeaksource restart, i lost my commit rights on the NativeBoost repository... Could NativeBoost move away from SqueakSource? SqueakSource is not stable. This time I have a small

Re: [Pharo-project] DocTest

2013-01-22 Thread Stéphane Ducasse
it would be nice to introduce the same syntax than Sunit exp assert: exp2 [ exp ] shouldraise: Stef On Jan 21, 2013, at 4:41 AM, Benjamin wrote: Hi guys, I am attending a python lecture and discovered DocTest[1], and I was wondering if such a tool exists for Pharo ? :)

Re: [Pharo-project] Fonts in Pharo By Example

2013-01-22 Thread Stéphane Ducasse
On Jan 21, 2013, at 11:57 AM, Sean P. DeNigris wrote: It would be great to have a section in PBE2 about fonts. I find them very confusing - TrueType, FreeType, Logical, etc. Understanding how they're handled in Pharo requires background knowledge, and an overview and a few specific examples

Re: [Pharo-project] Closing unresolved issues

2013-01-22 Thread Stéphane Ducasse
Thanks for your feedback. Sean and I understand your frustration. The problem is what do we do if we have many bugs with nobody looking at them. For example... Issue 5656: Large fonts make tools slow http://code.google.com/p/pharo/issues/detail?id=5656 This issue has not been resolved,

Re: [Pharo-project] [Issue Tracker] Status

2013-01-22 Thread Sean P. DeNigris
FixToInclude: http://code.google.com/p/pharo/issues/detail?id=7207 -- View this message in context: http://forum.world.st/Issue-Tracker-Status-tp4664590p4664606.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com.

Re: [Pharo-project] Object#name

2013-01-22 Thread Stéphane Ducasse
Sven Van Caekenberghe-2 wrote Many people have hit the fact that Object implements #name, which then seems to conflict with some other class where one would really like to use name as an instance variable and thus accessor. Yes, I've been bitten by this a few times. When developing

Re: [Pharo-project] Object#name

2013-01-22 Thread Gary Chambers
+1 to removal... Regards, Gary - Original Message - From: Sean P. DeNigris s...@clipperadams.com To: pharo-project@lists.gforge.inria.fr Sent: Tuesday, January 22, 2013 5:02 PM Subject: Re: [Pharo-project] Object#name Sven Van Caekenberghe-2 wrote Many people have hit the fact

Re: [Pharo-project] DocTest

2013-01-22 Thread Sean P. DeNigris
Benjamin Van Ryseghem-2 wrote I am attending a python lecture and discovered DocTest[1], and I was wondering if such a tool exists for Pharo ? :) I've been dreaming about, and doing experiments around, this for quite a while... could be so much better in st because we can create custom UI tools

Re: [Pharo-project] Closing unresolved issues

2013-01-22 Thread Sean P. DeNigris
Stéphane Ducasse wrote The problem is what do we do if we have many bugs with nobody looking at them. Maybe a good compromise would be a status like Stale, where we can exclude them from searches if we want, but they are still being tracked? -- View this message in context:

[Pharo-project] User Interrupt Broken?!

2013-01-22 Thread Sean P. DeNigris
Has anyone else noticed this? Open a fresh 2.0482 latest and hit Cmd-. a bunch of times. If the debugger opens on the first, close it and keep pressing the shortcut. Most presses seem to do nothing. -- View this message in context: http://forum.world.st/User-Interrupt-Broken-tp4664619.html

Re: [Pharo-project] [Issue Tracker] Status

2013-01-22 Thread Sean P. DeNigris
HumanReviewNeeded: http://code.google.com/p/pharo/issues/detail?id=7108 -- View this message in context: http://forum.world.st/Issue-Tracker-Status-tp4664590p4664623.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com.

Re: [Pharo-project] Fwd: [Moose-dev] ZnUrl, Encoding

2013-01-22 Thread Sven Van Caekenberghe
Hi Dennis, I don't know where you were trying this, it does not change the explanation, but in Pharo 2.0 with the latest Zinc HTTP Components code, your example gives an error: 'http://maps.googleapis.com/maps/api/geocode/json?address=Willemstad,+Curaçaosensor=falselanguage=en'

Re: [Pharo-project] NativeBoost and unions

2013-01-22 Thread Esteban Lorenzano
as all the core packages for pharo (and NB is one of them), it should be in smalltalkhub :) On Jan 22, 2013, at 5:29 PM, Marcus Denker marcus.den...@inria.fr wrote: On Jan 22, 2013, at 5:26 PM, Ciprian Teodorov ciprian.teodo...@gmail.com wrote: Hi Igor, as usual after squeaksource

Re: [Pharo-project] Object#name

2013-01-22 Thread Esteban Lorenzano
+1 On Jan 22, 2013, at 6:45 PM, Gary Chambers gazzagu...@btinternet.com wrote: +1 to removal... Regards, Gary - Original Message - From: Sean P. DeNigris s...@clipperadams.com To: pharo-project@lists.gforge.inria.fr Sent: Tuesday, January 22, 2013 5:02 PM Subject: Re:

[Pharo-project] SmallLint applied on Pharo: Continued

2013-01-22 Thread Stéphane Ducasse
Hi I'm running the rule RBSubclassResponsibilityNotDefinedRule that Checks that all subclassResponsibility methods are defined in all leaf classes. Now the results display the sender of ^ subclassResponsibility but I have to manually find the problems. I would be better to report the

Re: [Pharo-project] Object#name

2013-01-22 Thread Gary Chambers
Indeed, is a common accessor for domain/business objects. Have got use to having to re-implement each time myself but quicker to not have to. Regards, Gary - Original Message - From: Sven Van Caekenberghe s...@stfx.eu To: Pharo-project@lists.gforge.inria.fr Sent: Monday, January 21,

Re: [Pharo-project] Fonts in Pharo By Example

2013-01-22 Thread Gary Chambers
Have got used to using FreeType so always look up fonts via LogicalFont class methods these days... headingFont Answer the font for headings. ^LogicalFont familyName: 'Arial' pointSize: 20 Regards, Gary - Original Message - From: Stéphane Ducasse stephane.duca...@inria.fr To:

Re: [Pharo-project] SmallLint applied on Pharo: Continued

2013-01-22 Thread Jan Vrany
On 22/01/13 18:22, Stéphane Ducasse wrote: Hi I'm running the rule RBSubclassResponsibilityNotDefinedRule that Checks that all subclassResponsibility methods are defined in all leaf classes. Now the results display the sender of ^ subclassResponsibility but I have to manually find

Re: [Pharo-project] Closing unresolved issues

2013-01-22 Thread Marcus Denker
On Jan 22, 2013, at 5:17 PM, Sean P. DeNigris s...@clipperadams.com wrote: For example... Issue 5656: Large fonts make tools slow http://code.google.com/p/pharo/issues/detail?id=5656 This issue has not been resolved, but the issue was closed, leading to this experience... - I just

Re: [Pharo-project] Must OSPlatform classosVersion be deprecated?

2013-01-22 Thread Marcus Denker
On Jan 22, 2013, at 5:27 PM, H. Hirzel hannes.hir...@gmail.com wrote: Dave I wonder why you can't check for Smalltalk at: #OSPlatform and if that exists go for OSPlatform osVersion We deprecated that… but I can un-deprecate. Neither Squeak nor Cuis do have an OSPlatform

Re: [Pharo-project] Object#name

2013-01-22 Thread Stéphane Ducasse
hi gary we will address it. :) Stef On Jan 22, 2013, at 3:31 PM, Gary Chambers wrote: Indeed, is a common accessor for domain/business objects. Have got use to having to re-implement each time myself but quicker to not have to. Regards, Gary - Original Message - From: Sven

Re: [Pharo-project] SmallLint journey: another rule :)

2013-01-22 Thread Stéphane Ducasse
Jan's experience on it :) !RBTempsReadBeforeWrittenRule class methodsFor:'accessing'! tagsBasic Return an array of tags (symbols) of given rule. Any rule may arbitrary number of tags. Tag values are not predefined/fixed. See class documentation for list of common tags ^#(

Re: [Pharo-project] SmallLint applied on Pharo: Continued

2013-01-22 Thread Stéphane Ducasse
Jan what is the license of your tags and other code? Stef On Jan 22, 2013, at 3:45 PM, Jan Vrany wrote: On 22/01/13 18:22, Stéphane Ducasse wrote: Hi I'm running the rule RBSubclassResponsibilityNotDefinedRule that Checks that all subclassResponsibility methods are defined in all

Re: [Pharo-project] [Ann] New version of Mocketry

2013-01-22 Thread Stéphane Ducasse
On Jan 22, 2013, at 4:24 PM, Denis Kudriashov wrote: 2013/1/22 Stéphane Ducasse stephane.duca...@inria.fr ConfigurationOfMocketry Tests This is already exists many years (thank's Laurent Laffont for configuration) SmallLint rules applied. Never use it. I will try. We

Re: [Pharo-project] DocTest

2013-01-22 Thread Benjamin
With Nicolas Petton we implemented it yesterday afternoon :) It's missing Nautilus integration, but the code is pretty much there :) (I will provide the repo asap) Ben On Jan 22, 2013, at 6:46 PM, Sean P. DeNigris wrote: Benjamin Van Ryseghem-2 wrote I am attending a python lecture and

Re: [Pharo-project] Fonts in Pharo By Example

2013-01-22 Thread Sean P. DeNigris
Gary Chambers-4 wrote always look up fonts via LogicalFont class methods these days... Thanks, Gary! That actually solved an immediate problem I was dealing with :) And I'm hoping a font guru will take a deeper cut for us ignorant masses ;) -- View this message in context:

Re: [Pharo-project] DocTest

2013-01-22 Thread Denis Kudriashov
2013/1/22 Stéphane Ducasse stephane.duca...@inria.fr it would be nice to introduce the same syntax than Sunit exp assert: exp2 [ exp ] shouldraise: StateSpecs (package separated from Mocketry) implements it. And such should syntax extendable by pragmas. Your example looks

Re: [Pharo-project] Must OSPlatform classosVersion be deprecated?

2013-01-22 Thread David T. Lewis
On Tue, Jan 22, 2013 at 08:05:02PM +0100, Marcus Denker wrote: On Jan 22, 2013, at 5:27 PM, H. Hirzel hannes.hir...@gmail.com wrote: Dave I wonder why you can't check for Smalltalk at: #OSPlatform and if that exists go for OSPlatform osVersion We deprecated that?

Re: [Pharo-project] Must OSPlatform classosVersion be deprecated?

2013-01-22 Thread David T. Lewis
On Tue, Jan 22, 2013 at 09:15:32AM -0800, Sean P. DeNigris wrote: David T. Lewis wrote I am trying to find a way to make OSProcess... work on Pharo 2.0, Pharo1.x, and the various versions of Squeak and Cuis I've been thinking a lot about keeping OSP working well on all our favorite St

Re: [Pharo-project] SmallLint applied on Pharo: Continued

2013-01-22 Thread Jan Vrany
Well. I've written the tag support, so let's make it simple, MIT. I may export a changeset with that code for you, if you like. For rules written by CG I'm not sure. You should check with him. But I think it won't be a problem given that you preserve all the signatures and #documentation and

Re: [Pharo-project] Fonts in Pharo By Example

2013-01-22 Thread Gary Chambers
No prob Regards, Gary - Original Message - From: Sean P. DeNigris s...@clipperadams.com To: pharo-project@lists.gforge.inria.fr Sent: Tuesday, January 22, 2013 7:54 PM Subject: Re: [Pharo-project] Fonts in Pharo By Example Gary Chambers-4 wrote always look up fonts via LogicalFont

Re: [Pharo-project] DocTest

2013-01-22 Thread Denis Kudriashov
2013/1/22 Sean P. DeNigris s...@clipperadams.com Benjamin Van Ryseghem-2 wrote I am attending a python lecture and discovered DocTest[1], and I was wondering if such a tool exists for Pharo ? :) I've been dreaming about, and doing experiments around, this for quite a while... could be so

Re: [Pharo-project] SmallLint journey: another rule :)

2013-01-22 Thread Sven Van Caekenberghe
On 22 Jan 2013, at 20:16, Stéphane Ducasse stephane.duca...@inria.fr wrote: Hi I'm trying the Temporaries read before written and I have the impression that I found a bug in the RBReadBeforeWrittenTester class because it flags connections (but connections is not a temp but an instance

[Pharo-project] Fwd: [squeak-dev] The Inbox: Monticello-nice.528.mcz

2013-01-22 Thread Sven Van Caekenberghe
Probably worth picking up: Begin forwarded message: From: Bert Freudenberg b...@freudenbergs.de Subject: Re: [squeak-dev] The Inbox: Monticello-nice.528.mcz Date: 22 Jan 2013 20:12:14 GMT+01:00 To: squeak-...@lists.squeakfoundation.org Reply-To: The general-purpose Squeak developers list

Re: [Pharo-project] Object#name

2013-01-22 Thread Sven Van Caekenberghe
On 22 Jan 2013, at 20:24, Stéphane Ducasse stephane.duca...@inria.fr wrote: hi gary we will address it. :) Stef http://code.google.com/p/pharo/issues/detail?id=7304 On Jan 22, 2013, at 3:31 PM, Gary Chambers wrote: Indeed, is a common accessor for domain/business objects. Have got

Re: [Pharo-project] DocTest

2013-01-22 Thread Benjamin
You can have a look here Gofer it url: 'http://smalltalkhub.com/mc/BenjaminVanRyseghem/DocTest/main'; package: 'DocTest'; load. Then you can have a look at the test to see how it works :) Basically MockCommentWithValidTests is a class with a comment containing valid

Re: [Pharo-project] Fwd: [squeak-dev] The Inbox: Monticello-nice.528.mcz

2013-01-22 Thread Nicolas Cellier
Probably not, it was not the right interpretation... 2013/1/22 Sven Van Caekenberghe s...@stfx.eu: Probably worth picking up: Begin forwarded message: From: Bert Freudenberg b...@freudenbergs.de Subject: Re: [squeak-dev] The Inbox: Monticello-nice.528.mcz Date: 22 Jan 2013 20:12:14

Re: [Pharo-project] Must OSPlatform classosVersion be deprecated?

2013-01-22 Thread Chris Cunningham
On Tue, Jan 22, 2013 at 12:13 PM, David T. Lewis le...@mail.msen.comwrote: On Tue, Jan 22, 2013 at 08:05:02PM +0100, Marcus Denker wrote: On Jan 22, 2013, at 5:27 PM, H. Hirzel hannes.hir...@gmail.com wrote: Dave This works in Pharo 2.0? Yes, Smalltalk os version is right for

Re: [Pharo-project] Must OSPlatform classosVersion be deprecated?

2013-01-22 Thread David T. Lewis
On Tue, Jan 22, 2013 at 01:51:56PM -0800, Chris Cunningham wrote: On Tue, Jan 22, 2013 at 12:13 PM, David T. Lewis le...@mail.msen.comwrote: On Tue, Jan 22, 2013 at 08:05:02PM +0100, Marcus Denker wrote: On Jan 22, 2013, at 5:27 PM, H. Hirzel hannes.hir...@gmail.com wrote: Dave

Re: [Pharo-project] SmallLint applied on Pharo: Continued

2013-01-22 Thread Stéphane Ducasse
Well. I've written the tag support, so let's make it simple, MIT. I may export a changeset with that code for you, if you like. Else I will just go over them and it will help me to understand. I think that this is not difficult. For rules written by CG I'm not sure. You should check with

[Pharo-project] Athens replacement for ImageReadWriter?

2013-01-22 Thread Esteban Lorenzano
Hi, So, ImageReadWriter currently reads image files and retrieve Form objects, who can be displayed in world... anybody knows (cough, cough, Igor) what would be the Athens replacement for that? thanks, Esteban

Re: [Pharo-project] DocTest

2013-01-22 Thread Camillo Bruni
for that we already have a fully working Phexample: http://www.squeaksource.com/phexample.html which I will push in 3.0, cause I never really liked #assert: and friends being sent to self. Furthermore we could finally build up decent messages! On 2013-01-22, at 18:24, Stéphane Ducasse

Re: [Pharo-project] NativeBoost and unions

2013-01-22 Thread Camillo Bruni
yes please! On 2013-01-22, at 19:10, Esteban Lorenzano esteba...@gmail.com wrote: as all the core packages for pharo (and NB is one of them), it should be in smalltalkhub :) On Jan 22, 2013, at 5:29 PM, Marcus Denker marcus.den...@inria.fr wrote: On Jan 22, 2013, at 5:26 PM, Ciprian

Re: [Pharo-project] User Interrupt Broken?!

2013-01-22 Thread Camillo Bruni
have you tried an older StackVM, I remember getting this behavior with more certainty under the CogVM... On 2013-01-22, at 18:51, Sean P. DeNigris s...@clipperadams.com wrote: Has anyone else noticed this? Open a fresh 2.0482 latest and hit Cmd-. a bunch of times. If the debugger opens on the

Re: [Pharo-project] User Interrupt Broken?!

2013-01-22 Thread Sean P. DeNigris
Camillo Bruni-3 wrote have you tried an older StackVM I can't even start a fresh 2.0482 image with a stack vm. I tried an old one from early 2012, and the oldest and newest from the static file server. -- View this message in context:

Re: [Pharo-project] User Interrupt Broken?!

2013-01-22 Thread David T. Lewis
Keep in mind that responding to the user interrupt key can be timing dependent, so differences between the behavior of Cog and interpreter VMs may be nothing more than the effect of a faster versus slower VM running the same image. It does not mean that Cog is more (or less) error prone, it might

Re: [Pharo-project] iCal port to Magritte3

2013-01-22 Thread Yanni Chiu
Hmmm. It seems the ConfigurationOf is expecting GemStone and Squeak, not Pharo. Yikes, the differences in Date, Time, DateAndTime, timezones, etc. across dialects and versions is a *challenge*. I probably don't need Magritte3. I just want to create ical files. [Aside. I wish there were a

Re: [Pharo-project] DocTest

2013-01-22 Thread Tudor Girba
+1 Doru On Jan 23, 2013, at 1:07 AM, Camillo Bruni camillobr...@gmail.com wrote: for that we already have a fully working Phexample: http://www.squeaksource.com/phexample.html which I will push in 3.0, cause I never really liked #assert: and friends being sent to self. Furthermore we

[Pharo-project] pharotaskforces broken on squeaksource

2013-01-22 Thread Tudor Girba
Hi, It seems that the http://www.squeaksource.com/PharoTaskForces repository is broken. When I try to connect to it via Monticello, I get a SubscriptOutOfBounds: 0. The problem seems to be that the repository somehow has a file called '.mcz' (which is obviously wrong): (MCHttpRepository

Re: [Pharo-project] [GS/SS Beta] iCal port to Magritte3

2013-01-22 Thread Paul DeBruicker
Hi Yanni, My mistake. StafferDateAndTime class is my subclass of the Chronos class Timepoint. Those references can be replaced with 'self dateAndTimeClass' sends. I removed the offending references and put the corrected version and the missing version if ICalChronos up on Squeaksource. The

Re: [Pharo-project] [GS/SS Beta] iCal port to Magritte3

2013-01-22 Thread Yanni Chiu
On 22/01/13 11:31 PM, Paul DeBruicker wrote: My mistake. StafferDateAndTime class is my subclass of the Chronos class Timepoint. Those references can be replaced with 'self dateAndTimeClass' sends. I tried creating StafferDateAndTime as a subclass of DateAndTime, but there were still

Re: [Pharo-project] Athens replacement for ImageReadWriter?

2013-01-22 Thread Denis Kudriashov
I have same question :)) 2013/1/23 Esteban Lorenzano esteba...@gmail.com Hi, So, ImageReadWriter currently reads image files and retrieve Form objects, who can be displayed in world... anybody knows (cough, cough, Igor) what would be the Athens replacement for that? thanks, Esteban

Re: [Pharo-project] OrderedCollections and File I/O

2013-01-22 Thread H. Hirzel
On 1/23/13, J. P. L. Martín argu...@gmail.com wrote: Say I have an OrderedCollection which I want to save into a file and then recover from that file when I restart the application. How should I proceed? So far I've been doing a mess, saving the OrderedCollection on a file asString, since I'm

Re: [Pharo-project] OrderedCollections and File I/O

2013-01-22 Thread Dennis Schetinin
Fuel: http://rmod.lille.inria.fr/web/pier/software/Fuel Best regards, Dennis Schetinin On Wednesday, 23 January 2013 г. at 8:24, J. P. L. Martín wrote: Say I have an OrderedCollection which I want to save into a file and then recover from that file when I restart the application. How

Re: [Pharo-project] Must OSPlatform classosVersion be deprecated?

2013-01-22 Thread Marcus Denker
On Jan 22, 2013, at 11:55 PM, David T. Lewis le...@mail.msen.com wrote: On Tue, Jan 22, 2013 at 01:51:56PM -0800, Chris Cunningham wrote: On Tue, Jan 22, 2013 at 12:13 PM, David T. Lewis le...@mail.msen.comwrote: On Tue, Jan 22, 2013 at 08:05:02PM +0100, Marcus Denker wrote: On Jan 22,

Re: [Pharo-project] DocTest

2013-01-22 Thread Nicolas Cellier
Who should assert then? From a certain POV, it does not seem that awfully unlogical to delegate this responsability to a TestCase. A TestCase is here to assert some rule. Nicolas 2013/1/23 Camillo Bruni camillobr...@gmail.com: for that we already have a fully working Phexample:

Re: [Pharo-project] OrderedCollections and File I/O

2013-01-22 Thread Esteban Lorenzano
yep, fuel... :) On Jan 23, 2013, at 6:50 AM, Dennis Schetinin chae...@gmail.com wrote: Fuel: http://rmod.lille.inria.fr/web/pier/software/Fuel Best regards, Dennis Schetinin On Wednesday, 23 January 2013 г. at 8:24, J. P. L. Martín wrote: Say I have an OrderedCollection which I want

Re: [Pharo-project] OrderedCollections and File I/O

2013-01-22 Thread Sven Van Caekenberghe
On 23 Jan 2013, at 05:24, J. P. L. Martín argu...@gmail.com wrote: Say I have an OrderedCollection which I want to save into a file and then recover from that file when I restart the application. How should I proceed? So far I've been doing a mess, saving the OrderedCollection on a file

[Pharo-project] [update 2.0] #20483

2013-01-22 Thread Marcus Denker
20483 - Issue 7305: Adding username/password support to ConfigurationCommandLineHandlergofer http://code.google.com/p/pharo/issues/detail?id=7305 Issue 7302: the emergency evaluator revert functionality does not work