Re: [Pharo-dev] XMLParser PharoExtras, XMLWriter, XPath: status?

2013-10-01 Thread Hernán Morales Durand
El 29/09/2013 11:01, Stéphane Ducasse escribió: cool is it standalone? Yes Could you add the catalog metadata and publish it in metarepository like that it will be documented on the catalog. You can take as example Soup or OSC on PharoExtras Done. I have added usage example. Let me know

Re: [Pharo-dev] unexpected lack of Method Version History (due to CI process?)

2013-10-01 Thread Marcus Denker
On Oct 1, 2013, at 3:54 AM, b...@openinworld.com wrote: Marcus Denker wrote: On Sep 30, 2013, at 5:40 PM, b...@openinworld.com wrote: In the process of reviewing a fix to an issue [1] that I reported with PharoLauncher, I downloaded the latest CI result and browsed to the method I

[Pharo-dev] [update 3.0] #30435

2013-10-01 Thread Marcus Denker
30435 - 11729 Sync Opa from repo: #timesRepeat optimization enabled https://pharo.fogbugz.com/f/cases/11729 11720 DateModel: Add #displayBlock: https://pharo.fogbugz.com/f/cases/11720 11727 remove unused ivar scrollBarOnLeft in ScrollPane

[Pharo-dev] [regression reporter]regression occurred

2013-10-01 Thread no-reply
https://ci.inria.fr/pharo/job/Pharo-3.0-Update-Step-2.1-Validation/label=linux-stable-worker/553/ 1 regressions found. Tests.Release.ReleaseTest.testInstanceSideMethodsWithNilKeyInLastLiteral

[Pharo-dev] [regression reporter]regression occurred

2013-10-01 Thread no-reply
https://ci.inria.fr/pharo/job/Pharo-3.0-Update-Step-2.1-Validation/label=win/553/ 2 regressions found. Tests.Release.ReleaseTest.testInstanceSideMethodsWithNilKeyInLastLiteral Zinc.Tests.ZnServerTests.testEntityTooLarge

[Pharo-dev] [regression reporter]regression occurred

2013-10-01 Thread no-reply
https://ci.inria.fr/pharo/job/Pharo-3.0-Update-Step-2.1-Validation/label=mac/553/ 1 regressions found. Tests.Release.ReleaseTest.testInstanceSideMethodsWithNilKeyInLastLiteral

Re: [Pharo-dev] Weird issue with removing instance vars from class def: instance vars jumbled

2013-10-01 Thread p...@highoctane.be
Can I do that on a given class? Compiler recompileAll would take ages I guess...

[Pharo-dev] SlotVirus

2013-10-01 Thread btc
I've just bumped into an interesting class named 'SlotVirus'. Thats a cute name, but its not really business friendly. In business some people in power get to be unreasonable about these things. They are the gatekeepers and unfortunately we don't get to choose that they should be more

Re: [Pharo-dev] Weird issue with removing instance vars from class def: instance vars jumbled

2013-10-01 Thread Marcus Denker
On Oct 1, 2013, at 9:02 AM, p...@highoctane.be p...@highoctane.be wrote: Can I do that on a given class? Compiler recompileAll would take ages I guess... Yes: Object compileAll (we should make the API consistent… on CompiledMethod is is #recompile, Compiler has recompileAll, on the whole

Re: [Pharo-dev] unexpected lack of Method Version History (due to CI process?)

2013-10-01 Thread Goubier Thierry
Le 30/09/2013 17:51, Marcus Denker a écrit : On Sep 30, 2013, at 5:40 PM, b...@openinworld.com wrote: In the process of reviewing a fix to an issue [1] that I reported with PharoLauncher, I downloaded the latest CI result and browsed to the method I knew had changed [2]. I wanted to

Re: [Pharo-dev] SlotVirus

2013-10-01 Thread Marcus Denker
On Oct 1, 2013, at 9:02 AM, b...@openinworld.com wrote: I've just bumped into an interesting class named 'SlotVirus'. Thats a cute name, but its not really business friendly. In business some people in power get to be unreasonable about these things. They are the gatekeepers and

Re: [Pharo-dev] SlotVirus

2013-10-01 Thread Marcus Denker
On Oct 1, 2013, at 9:07 AM, Marcus Denker marcus.den...@inria.fr wrote: And we should not forget to do these cleanups: we now have nearly everything double in the system: - Compiler - Inspector - Debugger - ClassBuilder - ClassOrganizer - Browser….

Re: [Pharo-dev] SlotVirus

2013-10-01 Thread Marcus Denker
On Oct 1, 2013, at 9:23 AM, Marcus Denker marcus.den...@inria.fr wrote: On Oct 1, 2013, at 9:07 AM, Marcus Denker marcus.den...@inria.fr wrote: And we should not forget to do these cleanups: we now have nearly everything double in the system: - Compiler - Inspector -

Re: [Pharo-dev] Weird issue with removing instance vars from class def: instance vars jumbled

2013-10-01 Thread p...@highoctane.be
Still, why does it occur ? Normal ? I experienced that on a class with quite a number of instVars.

Re: [Pharo-dev] Weird issue with removing instance vars from class def: instance vars jumbled

2013-10-01 Thread Marcus Denker
On Oct 1, 2013, at 9:34 AM, p...@highoctane.be p...@highoctane.be wrote: Still, why does it occur ? Normal ? I experienced that on a class with quite a number of instVars. This seems to be a bug. When you remove / add inst vars, the offset of all those behind need to change (and all in the

Re: [Pharo-dev] Weird issue with removing instance vars from class def: instance vars jumbled

2013-10-01 Thread Norbert Hartl
Am 01.10.2013 um 09:37 schrieb Marcus Denker marcus.den...@inria.fr: On Oct 1, 2013, at 9:34 AM, p...@highoctane.be p...@highoctane.be wrote: Still, why does it occur ? Normal ? I experienced that on a class with quite a number of instVars. This seems to be a bug. When you remove /

Re: [Pharo-dev] SlotVirus

2013-10-01 Thread p...@highoctane.be
And we were complaining about double hierarchies in morphs... I kind of agree that the Virus monicker isn't the best around. On Tue, Oct 1, 2013 at 9:07 AM, Marcus Denker marcus.den...@inria.frwrote: On Oct 1, 2013, at 9:02 AM, b...@openinworld.com wrote: I've just bumped into an

Re: [Pharo-dev] Weird issue with removing instance vars from class def: instance vars jumbled

2013-10-01 Thread p...@highoctane.be
I think that I may have reordered some instVars as well in the process. They look like in alphabetical order when autogenerated from the refactorings menu (instvar accessors). Also, I regenerated them more than once and removed some manually. (Which makes me think that a unselect all from that

Re: [Pharo-dev] Weird issue with removing instance vars from class def: instance vars jumbled

2013-10-01 Thread Marcus Denker
On Oct 1, 2013, at 10:13 AM, Norbert Hartl norb...@hartl.name wrote: Am 01.10.2013 um 09:37 schrieb Marcus Denker marcus.den...@inria.fr: On Oct 1, 2013, at 9:34 AM, p...@highoctane.be p...@highoctane.be wrote: Still, why does it occur ? Normal ? I experienced that on a class with

Re: [Pharo-dev] Primitives lookupEntryIn:index: fails on mac with the latest vm

2013-10-01 Thread Andrei Chis
It also happens on other machines. On Mon, Sep 30, 2013 at 10:45 PM, Andrei Chis chisvasileand...@gmail.comwrote: Might be something related to my particular machine but it happens consistently. I'll try it tomorrow other laptops. On Mon, Sep 30, 2013 at 10:37 PM, Camillo Bruni

[Pharo-dev] SlotVirus

2013-10-01 Thread Torsten Bergmann
we now have nearly everything double in the system: We should really clean up. And introduce namespaces ;)

[Pharo-dev] I want to remove Pharo/XMLWriter since it is in PharoExtras/XMLWriter

2013-10-01 Thread Stéphane Ducasse
Hi guys does anybody use Pharo/XMLWriter because the official repo is PharoExtras/XMLWriter And I want to remove Pharo/XMLWriter Stef

Re: [Pharo-dev] Primitives lookupEntryIn:index: fails on mac with the latest vm

2013-10-01 Thread Esteban Lorenzano
yes, latest builds are unstable. I'm promoting a new stable version based in a previous commit soon. Esteban On Oct 1, 2013, at 11:16 AM, Andrei Chis chisvasileand...@gmail.com wrote: It also happens on other machines. On Mon, Sep 30, 2013 at 10:45 PM, Andrei Chis

[Pharo-dev] [update 3.0] #30436

2013-10-01 Thread Esteban Lorenzano
30436 - 11732 add NonInteractiveTranscript to kernel packages https://pharo.fogbugz.com/f/cases/11732 Diff information: http://smalltalkhub.com/mc/Pharo/Pharo30/main/System-Support-EstebanLorenzano.923.diff

[Pharo-dev] eGov Hackathon in Namur, Belgium, this friday and week end - takers?

2013-10-01 Thread p...@highoctane.be
There has been 4 people bailing out and having paid their space I am going to use Pharo as a showcase over there. Any takers to join me to hack for the common good and showcase Pharo's powers? (Additional perk: I've Pharo t-shirts ) Here is the info: http://hackathonegovwallonia.net/ Phil ---

[Pharo-dev] [update 3.0] #30437

2013-10-01 Thread Marcus Denker
30437 - 11738 add #recompile to Class/Trait, the image and compiledMethod https://pharo.fogbugz.com/f/cases/11738 11736 remove public API retractable scrollbars https://pharo.fogbugz.com/f/cases/11736 11650 fix shadowed vars in Opal examples

[Pharo-dev] as yet unclassified protocol remains when empty

2013-10-01 Thread btc
I wanted to check this was not a feature before reporting an issue. Previously in Pharo 2.0, when the protocol as yet unclassified became empty, it disappeared. In Pharo 30434, it does not disappear when empty. Really a small thing, but I prefer the previous behaviour. cheers -ben

[Pharo-dev] [update 3.0] #30438

2013-10-01 Thread Marcus Denker
30438 - 11641 #isLiteral should only be true for literal objects -- everyone else should use isLiteralNode or isLiteralToken https://pharo.fogbugz.com/f/cases/11641 Diff information: http://smalltalkhub.com/mc/Pharo/Pharo30/main/SmartSuggestions-MarcusDenker.110.diff

[Pharo-dev] [regression reporter]regression occurred

2013-10-01 Thread no-reply
https://ci.inria.fr/pharo/job/Pharo-3.0-Update-Step-2.1-Validation/label=win/556/ 1 regressions found. Zinc.Tests.ZnServerTests.testEntityTooLarge

Re: [Pharo-dev] 11635: Race condition in SequenceableCollectionshuffle

2013-10-01 Thread Max Leske
bump... Thanks for the feedback guys. Based on the discussion I propose a different set of changes: 1. shuffle ^ self shuffleBy: Random new 2. shuffled ^ self copy shuffle 3. remove #shuffledBy: (if you're specific enough to use a custom Random instance you can

Re: [Pharo-dev] as yet unclassified protocol remains when empty

2013-10-01 Thread Goubier Thierry
Hi Ben, I think it has already been noticed as a bug, so it will be corrected. Not sure there is already an issue about it, however. Regards, Thierry Le 01/10/2013 15:43, b...@openinworld.com a écrit : I wanted to check this was not a feature before reporting an issue. Previously in Pharo

Re: [Pharo-dev] 11635: Race condition in SequenceableCollectionshuffle

2013-10-01 Thread Henrik Johansen
On Sep 28, 2013, at 10:59 , Max Leske maxle...@gmail.com wrote: Thanks for the feedback guys. Based on the discussion I propose a different set of changes: 1. shuffle ^ self shuffleBy: Random new 2. shuffled ^ self copy shuffle 3. remove #shuffledBy: (if you're

Re: [Pharo-dev] [Pharo-users] [ANN] Launching Pharo on Ubuntu

2013-10-01 Thread Nicolas Passerini
Hi Demian, I've been using your ppa for a while, but I could have the last update working. This is the information I've got: npasserini@pablitar-xps:~/Downloads$ sudo apt-get install pharo-launcher:i386 Reading package lists... Done Building dependency tree Reading state information... Done The

Re: [Pharo-dev] SlotVirus

2013-10-01 Thread Pavel Krivanek
2013/10/1 Marcus Denker marcus.den...@inria.fr: On Oct 1, 2013, at 9:23 AM, Marcus Denker marcus.den...@inria.fr wrote: On Oct 1, 2013, at 9:07 AM, Marcus Denker marcus.den...@inria.fr wrote: And we should not forget to do these cleanups: we now have nearly everything double in the

Re: [Pharo-dev] XMLParser PharoExtras, XMLWriter, XPath: status?

2013-10-01 Thread Stéphane Ducasse
Hi hernan this is great it shows up in the catalog list. https://ci.inria.fr/pharo-contribution/job/PharoProjectCatalog/HTML_Report/? Now could you add the catalog metadata information to the configuration. I will improve the catalog generator to generate the missing method template. if

[Pharo-dev] HTTPProgress Content-Length v.

2013-10-01 Thread Ben Coman
For PharoLauncher, I am trying to get a progress bar going for the downloading the Template lists, but the total transfer size is not being filled in for the HTTPProgress announcement. I've pulled out some code to Workspace script into [2] with the resulting Transcript result shown in [3].

Re: [Pharo-dev] HTTPProgress Content-Length v.

2013-10-01 Thread Sven Van Caekenberghe
Hi Ben, On 01 Oct 2013, at 19:48, Ben Coman b...@openinworld.com wrote: For PharoLauncher, I am trying to get a progress bar going for the downloading the Template lists, but the total transfer size is not being filled in for the HTTPProgress announcement. I've pulled out some code to

Re: [Pharo-dev] Pharo Project Catalog List

2013-10-01 Thread Stéphane Ducasse
On Oct 1, 2013, at 7:31 PM, Alexis Parseghian a.par...@gmail.com wrote: this is great it shows up in the catalog list. https://ci.inria.fr/pharo-contribution/job/PharoProjectCatalog/HTML_Report/ Having such a centralized list of Pharo(-related) project is a reat resource. Hadn't realized

[Pharo-dev] 'Refactoring-Environment' with: [ spec requires: 'AST-Core' ];

2013-10-01 Thread Stéphane Ducasse
Hile going over the old refactoring browse configuration I noticed 'Refactoring-Environment' with: [ spec requires: 'AST-Core' ]; and I really wonder if this is true. Stef

[Pharo-dev] About configuration of image projects

2013-10-01 Thread Stéphane Ducasse
Hi guys I started to work on creating configuration for all the projects inside the image RB Spec Zinc Ring OPAL AST Nautilus KeyMapping why because I want to be able to express the dependencies so that we get a modular system and that we can build it based on miniImage. So if you got

Re: [Pharo-dev] HTTPProgress Content-Length v.

2013-10-01 Thread btc
Sven Van Caekenberghe wrote: Hi Ben, On 01 Oct 2013, at 19:48, Ben Coman b...@openinworld.com wrote: For PharoLauncher, I am trying to get a progress bar going for the downloading the Template lists, but the total transfer size is not being filled in for the HTTPProgress

Re: [Pharo-dev] About configuration of image projects

2013-10-01 Thread Stéphane Ducasse
On Oct 1, 2013, at 11:32 PM, Clément Bera bera.clem...@gmail.com wrote: That's really cool. I guess it could be merged with the kernel bootstrap of Guille in order to create a full Pharo image from source. :) This is a long term plan :) :) Stef 2013/10/1 Stéphane Ducasse