issues
search
DVLab-NTU
/
qsyn
A C++-based growing software system for synthesizing, optimizing, and verifying quantum circuits
Apache License 2.0
168
stars
15
forks
source link
fix: update cli behavior to make it more shell-like
#107
Closed
madmaxieee
closed
7 months ago
madmaxieee
commented
7 months ago
Check List
[x] Does your submission pass tests by running
make test
?
[x] If you have specified a [no ci] tag, does your submission also pass tests by running
make test-docker
?
[x] Have you linted your code locally with
make lint
before submission?
Added
-
Changed
automatically quit after execution if qsyn is launched with -c or -f flag
decouple exit code with
CmdExecResult
Fixed
"quit -f" now returns the exit code of the previous command instead of 131
Removed
-
Check List
make test
?make test-docker
?make lint
before submission?Added
-
Changed
CmdExecResult
Fixed
Removed
-