Open PonteIneptique opened 6 years ago
Currently, if you are to use the same resolver cache in between applications, text.path during parsing is set to use a relative path (see https://github.com/Capitains/Nautilus/blob/dev/capitains_nautilus/cts/resolver.py#L413-L418 ).
text.path
It would be good for it to be turned to an absolute path and enable this kind of cache reuse.
Currently, if you are to use the same resolver cache in between applications,
text.path
during parsing is set to use a relative path (see https://github.com/Capitains/Nautilus/blob/dev/capitains_nautilus/cts/resolver.py#L413-L418 ).It would be good for it to be turned to an absolute path and enable this kind of cache reuse.