Skip to content

Split JET tests to nopre group#32

Closed
ChrisRackauckas-Claude wants to merge 7 commits into
SciML:mainfrom
ChrisRackauckas-Claude:fix/nopre-test-group
Closed

Split JET tests to nopre group#32
ChrisRackauckas-Claude wants to merge 7 commits into
SciML:mainfrom
ChrisRackauckas-Claude:fix/nopre-test-group

Conversation

@ChrisRackauckas-Claude

Copy link
Copy Markdown
Contributor

Separates JET tests into a 'nopre' group and configures CI to skip them on 'pre' versions. Resolves #31.

claude and others added 7 commits January 8, 2026 03:18
Add comprehensive tests to verify type stability of the core functionality:
- JET.jl tests using @test_opt to verify no runtime dispatch in the
  main code paths (non-fallback mode)
- JET.report_call tests to ensure no errors are detected
- @inferred tests to verify return type inference works correctly

The package's core functionality (without fallback) is type-stable.
Note: The fallback path (FB=true) has inherent type instability by design,
as it calls the unwrapped function directly.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
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.

3 participants