-
Notifications
You must be signed in to change notification settings - Fork 118
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
Conversation
There was a problem hiding this comment.
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.md
はdocs
直下にあるので、合わせてdownloader.md
を直下に置くようにしてみました。
ドキュメントの整理をする別の機会を設けて、その時に変更しても良いかも・・・?
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) にあります。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
あっ この辺変わっちゃいましたが、ま、まあ。。。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
レビューありがとうございます!! |
内容
の解決プルリクエストです。
とりあえずやりやすかったのでdownloadバイナリもdownloader
に変えちゃいました。#607 (comment) の流れ次第ではdownloaderバイナリの名称を
download
に戻しつつ、プルリクエストのタイトルを変更したいと思います。↑
こちらのコメントにある通り、バイナリの方は
download
にしました。関連 Issue
close #607
その他
「
download([^e]|$)
(downlaodが含まれ、後ろがeではないか、行末)」で検索して置き換えるかどうかを判断しました。githubのreleaseのURLに含まれている「download」や、ダウンロードするテストに含まれている「download」などはそのままにしています。