Tracking Namespaces #279
Unanswered
ThePerfectComputer
asked this question in
Q&A
Replies: 1 comment
-
There is some notion of this, but of course without semantic resolution this is largely irrelevant. MH does check that you don't have things like +a/foo/bar.m because that cannot be seen, but that's pretty much it. miss_hit/miss_hit_core/m_ast.py Lines 394 to 396 in f01fbf9 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I know that with miss_hit, you can do
mh.register_file()
. Does this track namespaces at all? For example, a file that sits in+dir1/+dir2/+dir3/func.m
could be referenced asdir1.dir2.dir3.func
. Does miss hit have any concept of this?Beta Was this translation helpful? Give feedback.
All reactions