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 configure.sh's ruleset_id() Still Reads a Plain jq -r, Blocking check_ruleset() on Windows #1253: route ruleset_id()'s id extraction in repo-config/configure.sh through the existing jqr() helper, so a native Windows jq's trailing \r cannot reach the rulesets/<id> API URL. The issue's secondary site, the bypass-list read in check_ruleset(), already reads through jqr() on develop, so re-check it rather than editing it blind. Done looks like: no plain jq -r extraction feeding an id or a compared value remains in ruleset_id(), a test or self-test that feeds a CR-suffixed jq output fails with the fix reverted, and the pull request into develop carries Closes on promotion: #1253.
External blockers
None known. The fix is unverified on a native Windows host, as #1253 itself states, so the test simulates the CR rather than claiming a Windows run.
Internal dependencies
None. #1260 is the same class on $live reads in the same file but is a separate lane, so keep this change to ruleset_id().
State
No branch, worktree, or pull request exists for this lane yet. Re-derive from git worktree list and the open pull request list before starting.
The parked decision queue
Zero parked decisions on this lane.
What the last round did
Nothing yet. This link was created by the unattended-handoff picker from the open backlog.
Next steps, in priority order
ruleset_id()'s id extraction inrepo-config/configure.shthrough the existingjqr()helper, so a native Windows jq's trailing\rcannot reach therulesets/<id>API URL. The issue's secondary site, the bypass-list read incheck_ruleset(), already reads throughjqr()ondevelop, so re-check it rather than editing it blind. Done looks like: no plainjq -rextraction feeding an id or a compared value remains inruleset_id(), a test or self-test that feeds a CR-suffixed jq output fails with the fix reverted, and the pull request intodevelopcarriesCloses on promotion: #1253.External blockers
None known. The fix is unverified on a native Windows host, as #1253 itself states, so the test simulates the CR rather than claiming a Windows run.
Internal dependencies
None. #1260 is the same class on
$livereads in the same file but is a separate lane, so keep this change toruleset_id().State
No branch, worktree, or pull request exists for this lane yet. Re-derive from
git worktree listand the open pull request list before starting.The parked decision queue
Zero parked decisions on this lane.
What the last round did
Nothing yet. This link was created by the unattended-handoff picker from the open backlog.
What not to repeat
Nothing tried yet.
New learnings
None yet.