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

Fix up #486 #487

Merged
merged 1 commit into from
May 13, 2023
Merged

Fix up #486 #487

merged 1 commit into from
May 13, 2023

Conversation

qryxip
Copy link
Member

@qryxip qryxip commented May 13, 2023

内容

#486 においてcommit suggestionを押した後CIを待たずにマージした結果、ビルドが通らない状態になっているため直します。

関連 Issue

その他

RustのOption<T>はPythonやTSのような合併型 (union type)ではなく、直和型 (sum type) (a.k.a. ADT, tagged union)と言えるものです。TOption<T>のサブタイプではないため、値を書くときはNoneではない場合もSome(…)と書く必要があります。

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!!

テスト通る前にマージしてしまいました、すみませんでした!!

@Hiroshiba Hiroshiba merged commit da84ce3 into VOICEVOX:main May 13, 2023
@qryxip qryxip mentioned this pull request May 22, 2023
67 tasks
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