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

Ensure that circular imports work #17

Closed
klmr opened this issue May 7, 2014 · 0 comments
Closed

Ensure that circular imports work #17

klmr opened this issue May 7, 2014 · 0 comments

Comments

@klmr
Copy link
Owner

klmr commented May 7, 2014

Does this work?

# a.r
import('b')
# b.r
import('a')

Add test case, and ensure that it has a proper, well-defined semantic with bounded execution time (although not necessarily regardless of inclusion order).

@klmr klmr added this to the First final API milestone May 7, 2014
@klmr klmr added the bug label May 7, 2014
klmr added a commit that referenced this issue Jun 26, 2014
@klmr klmr closed this as completed Jun 27, 2014
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

1 participant