• Joined on 2021-03-29
ychenfo pushed to debug_info at M-Labs/nac3 2022-04-16 02:49:39 +08:00
9bfcf36016 nac3core: add debug info
879c66cccf flake.nix: Fix outdated nixConfig keys
Compare 2 commits »
ychenfo pushed to debug_info_2 at ychenfo/nac3 2022-04-16 00:05:31 +08:00
3a58708add fix debug info
ychenfo pushed to debug_info_2 at ychenfo/nac3 2022-04-15 21:05:52 +08:00
9bfcf36016 nac3core: add debug info
ychenfo pushed to debug_info_2 at ychenfo/nac3 2022-04-15 21:03:39 +08:00
400fd776ce nac3core: add debug info
ychenfo pushed to debug_info_2 at ychenfo/nac3 2022-04-14 16:46:14 +08:00
f48070a54f nac3core: add debug info
ychenfo pushed to debug_info_2 at ychenfo/nac3 2022-04-14 15:48:22 +08:00
b1dff04f2c nac3core: basic debug info
ychenfo pushed to debug_info_2 at ychenfo/nac3 2022-04-14 15:40:09 +08:00
9b5a176516 nac3core: basic debug info
879c66cccf flake.nix: Fix outdated nixConfig keys
35b6459c58 nac3core: replace paramter with parameter
e94b25f544 spelling (#264)
6972689469 nac3artiq: cleanup demo
Compare 10 commits »
ychenfo created branch debug_info_2 in ychenfo/nac3 2022-04-14 15:40:09 +08:00
ychenfo pushed to host_int_bound at M-Labs/nac3 2022-04-14 00:52:40 +08:00
1314568449 nac3artiq: type check host int bound instead of panic when codegen
35b6459c58 nac3core: replace paramter with parameter
Compare 2 commits »
ychenfo pushed to debug_info at M-Labs/nac3 2022-04-14 00:51:50 +08:00
7c5e617e90 nac3core: add location debug info
ychenfo pushed to debug_info at M-Labs/nac3 2022-04-13 18:08:25 +08:00
4850df7874 nac3core: add function debug info
ee3b18bd83 nac3core: add basic debug info metadata
35b6459c58 nac3core: replace paramter with parameter
e94b25f544 spelling (#264)
Compare 4 commits »
ychenfo pushed to host_int_bound at M-Labs/nac3 2022-04-13 12:32:40 +08:00
21c570cdfa nac3artiq: type check host int bound instead of panic when codegen
e94b25f544 spelling (#264)
Compare 2 commits »
ychenfo created pull request M-Labs/nac3#262 2022-04-12 22:53:00 +08:00
nac3artiq: type check host int bound instead of panic when codegen
ychenfo pushed to host_int_bound at M-Labs/nac3 2022-04-12 22:43:20 +08:00
a9a701c993 nac3artiq: type check host int bound instead of panic when codegen
ychenfo pushed to host_int_bound at M-Labs/nac3 2022-04-12 22:06:54 +08:00
a77842ce34 nac3artiq: type check host int bound instead of panic when codegen
ychenfo created branch host_int_bound in M-Labs/nac3 2022-04-12 22:06:53 +08:00
ychenfo pushed to debug_info at M-Labs/nac3 2022-04-12 16:03:06 +08:00
fec44514b6 nac3core: add basic debug info metadata
6972689469 nac3artiq: cleanup demo
3fb22c9182 nac3artiq: treat host numpy.float64 as float. Closes #90
1e7abf0268 fix tests
f5a6d29106 update insta snapshots
Compare 9 commits »
ychenfo pushed to debug_info at M-Labs/nac3 2022-04-12 16:02:34 +08:00
e719413a1c nac3core: add basic debug info metadata
ychenfo commented on issue M-Labs/nac3#118 2022-04-12 16:00:16 +08:00
dead code is not an error

And generally: how should we report warnings?

iirc currently the only functions that need to return warnings are check_blocks and check_stmts, whose return types are Result<bool, String>.…

ychenfo pushed to debug_info at M-Labs/nac3 2022-04-11 23:37:08 +08:00
85435234cd nac3core: add basic debug info metadata