task icon indicating copy to clipboard operation
task copied to clipboard

Parse YAML files using strict mode again once go-yaml/yaml#410 is fixed

Open andreynering opened this issue 7 years ago • 2 comments

Initially reported at https://github.com/go-task/task/issues/112, YAML merging don't work when using the strict mode. I rolled back to normal mode to fix the issue.

Since strict mode is important to disallow non existent attributes (and by so, reporting possible typos on Taskfiles), we should start using it again once go-yaml/yaml#410 is fixed.

Also, write a test case using YAML anchors so we know any bug related to it happens again in the future.

andreynering avatar Nov 18 '18 19:11 andreynering

Since YAML v3 is now released and we're using it, this is done to be tried again.

andreynering avatar Apr 13 '19 20:04 andreynering

@andreynering are there any other technical blockers to get merging working again?

wburningham avatar May 10 '24 15:05 wburningham