Skip to content

docs: fix stale put(String) builder signature#203

Merged
dfa1 merged 1 commit into
mainfrom
docs-put-columnname
Jul 6, 2026
Merged

docs: fix stale put(String) builder signature#203
dfa1 merged 1 commit into
mainfrom
docs-put-columnname

Conversation

@dfa1

@dfa1 dfa1 commented Jul 6, 2026

Copy link
Copy Markdown
Owner

One-line straggler continuing the #201/#202 review thread.

The Chunk builder table in reference.md still documented put(String column, Object data), but the method has taken ColumnName since #200. #202 fixed the fenced .put(...) snippets but missed this table row; a survey of backticked method-signature claims (done while considering whether DocsConsistencyTest could be taught to catch this class of drift) surfaced it.

Note on the fitness function: I looked at generalizing DocsConsistencyTest to verify receiver-less signature claims against real overloads, but the docs carry many illustrative signatures (decode(ctx, layout, dtype), slice(offset, length), getDouble("col")) that are intentionally informal — a strict matcher would be all false positives. Not worth it; fixing the real drift is the proportionate move.

🤖 Generated with Claude Code

The Chunk builder row still read put(String column, Object data) but
the method has taken ColumnName since #200. A survey of backticked
method-signature claims (prompted by the #202 review) surfaced it;
#202 fixed the fenced .put snippets but missed this reference table row.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@dfa1 dfa1 merged commit 9909bbf into main Jul 6, 2026
6 checks passed
@dfa1 dfa1 deleted the docs-put-columnname branch July 6, 2026 07:06
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