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

regexのフィーチャフラグ無効化: stdunicode-perl以外のフィーチャを無効化 #432

Conversation

YuukiToriyama
Copy link
Owner

@YuukiToriyama YuukiToriyama commented Sep 25, 2024

変更点

  • default-features = falseを設定し、デフォルトフィーチャを無効化した
  • ただ、公式ドキュメントにstdは指定したほうがよいと書かれていたため、stdだけは別途指定した
  • また、正規表現\Dの使用に必要なため、unicode-perlフィーチャも別途指定した

その他

正規表現`\D`を使用するために必要なため
@YuukiToriyama YuukiToriyama changed the title regexのフィーチャフラグ無効化: std以外のフィーチャを無効化した regexのフィーチャフラグ無効化: stdunicode-perl以外のフィーチャを無効化 Sep 25, 2024
@YuukiToriyama YuukiToriyama marked this pull request as ready for review September 25, 2024 12:20
@YuukiToriyama YuukiToriyama merged commit 087d1b2 into feature/disable-default-features-of-regex/master Sep 25, 2024
7 checks passed
@YuukiToriyama YuukiToriyama deleted the feature/disable-default-features-of-regex/enable-only-std branch September 25, 2024 12:23
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.

1 participant