DuplicatedVariableError: styler is already defined in PluggableTextMorph

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
9 messages Options
Reply | Threaded
Open this post in threaded view
|

DuplicatedVariableError: styler is already defined in PluggableTextMorph

Sven Van Caekenberghe
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


Reply | Threaded
Open this post in threaded view
|

Re: DuplicatedVariableError: styler is already defined in PluggableTextMorph

Guillermo Polito
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 <[hidden email]> 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



Reply | Threaded
Open this post in threaded view
|

Re: DuplicatedVariableError: styler is already defined in PluggableTextMorph

Sven Van Caekenberghe

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


Reply | Threaded
Open this post in threaded view
|

Re: DuplicatedVariableError: styler is already defined in PluggableTextMorph

Guillermo Polito
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 <[hidden email]> 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



Reply | Threaded
Open this post in threaded view
|

Re: DuplicatedVariableError: styler is already defined in PluggableTextMorph

Stéphane Ducasse
In reply to this post by Sven Van Caekenberghe
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





Metacello.pdf (346K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: DuplicatedVariableError: styler is already defined in PluggableTextMorph

Stéphane Ducasse
In reply to this post by Guillermo Polito

> 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 <[hidden email]> 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
>
>
>


Reply | Threaded
Open this post in threaded view
|

Re: DuplicatedVariableError: styler is already defined in PluggableTextMorph

Sven Van Caekenberghe
In reply to this post by Stéphane Ducasse

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


Reply | Threaded
Open this post in threaded view
|

Re: DuplicatedVariableError: styler is already defined in PluggableTextMorph

Guillermo Polito
In reply to this post by Stéphane Ducasse

On Thu, Jan 13, 2011 at 5:26 AM, Stéphane Ducasse <[hidden email]> 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 <[hidden email]> 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
>
>
>



Reply | Threaded
Open this post in threaded view
|

Re: DuplicatedVariableError: styler is already defined in PluggableTextMorph

Sven Van Caekenberghe

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