Skip to content

[WIP] Fix bash parse errors in pattern-loader.sh#124

Merged
noelsaw1 merged 2 commits intodevelopmentfrom
copilot/fix-bash-parse-error-in-pattern-loader
Mar 24, 2026
Merged

[WIP] Fix bash parse errors in pattern-loader.sh#124
noelsaw1 merged 2 commits intodevelopmentfrom
copilot/fix-bash-parse-error-in-pattern-loader

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Mar 24, 2026

  • Investigate the reported bash parse errors
  • Confirm root cause: local used outside a function at lines 6057-6060 of dist/bin/check-performance.sh (inside a top-level while loop, not inside any function)
  • Fix: remove local keyword from lines 6057-6060 in check-performance.sh
  • Verify fix eliminates the error messages (re-ran scanner, no local: errors)
  • Update CHANGELOG.md

✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

@noelsaw1 noelsaw1 marked this pull request as ready for review March 24, 2026 20:32
@noelsaw1 noelsaw1 merged commit 0d62280 into development Mar 24, 2026
1 check passed
Copilot AI requested a review from noelsaw1 March 24, 2026 20:33
Copilot stopped work on behalf of noelsaw1 due to an error March 24, 2026 20:33
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