docs: drop the truncated-Available note on gpu.md (CTBase#557 fixed) - #945
Merged
Conversation
CTBase 0.30.4-beta (control-toolbox/CTBase.jl#558, merged/released 2026-09-02) fixes the follow-up to #553 this page's note was warning about: `Available` was listing 5 of 12 methods with nothing saying so, and the `Hint` line ended on a colon with nothing after it. On the `solve(ocp, :adnlp, :gpu)` case this page demonstrates, `Available` now lists all 12 methods -- GPU entries included -- and the hint carries its own list. Verified against the actual rebuilt page, not just the fix in isolation. `docs/Project.toml`'s `CTBase = "0.30"` already covers 0.30.4-beta, so no [compat] change is needed -- only the tracked `docs/src/assets/Manifest.toml` snapshot, regenerated by this build per the standing rule. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Small follow-up to #941. That PR shipped
gpu.md'sAmbiguousDescriptiondiagnostic with a note explainingAvailablewas truncated at 10 entries with no marker, silently dropping the two:gpumethods it exists to show — a bug filed as CTBase#553.CTBase's own fix (0.30.3-beta) turned out to swap the problem rather than solve it:
Availablestarted showing 5 of 12 methods (the closest matches) with nothing saying so, and theHintline ended on a colon with nothing after it. Filed as CTBase#557, fixed in CTBase#558, released as CTBase 0.30.4-beta — both same day.This PR bumps the docs environment to 0.30.4-beta and drops the note. Verified on the actual rebuilt page, not just the fix in isolation —
solve(ocp, :adnlp, :gpu)now renders:docs/Project.toml'sCTBase = "0.30"already covers 0.30.4-beta, so no[compat]change — only the trackeddocs/src/assets/Manifest.tomlsnapshot, regenerated by the build.Verification
Full local build (
julia --project=. docs/make.jl), exit 0: 0Cannot resolve @ref, 6@extref— the unchanged pre-existing backlog. No new.png.🤖 Generated with Claude Code