Skip to content

⚡ Bolt: Consolidated Performance Optimizations Batch - #311

Open
dieterolson wants to merge 9 commits into
mainfrom
consolidated/bolt-optimizations-batch
Open

⚡ Bolt: Consolidated Performance Optimizations Batch#311
dieterolson wants to merge 9 commits into
mainfrom
consolidated/bolt-optimizations-batch

Conversation

@dieterolson

Copy link
Copy Markdown
Contributor

Consolidating open performance optimization PRs into a single batch to reduce CI/CD load.

Closes #307, Closes #309, Closes #310

google-labs-jules Bot and others added 9 commits August 4, 2026 05:21
Co-authored-by: dieterolson <198168927+dieterolson@users.noreply.github.com>
Co-authored-by: dieterolson <198168927+dieterolson@users.noreply.github.com>
Update actions/checkout from v7 (which doesn't exist) to v4 across all GitHub Actions workflows to fix the CI failure.

Co-authored-by: dieterolson <198168927+dieterolson@users.noreply.github.com>
Update actions/checkout from v7 (which doesn't exist) to v4 across all GitHub Actions workflows to fix the CI failure. Also install `coverage` to resolve a missing dependency error in `pytest-cov`.

Co-authored-by: dieterolson <198168927+dieterolson@users.noreply.github.com>
Co-authored-by: dieterolson <198168927+dieterolson@users.noreply.github.com>

@chatgpt-codex-connector chatgpt-codex-connector Bot 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.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: bf3017c016

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment on lines +99 to +101
assert (
exercises_dir.is_dir()
), f"resolved exercises dir does not exist: {exercises_dir}"

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Badge Restore Ruff-compatible formatting

When the quality-gate job reaches its formatting step, ruff format --check src scripts tests examples benchmarks exits nonzero: running that exact command reports this file, sdf_helpers.py, and four modified test files as needing reformatting. This makes CI fail for every run of this commit, so these formatting-only rewrites need to match the repository's configured Ruff formatter.

AGENTS.md reference: AGENTS.md:L44-L45

Useful? React with 👍 / 👎.

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.

1 participant