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

idl: imports bug #15

Open
ratoshniuk opened this issue Jun 24, 2019 · 0 comments
Open

idl: imports bug #15

ratoshniuk opened this issue Jun 24, 2019 · 0 comments
Assignees

Comments

@ratoshniuk
Copy link

while importing two items with the same name, IDL applies the last one instead of throwing an error about imported two items with the same name

import foo.bar1.{
    Item
}

import foo.bar2.{
    Item
}

after compilation, you will be able to work with foo.bar2.Item

Purpose:

throw an error when you fill find multiple items with the last name in a same domain instead overwriting

@neko-kai neko-kai transferred this issue from 7mind/izumi Mar 15, 2020
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