• Joined on 2019-03-28
sb10q deleted branch ndfactory-tuple from M-Labs/nac3 2024-06-27 14:54:58 +08:00
sb10q pushed to master at M-Labs/nac3 2024-06-27 14:54:56 +08:00
9808923258 core: improve comments in type_inferencer/mod.rs
5b11a1dbdd core: support tuple and int32 input for np_empty, np_ones, and more
Compare 2 commits »
sb10q merged pull request M-Labs/nac3#434 2024-06-27 14:54:55 +08:00
core: support tuple and int32 input for np_empty, np_ones, and more
sb10q pushed to master at M-Labs/it-infra 2024-06-27 14:20:34 +08:00
f0668fa5b7 juno: mobo swap
sb10q deleted branch improve-call-errors from M-Labs/nac3 2024-06-27 14:07:00 +08:00
sb10q pushed to master at M-Labs/nac3 2024-06-27 14:06:57 +08:00
b21df53e0d core: fix comment typo in unify_call()
0ec967a468 core: improve function call errors
Compare 2 commits »
sb10q merged pull request M-Labs/nac3#437 2024-06-27 14:06:56 +08:00
core: improve function call errors
sb10q commented on pull request M-Labs/nac3#437 2024-06-27 14:05:53 +08:00
core: improve function call errors

nac3's parser panics when duplicate keywords are found, which I think is appropriate since Python considers this as a SyntaxError. Probably this is not an issue.

It is not appropriate but not…

sb10q deleted branch pretty-standalone-error from M-Labs/nac3 2024-06-27 14:04:14 +08:00
sb10q merged pull request M-Labs/nac3#438 2024-06-27 14:04:11 +08:00
standalone: prettify TopLevelComposer error reporting
sb10q pushed to master at M-Labs/nac3 2024-06-27 14:04:11 +08:00
ca8459dc7b standalone: prettify TopLevelComposer error reporting
sb10q pushed to master at M-Labs/thermostat 2024-06-27 13:19:18 +08:00
44e9130010 Use oxalica's rust-overlay
sb10q merged pull request M-Labs/thermostat#110 2024-06-27 13:19:15 +08:00
Use oxalica's rust-overlay
sb10q commented on issue M-Labs/nac3#102 2024-06-27 11:27:34 +08:00
support class attributes

Are all the various examples given in this Issue tested and working?

sb10q opened issue sinara-hw/kirdy#46 2024-06-27 08:17:03 +08:00
move/add protection relay to laser adapter
sb10q commented on pull request M-Labs/nac3#428 2024-06-26 14:08:27 +08:00
core/llvm_intrinsics: remove llvm.roundeven call from call_float_roundeven (issue 396)

musl libc provides an implementation for nearbyint

But the core device does not, please add it to the runtime (artiq and artiq-zynq).

Why was this not required with the legacy compiler?

sb10q pushed to master at M-Labs/it-infra 2024-06-26 13:29:24 +08:00
8422d16978 nixops: add new DSLogic USB ID
sb10q deleted branch issue-102 from M-Labs/nac3 2024-06-25 16:06:36 +08:00
sb10q pushed to master at M-Labs/nac3 2024-06-25 16:06:36 +08:00
b0b804051a nac3artiq: allow class attribute access without init function
134af79fd6 core: add support for class attributes
7fe2c3496c core: add attribute field to class definition
Compare 3 commits »
sb10q merged pull request M-Labs/nac3#425 2024-06-25 16:06:34 +08:00
core: add support for class attributes (issue-102)