a8m / a8m/envsubst

${{hello:-abc}} Mismatch in parsing after upgrade

オープン
#71 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
Go
スター
907
フォーク
96
PR マージ指標
30日以内にマージされた PR はありません

説明

- v1.3.0 ${{hello:-abc}} == abc
- v1.4.2 ${{hello:-abc}} == abc}

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

調査の方向性

The issue describes a parsing mismatch for the shell parameter expansion syntax ${{hello:-abc}} between versions 1.3.0 and 1.4.2. Start by examining the parsing logic in the codebase, likely in files handling variable substitution. Look for changes in the lexer or parser between these versions. Run existing tests to see the current behavior and write a test to reproduce the mismatch. Understanding the expected output (whether it should be 'abc' or 'abc}') is key.

索引モデルが issue の本文から書いたものです。

評価

技術スタック
go, shell
領域
cli, tooling
issue の種類
バグ
難易度
3/5
見積もり時間
1〜2日
活発さ
停滞
明瞭さ
おおむね明確
初心者へのやさしさ
45/100

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。