You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> Task :module-api:rawIr FAILED
Encountered error trying to parse file '/Volumes/git/repo/module-api/build/conjure/Service.yml'
Import not found for namespace: Namespace{name=othernamespace}
the actual import failure was while parsing a file imported by Service.yml, not in Service.yml itself (but it was particularly confusing because othernamespace was imported into Service.yml as well).
# transitive-import.ymltypes:
# intentionally empty for example, but should have:# othernamespace: ./other-import.ymlconjure-imports: []definitions:
objects:
# references a namespace that is not declared, but is declared in the parentOtherThing: othernamespace.thing
The error message should more accurately reflect the enclosing file that failed to import.
The text was updated successfully, but these errors were encountered:
From an internal slack discussion:
Here is a simple example of the issue:
The error message should more accurately reflect the enclosing file that failed to import.
The text was updated successfully, but these errors were encountered: