Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,12 +105,9 @@ The project uses Docker-based cross-compilation toolchains (see `docker/` direct
### Pull Request Guidelines
- Use squashed commits when merging PRs to maintain clean commit history
- Run tests before creating PR: `./sbt test`
- Check code formatting: `./sbt scalafmtCheckAll`
- Format code: `./sbt scalafmtAll`

### Common Development Tasks
- When making changes to native code, rebuild with `make clean-native native`
- For Java/Scala changes, use `./sbt ~test` for continuous testing
- Always test on multiple JDK versions if possible (8, 11, 17, 21)

### Native Code Testing
- Use make clean-native native for testing native code
- Always test on multiple JDK versions if possible (8, 11, 17, 21)
Loading