Block a user
firmware: add UnwrapNoneError exception
firmware: restore exception id order
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
firware: restore exception id order
e042a7868d
firware: restore exception id order
0005508f83
flake: update dependencies
firmware: add LinAlgError exception
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
firmware: sync exception names and ids (release-7)
a7dbfe506e
firmware: add unit tests for exception sync
c0ab42d52d
firmware: sync exception names and ids
firmware: sync exception names and ids
d508c5c6f8
firmware: add unit tests for exception sync
bae41253e4
firmware: sync exception names and ids
core: allow calling parent methods
…
What is the error message emitted here?
The error is from
use std::cmp::max; |
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…