-
Notifications
You must be signed in to change notification settings - Fork 0
Rust SDK: All tests passing (302/302 unit, 138/138 cross-SDK) #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
joalves
wants to merge
21
commits into
main
Choose a base branch
from
fix/all-tests-passing
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
d9de45f
docs: add Axum, Actix, Rocket examples and async patterns to Rust SDK
joalves 1271782
fix: correct method signatures to match Rust SDK implementation
joalves 5dac9d7
test: add canonical test parity (130 → 302 tests)
joalves fd3e347
fix: resolve cross-SDK test failures for 100% pass rate
joalves 33f9e06
docs: restructure README to match standard SDK documentation structure
joalves f06b9eb
fix: wire ContextOptions into Context and replace eprintln with log c…
joalves a39309d
fix: remove finalized guard from set_override to match JS SDK behavior
joalves cfea56f
feat(rust): add ready_error returning Option<&String> from failed con…
joalves 914ece2
feat: add close/is_closed/is_closing aliases and standardize error me…
joalves 53bc8ef
test(rust): replace refresh_with bypass with mock fetcher + public re…
joalves d7533ec
fix: use selective cache invalidation in refresh_with instead of clea…
joalves 4d33f2a
feat: cross-SDK consistency fixes — all 201 scenarios passing
joalves ef5463b
refactor: rename ContextEventHandler to ContextPublisher
joalves e3ddea3
fix: address coderabbit review issues
joalves 9f77bbe
feat(jsonexpr): make IN haystack-first and add CONTAINS alias
joalves bfe2086
ci: fix Rust workflow action ref and clear clippy/fmt lints
joalves e664c49
ci: drop unrealistic Rust 1.70.0 from test matrix
joalves 8e523e2
fix(jsonexpr): eq(null, null) returns null (canonical null-operand ha…
joalves 860b1d5
test: add canonical astral/multibyte hashUnit regression test
joalves 483eb32
test: add hermetic local-HTTP integration test for real fetch/publish
joalves f06ada8
fix: send full canonical header set on publish (PUT /context)
joalves File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pin
dtolnay/rust-toolchainto specific version or commit SHA across all workflow jobs. All five action references use@master, which is a moving target that can introduce breaking changes or security vulnerabilities without notice. Pin to an immutable reference for stability and supply-chain security..github/workflows/ci.yml#L26-L26: pin the action reference in the test job to a specific version tag (e.g.,@1.0.0) or commit SHA..github/workflows/ci.yml#L54-L54: pin the action reference in the lint job to a specific version tag or commit SHA..github/workflows/ci.yml#L72-L72: pin the action reference in the docs job to a specific version tag or commit SHA..github/workflows/publish.yml#L19-L19: pin the action reference in the test job to a specific version tag or commit SHA..github/workflows/publish.yml#L34-L34: pin the action reference in the publish job to a specific version tag or commit SHA.🧰 Tools
🪛 zizmor (1.25.2)
[error] 26-26: unpinned action reference (unpinned-uses): action is not pinned to a hash (required by blanket policy)
(unpinned-uses)
📍 Affects 2 files
.github/workflows/ci.yml#L26-L26(this comment).github/workflows/ci.yml#L54-L54.github/workflows/ci.yml#L72-L72.github/workflows/publish.yml#L19-L19.github/workflows/publish.yml#L34-L34🤖 Prompt for AI Agents
Source: MCP tools