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

docs: Fix API docs build #843

Merged
merged 1 commit into from
Mar 18, 2025
Merged

docs: Fix API docs build #843

merged 1 commit into from
Mar 18, 2025

Conversation

mark-koch
Copy link
Collaborator

Fixes #842

The docs build broke since guppyland.std.option now calls guppy.get_module but this function was missing from the guppy decorator mock

@mark-koch mark-koch requested a review from a team as a code owner March 6, 2025 12:42
@mark-koch mark-koch requested a review from acl-cqc March 6, 2025 12:42
@codecov-commenter
Copy link

Codecov Report

Attention: Patch coverage is 50.00000% with 1 line in your changes missing coverage. Please review.

Project coverage is 93.05%. Comparing base (348dfdc) to head (e57b063).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
guppylang/decorator.py 50.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #843      +/-   ##
==========================================
- Coverage   93.06%   93.05%   -0.02%     
==========================================
  Files          72       72              
  Lines        8579     8566      -13     
==========================================
- Hits         7984     7971      -13     
  Misses        595      595              

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

🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@CalMacCQ
Copy link
Contributor

I think this should fix the sphinx build failure I was dealing with once merged.

@ss2165 ss2165 enabled auto-merge March 18, 2025 14:05
@ss2165 ss2165 added this pull request to the merge queue Mar 18, 2025
Merged via the queue into main with commit cc1e90c Mar 18, 2025
3 checks passed
@ss2165 ss2165 deleted the docs/fix-build branch March 18, 2025 14:10
github-merge-queue bot pushed a commit that referenced this pull request Mar 18, 2025
🤖 I have created a release *beep* *boop*
---


## [0.17.0](v0.16.0...v0.17.0)
(2025-03-18)


### ⚠ BREAKING CHANGES

* `load_pytket` takes arrays by default (pass `use_arrays=False` for
qubit arguments)
* `Option` is now a builtin type.
* `angle.{__mul__, __rmul__, __truediv__, __rtruediv__` now take a
`float` instead of an `int`.

### Features

* add `get_current_shot()` to qsystem module
([#806](#806))
([3632ec6](3632ec6))
* add `Option.unwrap_nothing()` method
([#829](#829))
([abb1aa1](abb1aa1)),
closes [#810](#810)
* add barrier operation to builtins
([#849](#849))
([cf0bcfb](cf0bcfb))
* Allow array arguments to `load_pytket`
([#858](#858))
([37b8b80](37b8b80))
* Allow explicit application of type arguments
([#821](#821))
([8f90c04](8f90c04)),
closes [#770](#770)
* Generalise scalar angle operations to float
([#824](#824))
([d3f5c7f](d3f5c7f))
* Implement `float` to `int` and `nat` casts
([#831](#831))
([b56d66c](b56d66c)),
closes [#794](#794)
* **qsystem:** add Random number generation module
([08fbf47](08fbf47))
* Switch to improved iterator protocol
([#833](#833))
([348dfdc](348dfdc))


### Bug Fixes

* Correctly handle assignments of arrays in control-flow
([#845](#845))
([32ded02](32ded02)),
closes [#844](#844)
* Define `len` of arrays using Guppy
([#863](#863))
([6868ff6](6868ff6)),
closes [#804](#804)
* Fix array comprehensions with generic element type
([#865](#865))
([50df0db](50df0db)),
closes [#864](#864)
* Fix compiler diagnostics when calling `check` instead of `compile`
([#854](#854))
([9993338](9993338))
* Fix diagnostic spans for indented code
([#856](#856))
([d9fc9fd](d9fc9fd)),
closes [#852](#852)
* Fix error message for conditional shadowing of global variables
([#815](#815))
([bdaae11](bdaae11)),
closes [#772](#772)
* Fix linearity checking for array copies
([#841](#841))
([d9b085f](d9b085f)),
closes [#838](#838)
* Fix mutation of nested arrays
([#839](#839))
([ffb64f9](ffb64f9))
* Fix rendering of line breaks in diagnostics
([#819](#819))
([75efd22](75efd22)),
closes [#818](#818)
* Prevent reordering of operations with side-effects
([#855](#855))
([75eb441](75eb441))


### Documentation

* Fix API docs build
([#843](#843))
([cc1e90c](cc1e90c))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

---------

Co-authored-by: Seyon Sivarajah <[email protected]>
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.

💥 Doc builds fail on main
4 participants