PATHS keyword has global scope.

ECLIPSE resolves path aliases defined in an included file globally, i.e.
/
|> include.inc
|-- PATHS 'alias' 'path/to/dir'
|> main.data
|-- INCLUDE 'include.inc' /
| [...]
|-- INCLUDE '$alias/file.inc' /

will resolve as 'path/to/dir/file.inc'. This behaviour is now adopted by
opm-parser.
This commit is contained in:
Jørgen Kvalsvik
2016-02-22 09:56:46 +01:00
parent 7b5bc29d81
commit 7bc3c79301
7 changed files with 39 additions and 8 deletions

View File

@@ -0,0 +1,3 @@
PATHS
'FOOPATH' 'include/invalid' /
/