• Joined on 2019-03-28
sb10q closed pull request M-Labs/nac3#509 2024-08-27 22:50:16 +08:00
ndstrides: [1] Introduce models
sb10q deleted branch ndstrides-enhance-irrt from M-Labs/nac3 2024-08-27 22:50:15 +08:00
sb10q pushed to ndstrides at M-Labs/nac3 2024-08-27 22:50:15 +08:00
048950b7f0 standalone: reformat demo.c
38be74d5fe core/irrt: add exceptions and debug utils
fb41645863 core/irrt: split into headers
fce5ba3dbf core/irrt: build.rs capture IR defined constants
4c0f976ef1 core/irrt: build.rs capture IR defined types
Compare 9 commits »
sb10q merged pull request M-Labs/nac3#508 2024-08-27 22:50:15 +08:00
ndstrides: Allow multi-file IRRT + Exceptions in IRRT
sb10q pushed to master at M-Labs/web2019 2024-08-27 22:48:46 +08:00
3987343e16 advertise Phaser MIQRO gateware
sb10q pushed to master at M-Labs/artiq-extrapkg 2024-08-27 20:01:08 +08:00
1702341f28 msys2: update
c249e6af78 msys2: add platformdirs dependency
63f34fbf0c conda: add platformdirs dependency
Compare 3 commits »
sb10q merged pull request M-Labs/artiq-extrapkg#24 2024-08-27 20:01:07 +08:00
Add platformdirs dependency
sb10q closed issue M-Labs/nac3#466 2024-08-27 14:09:06 +08:00
incorrect ndarray indexing crashes compiler
sb10q commented on issue M-Labs/nac3#466 2024-08-27 14:09:05 +08:00
incorrect ndarray indexing crashes compiler

Yes, confirmed that it no longer crashes.

sb10q deleted branch issue-133 from M-Labs/nac3 2024-08-26 18:37:58 +08:00
sb10q pushed to master at M-Labs/nac3 2024-08-26 18:37:57 +08:00
5b2b6db7ed core: improve error messages
15e62f467e standalone: add tests for polymorphism
2c88924ff7 core: add support for simple polymorphism
a744b139ba core: allow Call and AnnAssign in init block
Compare 4 commits »
sb10q closed issue M-Labs/nac3#133 2024-08-26 18:37:56 +08:00
fields broken with inheritance
sb10q merged pull request M-Labs/nac3#497 2024-08-26 18:37:55 +08:00
core: allow calling parent methods
sb10q deleted branch fix/issue-501 from M-Labs/nac3 2024-08-26 18:35:04 +08:00
sb10q pushed to master at M-Labs/nac3 2024-08-26 18:35:04 +08:00
2b2b2dbf8f [core] Fix resolution of exception names in raise short form
sb10q closed issue M-Labs/nac3#501 2024-08-26 18:35:03 +08:00
Various ARTIQ crashes with get_llvm_type on TFunc
sb10q merged pull request M-Labs/nac3#507 2024-08-26 18:35:02 +08:00
[core] Fix resolution of exception names in raise short form
sb10q deleted branch enhance/codegen-unreachable from M-Labs/nac3 2024-08-26 18:33:09 +08:00
sb10q closed issue M-Labs/nac3#504 2024-08-26 18:33:07 +08:00
Add utility function for emitting code location if unreachable code error is encountered
sb10q merged pull request M-Labs/nac3#505 2024-08-26 18:33:07 +08:00
[core] Add codegen_unreachable