Skip to content
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

Fix QASM lexer when identifiers start with keywords #7018

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

daxfohl
Copy link
Collaborator

@daxfohl daxfohl commented Feb 2, 2025

Fixes #7007

@daxfohl daxfohl requested review from vtomole and a team as code owners February 2, 2025 19:33
@daxfohl daxfohl requested a review from senecameeks February 2, 2025 19:33
@CirqBot CirqBot added the size: S 10< lines changed <50 label Feb 2, 2025
Copy link

codecov bot commented Feb 2, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.88%. Comparing base (0e5db12) to head (1a90991).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #7018      +/-   ##
==========================================
- Coverage   97.89%   97.88%   -0.01%     
==========================================
  Files        1085     1085              
  Lines       95132    95147      +15     
==========================================
+ Hits        93127    93136       +9     
- Misses       2005     2011       +6     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@daxfohl daxfohl enabled auto-merge February 2, 2025 22:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size: S 10< lines changed <50
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Wrapped qasm gate definition throws QasmException
2 participants