Open nofun97 opened 4 years ago
This is intended behaviour. We don't want imports escaping into the wild. The correct approach is generally //{/module/relative/path/test.arrai}
.
There may be an argument for allowing parent-directory imports as long as they remain within a module, but even then there are potential complications due to symlinks and increased confusion when code gets moved around.
//{./../test} should be illegal. I raised #554
Please do not post any internal, closed source snippets on this public issue tracker!
Description
Arrai does not allow
//{../test.arrai}
Expected behavior
Imports it
Actual behavior
Your Environment
Current workaround
You can do this as a workaround