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
Given how much of a basic feature YAML anchors/references are, there's no way to tell the Rust YAML parser to not support them (per #7). Thus, the only way to implement this would be to either do a quick pre-check of the file for "things that look like anchors/references" (which seems prone to false-positives), or else write a custom YAML parser that more closely imitated GitHub's broken implementation (which is rather a lot of work). Adding another 👍 to the actions/runner issue for anchors supportprobably won't help anything, but it's unlikely to make the issue any worse...
As this is the second time this has come up, I'll leave this issue open with a pr-welcome tag, just in case someone gets a rush of blood to the head, but it's too big a chunk of work for me to take on at the moment.
mpalmer
added
the
pr-welcome
This would be a good fix/feature, but the maintainer isn't planning on doing the work
label
Jan 26, 2024
In sourcefrog/cargo-mutants@b7cdf07 I tried using YAML references to reduce duplication:
GitHub rejects this with
but action-validator says nothing about it.
The text was updated successfully, but these errors were encountered: