Skip to content

1.0.1#12

Merged
dan-snelson merged 3 commits into
developmentfrom
BR-11
Jul 13, 2026
Merged

1.0.1#12
dan-snelson merged 3 commits into
developmentfrom
BR-11

Conversation

@dan-snelson

Copy link
Copy Markdown
Contributor

Addresses Bug Report #11.

Fix silent-mode Parameter 5 parsing when Jamf passes multiple comma-separated item IDs wrapped in one quoted CSV string (thanks for another heads-up, @applegurutim)
Bump version number
Re-addressed silent mode parse bug
Copilot AI review requested due to automatic review settings July 13, 2026 10:59

Copilot AI left a comment

Copy link
Copy Markdown

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 addresses Issue #11 by fixing silent-mode Parameter 5 parsing so multiple comma-separated item IDs are correctly recognized when Jamf passes them as one quoted CSV string, while keeping quote normalization robust under non-UTF locales.

Changes:

  • Add helper functions to trim outer straight/smart quotes and normalize the full CSV input before splitting.
  • Update silent-mode CSV parsing to split reliably on commas using Zsh’s split flags instead of relying on IFS.
  • Bump documented version references to 1.0.1b3 and update related documentation text.

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 2 comments.

File Description
SYM-Lite.zsh Adds quote/CSV normalization helpers and fixes silent-mode CSV splitting for multi-item Parameter 5 inputs; bumps scriptVersion/history.
README.md Updates displayed version and clarifies how silent-mode quote/CSV normalization works.
CHANGELOG.md Records the 1.0.1b3 changes corresponding to the silent-mode parsing fix.
.github/ISSUE_TEMPLATE/bug_report.yml Updates the bug report “version tested” placeholder text.

Comment thread SYM-Lite.zsh
Comment thread .github/ISSUE_TEMPLATE/bug_report.yml
@dan-snelson
dan-snelson merged commit 0cb095f into development Jul 13, 2026
10 checks passed
@dan-snelson
dan-snelson deleted the BR-11 branch July 13, 2026 11:04
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