Block a user
TypeVar, virtual and ForwardRef support in Symbol Resolver
Constant Default Parameter Support
AugAssignment & Default Parameter Support, and Polymorphism FIxes
polymorphism and inheritance related fixes
np.float64 attribute from host crashes compiler, broken error message
I think I have encountered the error before, but not clear how to solve that in a good way for now, since we synthesize the starting point..
It is because we cannot get the type of base
in our…
polymorphism and inheritance related fixes
deriving from EnvExperiment causes compilation failure
Currently in nac3core, the @nac3
annotated classes only allow single inheritance to prevent some troubles from multiple inheritance.(I am not sure... but should we relax this limitation to allow…