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

feat: Make various data publicly accessible #875

Merged
merged 1 commit into from
Mar 14, 2024
Merged

Conversation

doug-q
Copy link
Collaborator

@doug-q doug-q commented Mar 12, 2024

No description provided.

Copy link

codecov bot commented Mar 12, 2024

Codecov Report

Attention: Patch coverage is 0% with 18 lines in your changes are missing coverage. Please review.

Project coverage is 85.48%. Comparing base (46a7fba) to head (f6e3d7f).

Files Patch % Lines
quantinuum-hugr/src/ops/leaf.rs 0.00% 9 Missing ⚠️
quantinuum-hugr/src/types/type_param.rs 0.00% 6 Missing ⚠️
quantinuum-hugr/src/values.rs 0.00% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #875      +/-   ##
==========================================
- Coverage   85.59%   85.48%   -0.12%     
==========================================
  Files          78       78              
  Lines       14432    14450      +18     
  Branches    14432    14450      +18     
==========================================
- Hits        12353    12352       -1     
- Misses       1442     1460      +18     
- Partials      637      638       +1     

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

@doug-q doug-q force-pushed the feat/misc-public branch from df0a3f3 to 815a8c8 Compare March 12, 2024 13:41
@@ -246,6 +251,12 @@ impl TypeArg {
}
}

impl TypeArgVariable {
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There's no docstring here, why isn't CI catching this?

Copy link
Collaborator

@aborgna-q aborgna-q Mar 12, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Uh, seems I missed setting lints.workspace = true in the package's Cargo.toml when I created the workspace...

I can fix it in a separate PR, or you can add

[lints]
workspace = true

in quantinuum-hugr/Cargo.toml.

Good catch!

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See #876

@doug-q doug-q requested a review from aborgna-q March 12, 2024 13:48
Copy link
Collaborator

@aborgna-q aborgna-q left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Just add the missing doc.

@doug-q doug-q force-pushed the feat/misc-public branch from 815a8c8 to f6e3d7f Compare March 13, 2024 15:16
@doug-q doug-q added this pull request to the merge queue Mar 14, 2024
Merged via the queue into main with commit 6ff6c01 Mar 14, 2024
9 of 10 checks passed
@doug-q doug-q deleted the feat/misc-public branch March 14, 2024 09:44
@github-actions github-actions bot mentioned this pull request Mar 14, 2024
@github-actions github-actions bot mentioned this pull request Apr 15, 2024
doug-q added a commit to doug-q/hugr that referenced this pull request Apr 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants