[Pharo-project] DuplicatedVariableError: styler is already defined in PluggableTextMorph
When trying to do: Gofer new renggli: 'omnibrowser'; package: 'OmniBrowser'; package: 'OB-Standard'; package: 'OB-Morphic'; package: 'OB-Shout'; package: 'OB-Refactory'; package: 'OB-Regex'; package: 'OB-SUnitIntegration'; load (Part of the build scripts of LR's builder scripting package) I get the following error: DuplicatedVariableError: styler is already defined in PluggableTextMorph while loading the definitiion of OBPluggableTextMorphWithShout in PharoCore 1.2 #12294. I have seen some things flying around on the mailinglist related indirectly to this issue. Is there a solution ? Thx, Sven
There is a fix already submitted to PharoTaskForces. If you download the last version from the metacello config, it should load well :). Cheers! On Wed, Jan 12, 2011 at 4:05 PM, Sven Van Caekenberghe <sven@beta9.be>wrote:
When trying to do:
Gofer new renggli: 'omnibrowser'; package: 'OmniBrowser'; package: 'OB-Standard'; package: 'OB-Morphic'; package: 'OB-Shout'; package: 'OB-Refactory'; package: 'OB-Regex'; package: 'OB-SUnitIntegration'; load
(Part of the build scripts of LR's builder scripting package)
I get the following error:
DuplicatedVariableError: styler is already defined in PluggableTextMorph
while loading the definitiion of OBPluggableTextMorphWithShout in PharoCore 1.2 #12294.
I have seen some things flying around on the mailinglist related indirectly to this issue.
Is there a solution ?
Thx,
Sven
On 12 Jan 2011, at 20:11, Guillermo Polito wrote:
There is a fix already submitted to PharoTaskForces. If you download the last version from the metacello config, it should load well :).
Thanks for the response, Guillermo. I will have to read up on Metacello, I keep postponing it, but there seems to be no escape from it ;-) Sven
I think that Gofer it squeaksource: 'MetacelloRepository'; package: 'ConfigurationOfOmniBrowser'; load. (((Smalltalk at: #ConfigurationOfOmniBrowser) perform: #project) perform: #version with: '1.2.3') load should do it ;) On Wed, Jan 12, 2011 at 5:18 PM, Sven Van Caekenberghe <sven@beta9.be>wrote:
On 12 Jan 2011, at 20:11, Guillermo Polito wrote:
There is a fix already submitted to PharoTaskForces. If you download the last version from the metacello config, it should load well :).
Thanks for the response, Guillermo.
I will have to read up on Metacello, I keep postponing it, but there seems to be no escape from it ;-)
Sven
Here is the current draft of documentation around metacello. People often complain that there is no doc but writing doc is also a full time jobwe are trying to address. Feedback is welcomed and source is on github. Symbolic versions are really draft version. Stef
On 13 Jan 2011, at 09:26, Stéphane Ducasse wrote:
Here is the current draft of documentation around metacello. People often complain that there is no doc but writing doc is also a full time jobwe are trying to address.
Feedback is welcomed and source is on github. <Metacello.pdf>
Symbolic versions are really draft version. Stef
Yeah, I found that too, it looks quite nice. I was justing printing it out this morning to read this evening. And yes, I really appreciate such documentation work, it is very hard work. Thank you, Mariano ! Sven
There is a fix already submitted to PharoTaskForces.
Where what bug entry?
If you download the last version from the metacello config, it should load well :).
Cheers!
On Wed, Jan 12, 2011 at 4:05 PM, Sven Van Caekenberghe <sven@beta9.be> wrote: When trying to do:
Gofer new renggli: 'omnibrowser'; package: 'OmniBrowser'; package: 'OB-Standard'; package: 'OB-Morphic'; package: 'OB-Shout'; package: 'OB-Refactory'; package: 'OB-Regex'; package: 'OB-SUnitIntegration'; load
(Part of the build scripts of LR's builder scripting package)
I get the following error:
DuplicatedVariableError: styler is already defined in PluggableTextMorph
while loading the definitiion of OBPluggableTextMorphWithShout in PharoCore 1.2 #12294.
I have seen some things flying around on the mailinglist related indirectly to this issue.
Is there a solution ?
Thx,
Sven
On Thu, Jan 13, 2011 at 5:26 AM, Stéphane Ducasse <stephane.ducasse@inria.fr
wrote:
There is a fix already submitted to PharoTaskForces.
Where what bug entry?
Today some of ConfigurationOfOmniBrowser packages rely on PharoTaskForces. Mmm, I did and integrated those "fixes" in order to build 1.2 full. I submitted them into PharoTaskForces because I've no access to lukas repo, and I don't know what does he what to do with those changes...
If you download the last version from the metacello config, it should load well :).
Cheers!
On Wed, Jan 12, 2011 at 4:05 PM, Sven Van Caekenberghe <sven@beta9.be> wrote: When trying to do:
Gofer new renggli: 'omnibrowser'; package: 'OmniBrowser'; package: 'OB-Standard'; package: 'OB-Morphic'; package: 'OB-Shout'; package: 'OB-Refactory'; package: 'OB-Regex'; package: 'OB-SUnitIntegration'; load
(Part of the build scripts of LR's builder scripting package)
I get the following error:
DuplicatedVariableError: styler is already defined in PluggableTextMorph
while loading the definitiion of OBPluggableTextMorphWithShout in PharoCore 1.2 #12294.
I have seen some things flying around on the mailinglist related indirectly to this issue.
Is there a solution ?
Thx,
Sven
On 13 Jan 2011, at 14:15, Guillermo Polito wrote:
Today some of ConfigurationOfOmniBrowser packages rely on PharoTaskForces.
Mmm, I did and integrated those "fixes" in order to build 1.2 full. I submitted them into PharoTaskForces because I've no access to lukas repo, and I don't know what does he what to do with those changes...
I had the impression (but I can be wrong) that it was Lukas' strategy to maintain just one 'head/trunk' version of his packages. So I was a bit surprised that they didn't load in 1.2. Since others reported OB to load, that meant patched versions were used from somewhere else. What is the official OB repository ? Sven
participants (3)
-
Guillermo Polito -
Stéphane Ducasse -
Sven Van Caekenberghe