• Joined on 2019-03-28
sb10q pushed to master at M-Labs/artiq-zynq 2024-08-21 18:44:01 +08:00
d508c5c6f8 firmware: add unit tests for exception sync
bae41253e4 firmware: sync exception names and ids
Compare 2 commits »
sb10q merged pull request M-Labs/artiq-zynq#313 2024-08-21 18:44:00 +08:00
firmware: sync exception names and ids
sb10q deleted branch fix/issue-500 from M-Labs/nac3 2024-08-21 18:39:08 +08:00
sb10q pushed to master at M-Labs/nac3 2024-08-21 18:39:08 +08:00
c5ae0e7c36 [standalone] Add tests for tuple equality
b8dab6cf7c [standalone] Add tests for string equality
4d80ba38b7 [core] codegen/expr: Implement comparison of tuples
33929bda24 [core] typecheck/typedef: Add support for tuple methods
a8e92212c0 [core] codegen/expr: Implement string equality
Compare 11 commits »
sb10q merged pull request M-Labs/nac3#503 2024-08-21 18:39:06 +08:00
Implement support for string and tuple equality comparison
sb10q merged pull request M-Labs/nix-servo#67 2024-08-20 16:39:01 +08:00
dac: fix initialization order
sb10q pushed to master at M-Labs/nix-servo 2024-08-20 16:39:01 +08:00
15a66c01fa dac: fix initialization order
sb10q pushed to master at M-Labs/it-infra 2024-08-20 11:32:27 +08:00
75035b387e Skip SPF for mails originating from intl
sb10q merged pull request M-Labs/it-infra#44 2024-08-20 11:32:25 +08:00
Skip SPF for mails originating from intl
sb10q pushed to master at M-Labs/nac3 2024-08-19 23:53:19 +08:00
0fc26df29e flake: update nixpkgs
sb10q commented on issue M-Labs/nac3#502 2024-08-19 23:52:15 +08:00
initialization of large int64 attribute fails

Note "int32" in error message.

sb10q opened issue M-Labs/nac3#502 2024-08-19 23:51:12 +08:00
initialization of large int64 attribute fails
sb10q pushed to master at M-Labs/nix-servo 2024-08-19 22:03:56 +08:00
2d75b4112e flake: update dependencies
sb10q deleted branch fix/issue-498 from M-Labs/nac3 2024-08-19 14:41:45 +08:00
sb10q pushed to master at M-Labs/nac3 2024-08-19 14:41:45 +08:00
0b074c2cf2 [artiq] symbol_resolver: Set private linkage for constants
sb10q closed issue M-Labs/nac3#498 2024-08-19 14:41:43 +08:00
nac3artiq.CompileError: Linking globals named '..._const': symbol multiply defined!
sb10q merged pull request M-Labs/nac3#499 2024-08-19 14:41:43 +08:00
[artiq] Set private linkage for constants
sb10q commented on pull request M-Labs/nac3#497 2024-08-19 14:39:01 +08:00
core: allow calling parent methods

Seems to me that doing the alternative method would make it clear what is happening from the code alone, and would not need any of those obscure/complicated comments.

sb10q pushed to master at M-Labs/nac3 2024-08-19 13:15:08 +08:00
a0f6961e0e cargo: update dependencies
sb10q commented on pull request M-Labs/nac3#497 2024-08-19 13:10:04 +08:00
core: allow calling parent methods

I don't understand this comment, can you elaborate?