-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error parsing Quilc compilation result #294
Comments
There are a couple First, Using that fix, I was able to get a little further, but not all the way. This time,
The problem comes down to how
and print it as
While visually distracting, the extra pairs of parentheses aren't the issue, it's the So, next steps here are to merge my feature branch into quil spec for reference: |
This was resolved via the mentioned quil-rs issue. |
I've hit an error where a quilc response is not parseable by this SDK. The quilc Docker container logged a successful response. There is a reproducing script below.
Unsure where the issue lies (this program parses fine in pyQuil v3). Regardless as to whether there is a parsing bug in quil-rs, would be nice to have some verbose logging that might print the quilc response.
System Info
Quilc Info
Reproducing Script
Output:
The text was updated successfully, but these errors were encountered: