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

Test #785 #786

Closed
wants to merge 4 commits into from
Closed

Test #785 #786

wants to merge 4 commits into from

Conversation

jvrplmlmn
Copy link
Contributor

No description provided.

julienduchesne and others added 4 commits November 2, 2022 22:38
Jsonnet is weird with relative paths
Given two envs in their own folder. The two following imports in `env1/main.jsonnet will work`: `../env2/main.jsonnet` and `../../env2/main.jsonnet`, so we have to try all of them

The logic does so in a loop. Without a `break`, the logic worked when the match was found on the first case (and correct one) but failed on the second
@jvrplmlmn jvrplmlmn self-assigned this Nov 3, 2022
@jvrplmlmn jvrplmlmn closed this Nov 3, 2022
@jvrplmlmn jvrplmlmn deleted the jvrplmlmn/test-importers-relative-paths branch November 3, 2022 14:18
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

Successfully merging this pull request may close these issues.

2 participants