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

Better diagnostics for multiple component/action registerations under the same name #103

Closed
brycelelbach opened this issue Jul 10, 2012 · 4 comments
Milestone

Comments

@brycelelbach
Copy link
Member

[reported by blelbach] [Trac time Thu Aug 18 01:53:15 2011] This error frequently crops up when we copy/paste examples and forget to change the unique names that are passed to the registration macros. We need to diagnose this better as this sort of error currently has cryptic symptoms.

@brycelelbach
Copy link
Member Author

[comment by blelbach] [Trac time Tue Feb 28 22:01:46 2012] One facet of this problem: It is possible to create two component classes, give them the same component name, and load them at once. Both components get the same component id, and no explicit error is generated until the components are actually used.

@brycelelbach
Copy link
Member Author

[comment by blelbach] [Trac time Tue Apr 17 19:30:09 2012] Work done for this in r7753

@brycelelbach
Copy link
Member Author

[comment by blelbach] [Trac time Tue Jul 3 00:15:41 2012] Milestone 0.9.0-rc2 deleted

@hkaiser
Copy link
Member

hkaiser commented Aug 12, 2012

That's supposedly fixed. Please reopen, if needed.

@hkaiser hkaiser closed this as completed Aug 12, 2012
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

2 participants