Closed msujew closed 1 year ago
@ballcoach12 This isn't actually intended behavior, but a bug. For some reason the validation triggers even though the import exists. This only seems to happen if the import contains ..
. The import URI isn't normalized and creates a weird document URI. Since we check for document equality by comparing URIs, the check fails and the validation triggers. I'll look into this.
See also #526 about normalizing relative paths.
This has been resolved with https://github.com/langium/langium/pull/763.
Discussed in https://github.com/langium/langium/discussions/532