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

fix(tools): imports not handling recursion #298

Merged
merged 1 commit into from
Jun 18, 2020
Merged

Conversation

sh0rez
Copy link
Member

@sh0rez sh0rez commented Jun 18, 2020

Recursive imports (import cycle) is allowed and handled well in Jsonnet,
but not by our tool imports. This adds that property

Recursive imports (import cycle) is allowed and handled well in Jsonnet,
but not by our `tool imports`. This adds that property
@sh0rez sh0rez added kind/bug Something isn't working component/tooling labels Jun 18, 2020
@sh0rez sh0rez merged commit 62b18e4 into master Jun 18, 2020
@sh0rez sh0rez deleted the imports-recurse branch June 18, 2020 15:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/tooling kind/bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants