Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include external projects as subtrees #280

Merged
merged 14 commits into from
Feb 21, 2025
Merged

Include external projects as subtrees #280

merged 14 commits into from
Feb 21, 2025

Conversation

chrjabs
Copy link
Owner

@chrjabs chrjabs commented Feb 20, 2025

Description of the Contribution

Including external dependencies as subprojects should have a couple of advantages:

  • Since I maintain the minisat and glucose repos mainly for RustSAT anyway, it sort of makes more sense to have them more directly included
  • The necessary patches (for CaDiCaL) can be directly applied, so we can ship the newest version of CaDiCaL with the crate
  • Nix flakes struggle with git submodules, so working with them should become easier

PR Checklist

  • I read and agree to CONTRIBUTING.md
  • I have formatted my code with rustfmt / cargo fmt --all
  • Commits are named following conventional commits
  • I have added documentation for new features
  • The test suite still passes on this PR
  • I have added tests for new features / tests that would have caught the bug this PR fixes (please explain if not)
  • If this PR contains breaking changes, it is against the next-major branch, not against main

@chrjabs chrjabs marked this pull request as ready for review February 21, 2025 12:02
@chrjabs chrjabs merged commit b166879 into main Feb 21, 2025
52 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.

1 participant