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

Result matching of logical locations needs to account for all location parents #1175

Open
michaelcfanning opened this issue Dec 26, 2018 · 0 comments

Comments

@michaelcfanning
Copy link
Member

The fully qualified logical location is potentially a chain of things. Does our result matcher account for this?

Here's the simple test: create two log files, with a single result. Each result is identical except that one points to a logical location PartOne::PartTwo (where this is a fully qualified namespace) and the other points to a logical location PartOne::PartTwo (where PartTwo is a class defined in the PartOne namespace).

These two results should not match.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant