microcks / microcks/microcks-cli

fix: CLI error messages written to stdout instead of stderr

オープン
#413 コメント 1 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

主要言語
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.

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

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

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

調査の方向性

提案された修正はすでに提出されているため、まず PR #410 を確認してください。test、import、import-url、import-dir コマンドを確認し、通常の出力が stdout に残る一方でエラーメッセージが stderr に送られることを検証してください。これらの動作がカバーされているか確認されれば、issue は完了です。

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

評価

技術スタック
go
領域
cli
issue の種類
バグ
難易度
3/5
見積もり時間
1〜2日
活発さ
停滞
明瞭さ
明確に書かれている
初心者へのやさしさ
20/100

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

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