dotnet/tye

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

オープン

#1,033 opened on 2021/05/05

 (1 件のコメント) (0 件のリアクション) (0 人の担当者)C# (532 件のフォーク)batch import
buggood first issue

Repository metrics

Stars
 (5,310 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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

コントリビューターガイド