fix use of size_t in list comprehension
Tuple by value (#172)
I think it is not a new functionality as this is just to make list of tuples to be handled correctly. Previously lists of tuples are just list of pointers, but now after this patch lists of tuples…
fix errors of non-primitive host object when running multiple kernels
After some more hand-written testings I think this should be fine..
b74731589c
nac3core: irrt list of tuple use struct value representation
137285459b
nac3core: handle tuple by value
f478c6afcc
update dependencies
WIP: fix errors of non-primitive object when running multiple kernels
Error Message Improvement for Host Variables (#116)
Rebased on the current master branch and modified the message to element #XXX
and parameter #XXX
9d342d9f0f
nac3artiq: error msg improvement for synthesized __modinit__
ae8f82ccb0
nac3core: fix broken tests
4a1a4dc076
nac3core/artiq/standalone: symbol resolver return error msg for type error of host variables
157a423e3b
nac3artiq: error msg improvement for synthesized __modinit__
b2c4a7142d
nac3core: fix broken tests
e78442ee86
nac3core/artiq/standalone: symbol resolver return error msg for type error of host variables
eba9fc8a69
nac3core: add missing location for type inference
Error Message Improvement for Host Variables (#116)
LGTM. Btw can we also make codegen return results? When I add RPC later, I will have to return an error if the RPC parameter type is not something that we support. Thanks.
Sure, I am…
Error Message Improvement for Host Variables (#116)
LGTM. Btw can we also make codegen return results? When I add RPC later, I will have to return an error if the RPC parameter type is not something that we support. Thanks.
Sure, I am now also…
add missing location for type inference (#167)