dotnet/tye

Yaml parsing errors always report `tye.yaml` file problem

开放

#1,033 创建于 2021年5月5日

 (1 条评论) (0 个反应) (0 位负责人)C# (532 个派生)batch import
buggood first issue

仓库指标

星标
 (5,310 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

Describe the bug

When YAML parsing acts on path argument, it always directs user to an error in tye.yaml file

To Reproduce

  1. Create a foo.yml file with invalid yml syntax
  2. Run tye with file from Step 1 as path argument (e.g. > tye run foo.yml)
  3. Note error message says Error parsing tye.yaml: ...

Further technical details

Tye version: 0.6.0-alpha.21070

贡献者指南