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

Store : avoid name collision #396

Closed
Hartorn opened this issue Jul 19, 2017 · 0 comments
Closed

Store : avoid name collision #396

Hartorn opened this issue Jul 19, 2017 · 0 comments

Comments

@Hartorn
Copy link
Contributor

Hartorn commented Jul 19, 2017

A test should be done on store creation to avoid name collision inside the store.
For example, it should not be possible to have two nodes named demande and errorDemande.

At the moment, it is problematic : the node errorDemande is created, but the data is dispatched as an error in demande

A solution would be to test if the array of node named prefixed by status, error has a non empty intersection with the array of node un prefixed

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

No branches or pull requests

2 participants