Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ConfiguTation browser menu entry raises MNU #493

Closed
seandenigris opened this issue Aug 3, 2015 · 2 comments
Closed

ConfiguTation browser menu entry raises MNU #493

seandenigris opened this issue Aug 3, 2015 · 2 comments

Comments

@seandenigris
Copy link
Contributor

Originally reported on Google Code with ID 493


In the Hudson nightly build of 15 jan.

MooseDevBrowser class>>menuCommandOn: aBuilder
    <worldMenu>
    (aBuilder item: #'MooseConfigutationBrowser')
        order: 6; 
        parent: #Moose;
        label: 'Moose Configutation Browser';
        action:[MooseDevBrowser open]


Not only ConfiguTation -> ConfiguRation :-), but it also raises a MNU: reciever of
"Project" is nil. Cause: "list selection" is nil in the following part of [MooseDevBrowser>>open]


        Smalltalk at: #OBCmdMetacello ifPresent: [ :x |
                projectList dynamicActions: [:list | 
                    (GLMOBCommandAdaptor new 
                        actionsFrom: (Smalltalk at: #OBCmdMetacello) subclasses 
                        on: list selection project configuration class
                        for: nil ) do: [:each | each category: 'OB Commands'] ] ]

Reported by jfabry on 2011-01-15 16:01:38

@seandenigris
Copy link
Contributor Author

Indeed. Actually, this browser should go away and be replaced with the works of Dale
and Alex (and possibly the GTMetaceller - after Metacello is released)

Reported by tudor.girba on 2011-01-15 20:01:13

  • Labels added: Milestone-4.3

@seandenigris
Copy link
Contributor Author

Name: Moose-Wizard-TudorGirba.66
Author: TudorGirba
Time: 5 February 2011, 12:11:37 am
UUID: f400b1ba-b96b-4657-a8b6-9085677f0983
Ancestors: Moose-Wizard-TudorGirba.65

moved MooseDevBrowser to the deprecated project

Reported by tudor.girba on 2011-02-04 23:12:00

  • Status changed: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant