-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
cling::utils::Lookup::Named
does not look into using directive
#15407
Comments
pcanal
added a commit
to pcanal/roottest
that referenced
this issue
May 2, 2024
This is testing root-project/root#15406 and can test root-project/root#15407 (be is currently disable as the issue is not fixed)
pcanal
added a commit
to pcanal/roottest
that referenced
this issue
May 6, 2024
This is testing root-project/root#15406 and can test root-project/root#15407 (be is currently disable as the issue is not fixed)
dpiparo
pushed a commit
to root-project/roottest
that referenced
this issue
May 8, 2024
This is testing root-project/root#15406 and can test root-project/root#15407 (be is currently disable as the issue is not fixed)
2 tasks
pcanal
added a commit
to pcanal/roottest
that referenced
this issue
May 8, 2024
This is testing root-project/root#15406 and can test root-project/root#15407 (be is currently disable as the issue is not fixed)
pcanal
added a commit
to root-project/roottest
that referenced
this issue
May 8, 2024
This is testing root-project/root#15406 and can test root-project/root#15407 (be is currently disable as the issue is not fixed)
pcanal
added a commit
to pcanal/roottest
that referenced
this issue
May 8, 2024
This is testing root-project/root#15406 and can test root-project/root#15407 (be is currently disable as the issue is not fixed)
pcanal
added a commit
to root-project/roottest
that referenced
this issue
May 8, 2024
This is testing root-project/root#15406 and can test root-project/root#15407 (be is currently disable as the issue is not fixed)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Check duplicate issues.
Description
This is related to #15406
In a run of
cling::utils::Lookup::Named
with:will not look (or at least not find) anything brought by the using directive.
This results in both
TClass::GetClass
andTClass::GetEnum
(even after #15406 is resolved) with nothing find entity that are spelt via a using directive:This is due to
TClassEdit::GetNormalizedName
is not correctly resolving the name (due to the incorrect behavior ofcling::utils::Lookup::Named
Reproducer
ROOT version
v6.00+ including master
Installation method
any
Operating system
any
Additional context
A commented out part of
roottest/root/enums/test_usingenum.cxx
is failing due to this issue.The text was updated successfully, but these errors were encountered: