Skip to content

fnc 0.18 (new formula)#2676

Open
chenrui333 wants to merge 1 commit into
mainfrom
fnc
Open

fnc 0.18 (new formula)#2676
chenrui333 wants to merge 1 commit into
mainfrom
fnc

Conversation

@chenrui333
Copy link
Copy Markdown
Owner

No description provided.

Copy link
Copy Markdown
Contributor

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 adds a new Homebrew formula for fnc version 0.18, an interactive text-based user interface for Fossil SCM.

  • Introduces fnc 0.18 formula with basic build and test configuration
  • Uses make-based build system with PREFIX installation
  • Includes version check and error message validation in tests

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

Comment thread Formula/f/fnc.rb
license "ISC"

def install
system "make"
Copy link

Copilot AI Nov 16, 2025

Choose a reason for hiding this comment

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

[nitpick] The separate system "make" call can be combined with the install step. Most formulas in this repository that use make-based builds (e.g., fat.rb, imgcat.rb) combine these into a single call: system "make", "install", "PREFIX=#{prefix}". This reduces redundancy and follows the pattern where make will handle dependencies automatically.

Suggested change
system "make"

Copilot uses AI. Check for mistakes.
@chenrui333 chenrui333 added in progress Stale bot should stay away CI-no-fail-fast Continue CI tests despite failing GitHub Actions matrix builds. labels Feb 14, 2026
@chenrui333 chenrui333 removed the in progress Stale bot should stay away label Apr 27, 2026
Signed-off-by: Rui Chen <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CI-no-fail-fast Continue CI tests despite failing GitHub Actions matrix builds. new formula

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants