You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks @paguenther for the ping! PyROOT uses cppyy to create the automatic Python bindings, so these kind of problems are good to also post there: wlav/cppyy#214
Describe the bug
PyROOT is not able correctly resolve an
enum
when it is aliased in a struct.Expected behavior
Giving a different name to the
enum
should not cause PyROOT to fail to correctly resolve it.To Reproduce
Setup
ROOT 6.24.06 from LCG101 on CentOS7
Additional context
The text was updated successfully, but these errors were encountered: