• Joined on 2022-06-19
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
Compare 8 commits »
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
z78078 created pull request M-Labs/nac3#304 2022-07-06 16:20:25 +08:00
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
Compare 5 commits »
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
Compare 3 commits »
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
z78078 pushed to 275-fix-random-sigsegv at M-Labs/nac3 2022-07-04 18:05:42 +08:00
35d81f6fde refractor
z78078 pushed to 275-fix-random-sigsegv at M-Labs/nac3 2022-07-04 18:02:11 +08:00
af99915ead refractor the import statement
z78078 closed pull request M-Labs/nac3#303 2022-07-04 17:00:33 +08:00
275-fix-random-sigsegv
z78078 pushed to 275-fix-random-sigsegv at M-Labs/nac3 2022-07-04 16:35:19 +08:00
c0e035f2f8 remove the style changes in nac3core/src/codegen/mod.rs
z78078 pushed to 275-fix-random-sigsegv at M-Labs/nac3 2022-07-04 16:33:06 +08:00
8fb413a7bb remove the style changes in nac3core/src/codegen/mod.rs
z78078 pushed to 275-fix-random-sigsegv at M-Labs/nac3 2022-07-04 16:25:59 +08:00
243a6fb0c0 fix conflict and remove unnecessary comments
a18d095245 nac3core: codegen fix call parameter type error
Compare 2 commits »
z78078 created pull request M-Labs/nac3#303 2022-07-04 16:18:04 +08:00
275-fix-random-sigsegv
z78078 created pull request M-Labs/nac3#302 2022-07-04 16:18:03 +08:00
275-fix-random-sigsegv
z78078 pushed to 275-fix-random-sigsegv at M-Labs/nac3 2022-07-04 16:17:07 +08:00
4ea6f1e928 update comments for the changes on nac3core/src/codegen/mod.rs
z78078 pushed to 275-fix-random-sigsegv at M-Labs/nac3 2022-07-04 16:05:50 +08:00
1cf99a6499 Add Mutex and critical section for the suspicious lines
e7f9a024bd modifed Cargo.lock
8d88ad2dae Bring lazy_static to the nac3core project
Compare 3 commits »
z78078 created branch 275-fix-random-sigsegv in M-Labs/nac3 2022-07-04 16:05:50 +08:00