Skip to content

test fix, email signing fix#65

Merged
Hendler merged 7 commits intomainfrom
v0.9.11
Mar 24, 2026
Merged

test fix, email signing fix#65
Hendler merged 7 commits intomainfrom
v0.9.11

Conversation

@Hendler
Copy link
Copy Markdown
Contributor

@Hendler Hendler commented Mar 24, 2026

…s_compiled_features asserted that core tool names were "always present" without feature gates, but the nightly CI runs it with

--no-default-features --features mcp which excludes core-tools. The fix wraps each tool family's assertions with the matching #[cfg(feature = "...")] guard. Both --features mcp a

…s_compiled_features asserted that core tool names were "always present" without feature gates, but the nightly CI runs it with

  --no-default-features --features mcp which excludes core-tools. The fix wraps each tool family's assertions with the matching #[cfg(feature = "...")] guard. Both --features mcp a
@Hendler Hendler changed the title jacs-mcp/src/jacs_tools.rs:4173-4201: the test test_tools_list_matche… test fix, email signing fix Mar 24, 2026
Hendler added 5 commits March 23, 2026 21:43
test_timestamp_unix_epoch_valid_by_default and test_valid_old_timestamp
were racing with test_old_timestamp_rejected_when_expiry_enabled which
sets JACS_MAX_SIGNATURE_AGE_SECONDS env var, causing spurious failures.
@Hendler Hendler merged commit 698e8b2 into main Mar 24, 2026
15 checks passed
@Hendler Hendler deleted the v0.9.11 branch March 24, 2026 07:44
@Hendler Hendler restored the v0.9.11 branch March 24, 2026 07:44
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