Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stdout outputter に iterations オプションを追加 #7

Merged
merged 3 commits into from
Jan 8, 2024

Conversation

takuo
Copy link
Collaborator

@takuo takuo commented Jan 6, 2024

概要

付随する修正

  • アクティブな Outputter を管理するような作りに変更
    • Outputter.Initialize() の引数を変更

備考

  • 複数のoutputterを選択している場合はプログラムを終了せず他のoutputterを活かす仕様にしました。
  • セルフレビューのため一旦保留

@takuo takuo added documentation Improvements or additions to documentation enhancement New feature or request labels Jan 6, 2024
@takuo takuo force-pushed the v2/feat/stdout-add-iterations-option branch 3 times, most recently from 8b16bbe to 751e308 Compare January 8, 2024 13:22
When an outputter is deactivated, the main loop will cease sending data to the outputter.
Please note that this commit includes a few changes to the type of Outputter interface.
Update document with new interface and add note about `context`
@takuo takuo force-pushed the v2/feat/stdout-add-iterations-option branch from 751e308 to 84a0074 Compare January 8, 2024 14:07
@takuo takuo marked this pull request as ready for review January 8, 2024 14:10
@takuo takuo merged commit 6e37c02 into main Jan 8, 2024
7 checks passed
@takuo takuo deleted the v2/feat/stdout-add-iterations-option branch January 8, 2024 14:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

機能リクエスト: データを出力する回数のコマンドラインオプション
1 participant