Imports of imports are resolved relative to the wrong file
Setup:
a.ds : module ab/b.ds : module b imports ../ac.ds : module c imports b/bResult:
Error atFile not found: "../a.ds"atc.ds.Expected result:
Submitted by Hendrik van Antwerpen on 27 February 2015 at 13:12
The import../ais resolved relative tob/b.ds, not relative toc.ds.
Log in to post comments