Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Similarly named files in different directories are ignored #2

Open
jasonkarns opened this issue Mar 11, 2013 · 1 comment
Open

Similarly named files in different directories are ignored #2

jasonkarns opened this issue Mar 11, 2013 · 1 comment
Assignees
Labels

Comments

@jasonkarns
Copy link

It appears that directory structure is essentially ignored which means that two files with the same but in different directories get treated as one.

/root
  /dir1
    file1
  /dir2
    file1

The graph will only show dependencies for /root/dir1/file1 while /root/dir2/file1 is ignored entirely. It doesn't appear in the graph and it doesn't track any dependencies within dir2/file1

@dcadenas
Copy link
Owner

Thanks for reporting it. I'll take a look as soon as I can.

@ghost ghost assigned dcadenas Mar 11, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants