-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
絵文字の名前に@や:が使用できる #9964
絵文字の名前に@や:が使用できる #9964
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #9964 +/- ##
============================================
+ Coverage 23.19% 73.33% +50.14%
============================================
Files 698 809 +111
Lines 64883 77524 +12641
Branches 1984 5392 +3408
============================================
+ Hits 15050 56854 +41804
+ Misses 49833 20670 -29163
... and 659 files with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
OSSに関わる経験が浅いのでコメントの仕方とかが間違ってたらすみません ちょうど同じissueに取り組んでいていくつか試行錯誤していました。 背景
|
ありがとうございます、 ただ、絵文字に使える文字でどこまで許容(どの文字まで使えるように)するかが問題になってきそうですね |
さっそく変更ありがとうございます。
たしかにその問題は出てきますね... |
https://json-schema.org/understanding-json-schema/reference/regular_expressions.html JSON Schema(paramDef)のpatternにできませんか? |
大丈夫そう |
🙏 |
What
絵文字追加後のUpdateにて@や:、Unicode絵文字等をカスタム絵文字名に追加できないようにした
下記正規表現
/^[a-z0-9_]+$/
絵文字名の被りが無いかチェックも追加
Why
絵文字名にて予想外の文字が含まれていた場合に正常に読み込めなくなる為
(#9918)
Additional info (optional)
ローカル環境にてテスト済み
下記確認
・絵文字に英数字アンダーバーのみを登録できること
・日本語のみでエラー
・日本語含む英数字でエラー
・ユニコード絵文字のみでエラー
・同じ絵文字名が合った場合エラー