[squeak-dev] is last OB package browser changes/publish broken?

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

[squeak-dev] is last OB package browser changes/publish broken?

EstebanLM
Hi,
I just downloaded last OB from universe, using this script (it loads
last OB from universes):

Installer universe
        addPackage: 'OmniBrowser-Full';
        addPackage: 'eCompletionOmniBrowser';
        addPackage: 'OB-Enhancements';
    addPackage: 'OmniBrowser-Refactory';
        addPackage: 'Universes OmniBrowser';
        addPackage: 'AutomaticMethodCategorizerOB(0.2)';
        install.


There are a loy of cool changes!
..but... (there is always a "but" :), I think monticello support on
package browser is broken. It throws a DNU #isPackage on
PasteUpMorph... I think PasteUpMorph shouldn't be there :)

I'm missing a package or something?

Thanks,
Esteban



Reply | Threaded
Open this post in threaded view
|

Re: [squeak-dev] is last OB package browser changes/publish broken?

David Röthlisberger-2
Hi Esteban,

this seems to be a very strange problem, I cannot reproduce it here.
Could you upload the image you are using somewhere so that I can have a look? That
would be great.

Cheers,
David

> I just downloaded last OB from universe, using this script (it loads
> last OB from universes):
>
> Installer universe     addPackage: 'OmniBrowser-Full';
>     addPackage: 'eCompletionOmniBrowser';
>     addPackage: 'OB-Enhancements';
>        addPackage: 'OmniBrowser-Refactory';
>     addPackage: 'Universes OmniBrowser';
>     addPackage: 'AutomaticMethodCategorizerOB(0.2)';
>     install.
>
>
> There are a loy of cool changes!
> ..but... (there is always a "but" :), I think monticello support on
> package browser is broken. It throws a DNU #isPackage on PasteUpMorph...
> I think PasteUpMorph shouldn't be there :)
>
> I'm missing a package or something?
>
> Thanks,
> Esteban
>
>
>