Support dunder variables/methods in kernels #26

Closed
opened 2021-12-02 07:09:53 +08:00 by lriesebos · 1 comment

Currently, dunder variables and methods (e.g. self.__variable) cannot be used in kernels as the compiler cannot find the attributes. I am not really sure how complex it would be to support that, but it could be a nice-to-have. Right now we sometimes need to make long variable/method names for base classes to make sure there is no name aliasing in sub-classes.

Currently, dunder variables and methods (e.g. `self.__variable`) cannot be used in kernels as the compiler cannot find the attributes. I am not really sure how complex it would be to support that, but it could be a nice-to-have. Right now we sometimes need to make long variable/method names for base classes to make sure there is no name aliasing in sub-classes.

transferred to M-Labs/nac3#122

transferred to https://git.m-labs.hk/M-Labs/nac3/issues/122
sb10q closed this issue 2021-12-02 10:49:41 +08:00
Sign in to join this conversation.
No Label
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: M-Labs/nac3-spec#26
There is no content yet.