1.2.0b3 - #17
Merged
Merged
1.2.0b3#17
Conversation
dan-snelson
commented
Aug 18, 2026
Contributor
- Fixed validation of Installomator labels declared in multiline alias arms (Bug Report [Bug]: Multiline Installomator label aliases are filtered as unavailable #16)
Contributor
Author
|
There was a problem hiding this comment.
Pull request overview
Updates SYM-Lite to 1.2.0b3 and fixes Installomator label availability validation so labels defined in multiline/continued top-level case $label in alias arms are detected (Bug Report #16). This keeps valid labels from being incorrectly filtered out during pre-flight in both interactive and silent modes.
Changes:
- Extend
getAvailableInstallomatorLabels()to accumulate continued alias-arm fragments until the terminating)and then emit a normalized pipe-delimited alias arm. - Update version strings and release notes in
SYM-Lite.zsh,README.md, andCHANGELOG.md. - Update the security scan workflow to add a Zsh regression-test step and tighten pass/fail gating to require both syntax + regression tests.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
SYM-Lite.zsh |
Implements multiline alias-arm parsing for top-level Installomator label case arms; bumps script version/history. |
README.md |
Documents the updated validation behavior and bumps displayed version. |
CHANGELOG.md |
Adds 1.2.0b3 entry describing the multiline alias-arm validation fix. |
.github/workflows/security-scan.yml |
Adds a Zsh regression test step and updates summary/fail logic to treat tests as part of validation. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Comment on lines
+272
to
+276
| - name: Run Zsh Regression Tests | ||
| id: zsh_tests | ||
| if: steps.zsh_syntax.outputs.status == '0' | ||
| run: zsh tests/installomator-label-parser.zsh | ||
|
|
|
|
||
| { | ||
| echo "### Zsh Syntax" | ||
| echo "### Zsh Validation" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.