broken package browser

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

broken package browser

Tudor Girba
The package browser is broken in the 10495 dev image.

For some reason, the cmdFactories array contained nil objects, so I  
had to patch it:
scanNodeCommands: ann
        (cmdFactories select: [:ea | ea notNil and: [ea takesNodes]])
                do: [:ea | ann addFactory: ea]

I am not sure whether the problem is really in OB or in the image.

Cheers,
Doru


--
www.tudorgirba.com

"Obvious things are difficult to teach."




_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: broken package browser

Adrian Lienhard
Yes, I noticed that too. I created an issue in the tracker: http://code.google.com/p/pharo/issues/detail?id=1445

Adrian

On Nov 15, 2009, at 22:38 , Tudor Girba wrote:

> The package browser is broken in the 10495 dev image.
>
> For some reason, the cmdFactories array contained nil objects, so I
> had to patch it:
> scanNodeCommands: ann
> (cmdFactories select: [:ea | ea notNil and: [ea takesNodes]])
> do: [:ea | ann addFactory: ea]
>
> I am not sure whether the problem is really in OB or in the image.
>
> Cheers,
> Doru
>
>
> --
> www.tudorgirba.com
>
> "Obvious things are difficult to teach."
>
>
>
>
> _______________________________________________
> Pharo-project mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: broken package browser

hernanmd
In reply to this post by Tudor Girba
http://code.google.com/p/omnibrowser/issues/detail?id=4

2009/11/15 Tudor Girba <[hidden email]>:

> The package browser is broken in the 10495 dev image.
>
> For some reason, the cmdFactories array contained nil objects, so I
> had to patch it:
> scanNodeCommands: ann
>        (cmdFactories select: [:ea | ea notNil and: [ea takesNodes]])
>                do: [:ea | ann addFactory: ea]
>
> I am not sure whether the problem is really in OB or in the image.
>
> Cheers,
> Doru
>
>
> --
> www.tudorgirba.com
>
> "Obvious things are difficult to teach."
>
>
>
>
> _______________________________________________
> Pharo-project mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>

_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project