z78078
created branch 221-fix-classes-without-__init__-should-be-valid in M-Labs/nac3
2022-07-07 10:42:57 +08:00
z78078
pushed to 221-fix-classes-without-__init__-should-be-valid at M-Labs/nac3
2022-07-07 10:42:57 +08:00
af796f6924
change the argument of the function call register_top_level to 'true' in nac3core/toplevel/test.rs to test the case when there is no constructor in the class
2be5d96635
remove space
012af93cfa
Merge branch '221-fix-classes-without-__init__-should-be-valid' of git.m-labs.hk:M-Labs/nac3 into 221-fix-classes-without-__init__-should-be-valid
29525e222a
add parameter to the function register_top_level
8ee10802c9
update/add the arguments on the register_top_level
z78078
pushed to 221-fix-classes-without-__init__-should-be-valid at M-Labs/nac3
2022-07-07 10:07:50 +08:00
f9b7f28870
correct parameter of the function call
z78078
pushed to 221-fix-classes-without-__init__-should-be-valid at M-Labs/nac3
2022-07-06 16:23:33 +08:00
2be5d96635
remove space
221-fix-classes-without-__init__-should-be-valid
z78078
pushed to 221-fix-classes-without-__init__-should-be-valid at M-Labs/nac3
2022-07-06 16:17:57 +08:00
012af93cfa
Merge branch '221-fix-classes-without-__init__-should-be-valid' of git.m-labs.hk:M-Labs/nac3 into 221-fix-classes-without-__init__-should-be-valid
29525e222a
add parameter to the function register_top_level
8ee10802c9
update/add the arguments on the register_top_level
96b3a3bf5c
work around random segmentation fault (#275)
a18d095245
nac3core: codegen fix call parameter type error
z78078
pushed to 221-fix-classes-without-__init__-should-be-valid at M-Labs/nac3
2022-07-06 14:11:40 +08:00
8c26f186b5
add parameter allow_no_constructor to the function register_top_level
7f816bb01c
modified the tests upon the changes
84011743f9
add argument allow_no_constructor when calling the function register_top_level
z78078
created branch 221-fix-classes-without-__init__-should-be-valid in M-Labs/nac3
2022-07-06 13:29:10 +08:00
z78078
pushed to 221-fix-classes-without-__init__-should-be-valid at M-Labs/nac3
2022-07-06 13:29:10 +08:00
243a6fb0c0
fix conflict and remove unnecessary comments
a18d095245
nac3core: codegen fix call parameter type error
1cf99a6499
Add Mutex and critical section for the suspicious lines
e7f9a024bd
modifed Cargo.lock
8d88ad2dae
Bring lazy_static to the nac3core project