You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Address PR review feedback for Homebrew formula
Fixed three issues identified by AI PR reviewer:
1. **Duplicate Code**: Removed redundant mfc.sh installation that was
immediately overwritten. Now mfc.sh is installed once to prefix.
2. **Path Reference**: Fixed wrapper script to correctly reference
mfc.sh from prefix directory where it's actually installed.
3. **Enhanced Tests**: Added functional tests that verify:
- Binaries can execute (test -h flag)
- mfc.sh and toolchain are properly installed
- All components are accessible
Changes ensure the formula works correctly and tests verify actual
functionality beyond just file existence.
0 commit comments