-
Notifications
You must be signed in to change notification settings - Fork 942
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
Namespace conflicts #451
Comments
@thebigredgeek This is probably another example of how we need to fix |
@TooTallNate yeah it might also make sense to merge namespaces by default, or throw an error (optional "strict" mode or something) if namespace collision occurs. |
When do you think this will be released? I rely heavily on debug.enable('namespace:*') to enable debugging on a per-file basis. |
@therealgilles We all have day jobs - as with the majority of open source, this will get fixed when it gets fixed. |
@Qix- : My comment is from 7 months ago and was not meant to sound pushy. I totally understand, no worries. I have held off on upgrading thus far and the library still does the job for me. I also appreciate all the work people like you put in outside of their day jobs. |
See #425. I'm moving the discussion around |
Namespaces would conflict and only the latest namespace would be activated at the same time.
Test case:
Results:
Expected:
The text was updated successfully, but these errors were encountered: