Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Auths Commit Verification
Result: ❌ 0/6 commits verified How to fixCommit macOS: Then re-sign: |
- Add xtask check-clippy-sync command that verifies crate-level clippy.toml files contain all workspace-root rules - Wire into CI (.github/workflows/ci.yml) and pre-commit hook - Fix drift: add missing dirs::data_local_dir and std::fs::OpenOptions to auths-crypto and auths-sdk clippy.toml files - Defer DID/newtype rules (auths_verifier::*) via DEFERRED_RULE_PREFIXES filter until fn-70.3 annotates all call sites
…rialization (fn-70.2) - Add version: u8 with #[serde(default = "default_version")] so old JSON without the field deserializes to version = 1 - Update Default impl and provision.rs struct literal - Add tests for version defaulting, roundtrip, and default value
… crate configs (fn-70.3) - Add #[allow(clippy::disallowed_methods)] + INVARIANT comments to all IdentityDID, DeviceDID, CanonicalDid, CommitOid, PublicKeyHex new_unchecked() call sites across auths-core, auths-id, auths-sdk, auths-index, auths-cli, and auths-storage - Add DID/newtype disallowed-methods rules to auths-core, auths-id, auths-sdk, and auths-crypto clippy.toml files - Clear DEFERRED_RULE_PREFIXES in check_clippy_sync since all sites are now annotated
- Replace map_err(|e| anyhow!("{e}")) with map_err(anyhow::Error::new)
in device authorization.rs to preserve DeviceError for downcast
- Update extract_error_info() to walk the full anyhow error chain via
.chain() instead of only checking the top-level type, making
.with_context() safe to use with AuthsErrorInfo errors
- Add test verifying chain-walking finds typed errors through context
- Replace 43 None suggestion() returns with actionable text across all AuthsErrorInfo implementations - Every error variant now tells users what command to run or what to check, referencing auths CLI commands where applicable - Files updated: auths-core error.rs/platform.rs/network.rs/pairing, auths-verifier error.rs/commit_error.rs, auths-sdk error.rs/signing.rs, auths-id error.rs
Auths Commit Verification
Result: ✅ 6/6 commits verified |
Auths Commit Verification
Result: ❌ 6/7 commits verified How to fixCommit macOS: Then re-sign: |
Auths Commit Verification
Result: ✅ 7/7 commits verified |
Auths Commit Verification
Result: ✅ 8/8 commits verified |
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.
No description provided.