Skip to content

chore(deps): bump dtolnay/rust-toolchain from 3c5f7ea28cd621ae0bf5283f0e981fb97b8a7af9 to 2c7215f132e9ebf062739d9130488b56d53c060c - #4

Merged
n1ckyb merged 1 commit into
release/v0.0.2-rcfrom
dependabot/github_actions/dtolnay/rust-toolchain-2c7215f132e9ebf062739d9130488b56d53c060c
Aug 9, 2026
Merged

chore(deps): bump dtolnay/rust-toolchain from 3c5f7ea28cd621ae0bf5283f0e981fb97b8a7af9 to 2c7215f132e9ebf062739d9130488b56d53c060c#4
n1ckyb merged 1 commit into
release/v0.0.2-rcfrom
dependabot/github_actions/dtolnay/rust-toolchain-2c7215f132e9ebf062739d9130488b56d53c060c

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 3, 2026

Copy link
Copy Markdown

Bumps dtolnay/rust-toolchain from 3c5f7ea28cd621ae0bf5283f0e981fb97b8a7af9 to 2c7215f132e9ebf062739d9130488b56d53c060c.

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot @github

dependabot Bot commented on behalf of github Aug 3, 2026

Copy link
Copy Markdown
Author

Labels

The following labels could not be found: dependencies, github-actions. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

n1ckyb added a commit that referenced this pull request Aug 9, 2026
…test it (#19)

The README example on this release candidate does not run:

    old = "def greet(name):
        return 'hi ' + name
    "

The triple quotes had collapsed to single quotes, so it dies with
"SyntaxError: unterminated string literal" at PARSE time, before importing
anything. This is the first code a user copies, and it renders on PyPI.

That is 0.0.1 defect #4 again, in a new form. 0.0.1's example raised NameError
because it was a fragment; this one is self-contained but unparseable.

Restored the triple quotes and confirmed it runs, printing exactly what the
README claims two lines below it:

    ChangeType.ADDITION Insert -> if_statement('if_statement')

## The gate could never have caught this

smoke_published_wheel.py already had "a real diff with a known-correct answer",
but it ran OLD_SRC/NEW_SRC — the script's own PRIVATE copy of the example. That
proves the library works. It proves nothing about what we published, which is
precisely the gap that pulled 0.0.1: every check was green.

So the gate now extracts the first ```python fence from the README a user reads
and executes it against the INSTALLED wheel. Verified in both directions:

    repaired README        exit 0  -> gate passes
    the broken RC README   exit 1  -> gate catches it

Found by auditing whether the RC actually contains the fixes 0.0.2 claims to
ship, rather than assuming it did. The other three 0.0.1 defects are genuinely
fixed on this branch.

Co-authored-by: n1ckyb <nicknuxton@icloud.com>
Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
Rebuilt on the current RC. The branch previously carried an older ci.yml, and a
pull_request run uses the workflow from the PR's own branch - so it ran a version
that predated the no-token degrade handling and failed with
'--from-parser-artifacts needs GH_TOKEN or GITHUB_TOKEN', which Dependabot PRs can
never satisfy because they receive no repository secrets.

Net change against the RC is the pinned SHA only.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
@n1ckyb
n1ckyb force-pushed the dependabot/github_actions/dtolnay/rust-toolchain-2c7215f132e9ebf062739d9130488b56d53c060c branch from e56ed8e to 9ef654a Compare August 9, 2026 23:28
@n1ckyb
n1ckyb changed the base branch from main to release/v0.0.2-rc August 9, 2026 23:28
@n1ckyb
n1ckyb merged commit 94df010 into release/v0.0.2-rc Aug 9, 2026
5 of 6 checks passed
@dependabot
dependabot Bot deleted the dependabot/github_actions/dtolnay/rust-toolchain-2c7215f132e9ebf062739d9130488b56d53c060c branch August 9, 2026 23:52
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