Skip to content

Conversation

@vic
Copy link
Owner

@vic vic commented Nov 16, 2025

No description provided.

@vic vic marked this pull request as ready for review November 16, 2025 10:06
Copilot AI review requested due to automatic review settings November 16, 2025 10:06
@vic vic merged commit 324e2c9 into main Nov 16, 2025
5 of 9 checks passed
@vic vic deleted the at-least branch November 16, 2025 10:06
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 refactors the codebase to use the more explicit parametric.atLeast API instead of the boolean-based parametric true syntax. According to the parametric.__functor implementation, passing true to parametric returns parametric.atLeast, so this change is functionally equivalent but improves code clarity and maintainability.

  • Replaces all instances of parametric true with parametric.atLeast
  • Updates three files: two production modules and one test file
  • Uses explicit API method instead of boolean-based syntax

Reviewed Changes

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

File Description
modules/aspects/provides/define-user.nix Updated __functor to use explicit parametric.atLeast
modules/aspects/defaults.nix Updated __functor to use explicit parametric.atLeast
checkmate/tests/aspect-functor.nix Updated test example to use explicit parametric.atLeast

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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