|
049981ab39
|
nac3artiq: add checking to prevent user to decorate class constructor with rpc decorator
|
2022-07-11 13:40:10 +08:00 |
|
|
5048977a6b
|
nac3artiq remove unecessary space
|
2022-07-08 17:45:23 +08:00 |
|
|
11af619455
|
nac3artiq: add class name to the error message when rpc decorator found in __init__ function
|
2022-07-08 17:26:40 +08:00 |
|
|
cf45d76668
|
remove unnecesary changes
|
2022-07-08 17:16:07 +08:00 |
|
|
5e32724c91
|
move the changes to nac3artiq
|
2022-07-08 17:14:41 +08:00 |
|
|
cc99085403
|
move the changes to nac3artiq
|
2022-07-08 17:12:53 +08:00 |
|
|
74d39be59c
|
add comment to the code block
|
2022-07-08 17:11:50 +08:00 |
|
|
90d7243bf5
|
nac3artiq check if constructor __init__ use rpc decorator
|
2022-07-08 14:24:05 +08:00 |
|
|
6cba19a50b
|
nac3artiq check if constructor __init__ use rpc decorator
|
2022-07-08 12:59:06 +08:00 |
|
|
df9df84879
|
update function analyze_single_class_methods_fields in file nac3core/src/toplevel/composer.rs to throw error "class <class-name> constructor __init__ (at <location>) must not be decorated with rpc" when the constructor __init__ is decorated with decorator rpc
|
2022-07-07 15:50:56 +08:00 |
|