Skip to content

Conversation

qryxip
Copy link
Member

@qryxip qryxip commented Aug 6, 2025

内容

--devices <DEVICES>...のhelpにはRust版ダウンローダー誕生 (#375)の時点から、PowerShell版から引き継ぐ形で「(cudaはlinuxのみ)」と書かれていた。

しかしこれはRust版、というよりPowerShell版の誕生 (#249)の時点で正しくなかった。
正しくなくなったのは #810 からでした!

関連 Issue

その他

@qryxip qryxip requested a review from Hiroshiba August 6, 2025 18:50
@Hiroshiba Hiroshiba requested a review from Copilot August 6, 2025 19:04
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR fixes an outdated help message for the --devices command-line option in the downloader. The change removes the incorrect "(cudaはlinuxのみ)" (CUDA is Linux only) text from the help description, as this restriction has not been accurate since the early versions of the tool.

  • Removes outdated platform restriction information from the --devices help text
  • Updates the changelog to document this fix with proper historical context

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
crates/downloader/src/main.rs Removes the "(cudaはlinuxのみ)" text from the --devices argument help description
CHANGELOG.md Adds changelog entry documenting the fix and references the historical PR

Copy link
Member

@Hiroshiba Hiroshiba left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!!

@qryxip qryxip merged commit e999442 into VOICEVOX:main Aug 6, 2025
33 checks passed
@qryxip qryxip deleted the pr/fix-downloader-fix-devices-options-help branch August 6, 2025 19:12
@qryxip
Copy link
Member Author

qryxip commented Aug 7, 2025

当時の実装を見てみたのですが、"(cudaはlinuxのみ)"というのは当時は正しかった!

正しくなくなったのは #810 が入った0.16.0-preview.0からでした…。

This was referenced Aug 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants