Skip to content

Conversation

@M1tsumi
Copy link
Owner

@M1tsumi M1tsumi commented Jan 1, 2026

No description provided.

M1tsumi added 30 commits December 27, 2025 22:07
…mark debug guard API unsafe; address clippy warnings (ptr-eq, is_multiple_of, assign-op, casts)
…ublic unsafe functions lacking Safety docs
…s per OS; remove invalid 'source' on Windows
- Add #[cfg(feature = "arena_module")] to tests requiring arena module
- Remove unnecessary unsafe blocks in Scope::drop and arena_basic test
- Remove unused mut in reset test
Arena::reset() is marked unsafe in arena module but safe in legacy_arena.
Add conditional unsafe block to handle both cases.
Tests using pop_and_rewind() and alloc_batch() require arena_module.
- Add feature gates for tests requiring arena_module or stats
- Fix legacy_arena push_checkpoint to store checkpoints in vector
- Ensures tests only run with appropriate features enabled
@M1tsumi M1tsumi merged commit 80b4d98 into main Jan 1, 2026
5 checks passed
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.

2 participants