issues
search
Qiskit
/
openqasm3_parser
Parser and semantic analyzer for the OpenQASM3 language
Apache License 2.0
11
stars
12
forks
source link
Try to compile and pass lint with both 1.70 and 1.75
#223
Closed
jlapeyre
closed
5 months ago
jlapeyre
commented
5 months ago
In CI this often fails even if it succeeds locally.
Limit the version of triomphe to 0.1.11 because 0.1.12 uses unstable features
Remove some conditional compilation for clippy complaints. Maybe clippy was upgraded independently of rustc?
In CI this often fails even if it succeeds locally.