microcks / microcks/microcks-cli
fix: CLI error messages written to stdout instead of stderr
オープン
まだ誰も着手していません。
- 主要言語
- Go
- スター
- 52
- フォーク
- 68
- 平均マージ
- 6時間 54分
- マージ済み PR(30日)
- 10
説明
## Bug Description
All CLI commands (test, import, import-url, import-dir) print
error messages to stdout instead of stderr. This is incorrect
Unix behavior and breaks CI/CD pipeline scripting where stdout
and stderr are handled separately.
## Impact
Scripts and pipelines that redirect stdout (e.g. `command > output.txt`)
will have error messages mixed into their output unexpectedly.
## Fix
Already submitted in PR #410.
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
提案された修正はすでに提出されているため、まず PR #410 を確認してください。test、import、import-url、import-dir コマンドを確認し、通常の出力が stdout に残る一方でエラーメッセージが stderr に送られることを検証してください。これらの動作がカバーされているか確認されれば、issue は完了です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- go
- 領域
- cli
- issue の種類
- バグ
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 停滞
- 明瞭さ
- 明確に書かれている
- 初心者へのやさしさ
- 20/100