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
{{ message }}
This repository has been archived by the owner on Mar 31, 2023. It is now read-only.
AFAICT, "private variables" will break given that there is a little big of mangling when registering classes.
As of the time of writing this issue, original hierarchy of classes is lost on class registration, and thus the name mangling performed by Python should be inaccurate --and potentially result in name clashing, e.g. when using mixins.
This may be automatically resolved once bsc-dom/dataclay-packaging/issues/7 is addressed. But maybe it's worth taking that into account during the design phase of that.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
AFAICT, "private variables" will break given that there is a little big of mangling when registering classes.
As of the time of writing this issue, original hierarchy of classes is lost on class registration, and thus the name mangling performed by Python should be inaccurate --and potentially result in name clashing, e.g. when using mixins.
This may be automatically resolved once bsc-dom/dataclay-packaging/issues/7 is addressed. But maybe it's worth taking that into account during the design phase of that.
The text was updated successfully, but these errors were encountered: