Skip to content

Conversation

@brandonschabell
Copy link
Owner

No description provided.

Copilot AI review requested due to automatic review settings December 24, 2025 02:39
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR replaces the GNU Make build system with just, a modern command runner written in Rust. The migration maintains all existing development commands while switching to a more portable and user-friendly tool.

  • Adds rust-just>=1.45.0 as a dev dependency
  • Removes Makefile and adds equivalent justfile with identical functionality
  • Updates CHANGELOG to document the tooling change

Reviewed changes

Copilot reviewed 4 out of 5 changed files in this pull request and generated no comments.

Show a summary per file
File Description
pyproject.toml Adds rust-just>=1.45.0 to dev dependencies
uv.lock Locks rust-just 1.45.0 with all platform-specific wheels
justfile New file with development recipes mirroring removed Makefile targets
Makefile Removed in favor of justfile
CHANGELOG.md Documents replacement of Make with just in Unreleased section

@brandonschabell brandonschabell merged commit 239ef54 into main Dec 24, 2025
12 checks passed
@brandonschabell brandonschabell deleted the setup-just branch December 24, 2025 02:43
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