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

downloadクレートをdownloaderクレートに #648

Merged
merged 5 commits into from
Oct 16, 2023

Conversation

Hiroshiba
Copy link
Member

@Hiroshiba Hiroshiba commented Oct 16, 2023

内容

の解決プルリクエストです。

とりあえずやりやすかったのでdownloadバイナリもdownloaderに変えちゃいました。
#607 (comment) の流れ次第ではdownloaderバイナリの名称をdownloadに戻しつつ、プルリクエストのタイトルを変更したいと思います。


こちらのコメントにある通り、バイナリの方はdownloadにしました。

関連 Issue

close #607

その他

download([^e]|$)(downlaodが含まれ、後ろがeではないか、行末)」で検索して置き換えるかどうかを判断しました。
githubのreleaseのURLに含まれている「download」や、ダウンロードするテストに含まれている「download」などはそのままにしています。

Copy link
Member Author

Choose a reason for hiding this comment

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

ドキュメントがdocs/downloads/download.mdの1ファイルで、vvm.mddocs直下にあるので、合わせてdownloader.mdを直下に置くようにしてみました。
ドキュメントの整理をする別の機会を設けて、その時に変更しても良いかも・・・?

@Hiroshiba Hiroshiba changed the title downloadクレートとdownloadバイナリをdownloaderに downloadクレートをdownloaderクレートに Oct 16, 2023
DLL用のヘッダファイルは [crates/voicevox\_core\_c\_api/include/voicevox\_core.h](https://github.com/VOICEVOX/voicevox_core/tree/main/crates/voicevox_core_c_api/include/voicevox_core.h) にあります。
DLL 用のヘッダファイルは [crates/voicevox_core_c_api/include/voicevox_core.h](https://github.com/VOICEVOX/voicevox_core/tree/main/crates/voicevox_core_c_api/include/voicevox_core.h) にあります。
Copy link
Member Author

@Hiroshiba Hiroshiba Oct 16, 2023

Choose a reason for hiding this comment

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

あっ この辺変わっちゃいましたが、ま、まあ。。。

Copy link
Member

@qryxip qryxip left a comment

Choose a reason for hiding this comment

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

LGTM!

@Hiroshiba
Copy link
Member Author

レビューありがとうございます!!

@Hiroshiba Hiroshiba merged commit 5f3d382 into VOICEVOX:main Oct 16, 2023
41 checks passed
@Hiroshiba Hiroshiba deleted the download-to-downloader branch October 16, 2023 18:45
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.

downloadクレートの名称をdownloaderにする
2 participants