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: schema path, NodeTool step readability, and glob bracket guard
- Update test_write_schema_to_scripts to write to the canonical
scripts/ado-script/schema/ path instead of the deleted
scripts/gate-spec.schema.json location.
- Convert NodeTool@0 step from escaped single-line string to a raw
string literal, consistent with the adjacent download step.
- Add logWarning guard in globMatch when pattern contains "[" to catch
compiler/evaluator parity drift early (bracket expressions are treated
as literals, not character classes).
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments