fix(docs): correct the C from_file snippet and clean stale surface references#796
Merged
Conversation
…ferences The C migration example passed a null config to thetadatadx_client_connect_from_file, but the C ABI requires a non-null config handle and hard-fails otherwise, so the snippet was a copy-paste failure; pass a production config handle as the other before/after C blocks do. Update the bug-report template's example method names to the role-namespaced client surface, and rename the source-docs framing CI job and step so the public Actions UI carries neutral wording. Co-Authored-By: Claude Opus 4.8 <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.
Closes the three findings from the final pre-tag audit of the v13 release candidate.
thetadatadx_client_connect_from_file("creds.txt", NULL), but the C ABI requires a non-null config handle (thetadatadx_last_error()returns "config handle is null" otherwise). It now passesthetadatadx_config_production(), matching the other C before/after blocks in the guide.ThetaDataDxClient::stock_history_eod/::subscribenames; it now points atclient.historical.stock_history_eod/client.stream.subscribe.🤖 Generated with Claude Code