abdul124
  • Joined on 2024-06-03
abdul124 pushed to release-7 at abdul124/artiq-zynq 2024-08-23 17:31:07 +08:00
957a72d8af flake: update dependencies
abdul124 created pull request M-Labs/artiq-zynq#318 2024-08-23 16:51:47 +08:00
firmware: add UnwrapNoneError exception
abdul124 pushed to master at abdul124/artiq-zynq 2024-08-23 16:51:05 +08:00
e8d77fca3e firmware: add UnwrapNoneError exception
abdul124 created pull request M-Labs/artiq-zynq#317 2024-08-23 14:16:53 +08:00
firmware: restore exception id order
abdul124 pushed to release-7 at abdul124/artiq-zynq 2024-08-23 14:14:29 +08:00
79a841fd1e firmware: restore exception id order
abdul124 pushed to release-8 at abdul124/artiq-zynq 2024-08-23 14:13:22 +08:00
953e60b4d2 firmware: restore exception id order
0e48524999 flake: update dependencies
e9a8c3fe10 firmware: add unit tests for exception sync
84bcdec2d2 firmware: sync exception names and ids
367061aab8 cargo fmt
Compare 10 commits »
abdul124 created pull request M-Labs/artiq-zynq#316 2024-08-23 12:58:18 +08:00
firware: restore exception id order
abdul124 pushed to release-7 at abdul124/artiq-zynq 2024-08-23 12:28:11 +08:00
e042a7868d firware: restore exception id order
0005508f83 flake: update dependencies
Compare 2 commits »
abdul124 pushed to master at abdul124/artiq-zynq 2024-08-23 12:22:40 +08:00
295964d8c8 firware: restore exception id order
abdul124 pushed to issue-133 at M-Labs/nac3 2024-08-22 16:44:59 +08:00
d26c75837f core: improve error messages
abdul124 created pull request M-Labs/artiq-zynq#315 2024-08-22 10:48:15 +08:00
firmware: add LinAlgError exception
abdul124 pushed to master at abdul124/artiq-zynq 2024-08-22 10:43:00 +08:00
85e8a3fc44 firmware: add LinAlgError exception
04078b3d89 flake: update dependencies
d508c5c6f8 firmware: add unit tests for exception sync
bae41253e4 firmware: sync exception names and ids
20181e9915 fix nalgebra url
Compare 6 commits »
abdul124 created pull request M-Labs/artiq-zynq#314 2024-08-21 17:33:58 +08:00
firmware: sync exception names and ids (release-7)
abdul124 pushed to release-7 at abdul124/artiq-zynq 2024-08-21 17:30:58 +08:00
a7dbfe506e firmware: add unit tests for exception sync
c0ab42d52d firmware: sync exception names and ids
Compare 2 commits »
abdul124 created pull request M-Labs/artiq-zynq#313 2024-08-21 16:56:57 +08:00
firmware: sync exception names and ids
abdul124 pushed to sync_exceptions at abdul124/artiq-zynq 2024-08-21 16:35:20 +08:00
d508c5c6f8 firmware: add unit tests for exception sync
bae41253e4 firmware: sync exception names and ids
Compare 2 commits »
abdul124 created branch sync_exceptions in abdul124/artiq-zynq 2024-08-21 16:24:18 +08:00
abdul124 pushed to sync_exceptions at abdul124/artiq-zynq 2024-08-21 16:24:18 +08:00
460109c0c1 firmware: sync exception names and ids
abdul124 commented on pull request M-Labs/nac3#497 2024-08-20 20:36:03 +08:00
core: allow calling parent methods

What is the error message emitted here?

The error is from

abdul124 commented on pull request M-Labs/nac3#497 2024-08-20 12:35:11 +08:00
core: allow calling parent methods

Have you tried this with an ARTIQ kernel?

After testing with ARTIQ kernels, the polymorphism is working when functions of both classes are defined to be on same side (i.e. either both are…