Skip to content

fix: mark README doctests as ignore to fix CI failures - #34

Merged
umanwizard merged 1 commit into
polarsignals:mainfrom
houseme:fix/fix-action-action-error
Jun 1, 2026
Merged

fix: mark README doctests as ignore to fix CI failures#34
umanwizard merged 1 commit into
polarsignals:mainfrom
houseme:fix/fix-action-action-error

Conversation

@houseme

@houseme houseme commented Jun 1, 2026

Copy link
Copy Markdown
Contributor

The code examples reference external crates (tikv-jemallocator, axum)
that are not available in the doctest environment, causing compilation
errors. Change rust,no_run to rust,ignore for these blocks.

cc @umanwizard

  The code examples reference external crates (tikv-jemallocator, axum)
  that are not available in the doctest environment, causing compilation
  errors. Change `rust,no_run` to `rust,ignore` for these blocks.
Copilot AI review requested due to automatic review settings June 1, 2026 15:59

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Note

Copilot was unable to run its full agentic suite in this review.

Updates the repository documentation examples and adds dependencies needed for allocator profiling and an HTTP endpoint example.

Changes:

  • Switch README Rust code fences from no_run to ignore
  • Add tikv-jemallocator and axum to Cargo.toml

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
README.md Adjusts Rust code-fence attributes for the allocator + HTTP server examples
Cargo.toml Adds crates referenced by the README examples

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread README.md
Comment thread Cargo.toml
@umanwizard
umanwizard merged commit 553d415 into polarsignals:main Jun 1, 2026
2 checks passed
@houseme
houseme deleted the fix/fix-action-action-error branch June 2, 2026 01:19
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.

3 participants