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 |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
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.mcould be referenced asdir1.dir2.dir3.func. Does miss hit have any concept of this?All reactions