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

grade と rank が null の assessment を保存できてしまう #203

Open
a2311kk opened this issue Jul 21, 2024 · 2 comments
Open

grade と rank が null の assessment を保存できてしまう #203

a2311kk opened this issue Jul 21, 2024 · 2 comments
Assignees

Comments

@a2311kk
Copy link
Contributor

a2311kk commented Jul 21, 2024

バグの説明

バグの再現手順

期待される動作

スクリーンショット

追加のコンテキスト

@a2311kk a2311kk added this to manakan Jul 21, 2024
@a2311kk a2311kk assigned a2311kk and unassigned shunya9811 Jul 21, 2024
@a2311kk a2311kk moved this to Todo in manakan Jul 21, 2024
@a2311kk
Copy link
Contributor Author

a2311kk commented Jul 21, 2024

これを防ぐには、tsconfig.json で strict または strictNullChecks を true にする必要がある。

https://www.typescriptlang.org/tsconfig/#strictNullChecks

しかし、strictNullChecks を true にすると、62 件エラーが出る。

Image

簡単に確認する限り、全部修正することも可能ではありそうだが、どうするかは要相談。

@a2311kk a2311kk moved this from Todo to In Progress in manakan Jul 21, 2024
@a2311kk
Copy link
Contributor Author

a2311kk commented Jul 21, 2024

#190 のことも考えると、逆に全部直した方が早いということはあり得るかもしれない。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In Progress
Development

No branches or pull requests

2 participants