exception/RPC support broke list test
deterministic error message
Well this is actually not that hard, we could just combine the error messages from all threads together. This undeterministic error message is due to having several errors in different threads, and…
list RPC support
Actually this should be https://github.com/m-labs/artiq/issues/1833. There is nothing we could do here. (if we don't want to switch back to the representation used in the legacy compiler)
b18626b149
Fix compilation and test failures
750d912eb4
nac3core: do list bound check and negative index handling
bf52e294ee
nac3artiq: RPC support
e303248261
nac3core: exception type check and codegen
aefd10c312
Fix compilation and test failures
20e53edabf
nac3core: do list bound check and negative index handling
9815fee439
nac3artiq: RPC support
5181eb4e57
nac3core: exception type check and codegen
7ea5a5f84d
nac3core: codegen refactoring
Exception and RPC implementation
5e72c2d45d
Fix compilation and test failures
5e539110e7
nac3core: do list bound check and negative index handling
7effac1826
nac3artiq: RPC support
e52bfde254
nac3core: exception type check and codegen
5a691bf2ba
nac3core: codegen refactoring
aa61ad98ba
nac3core: handle builtin type constructor
64731529ff
nac3core: fixed try-catch control flow bug
acec58a7ab
nac3core: handle primitives correctly
cc16629942
nac3artiq: rpc deal with none type case