-
-
Notifications
You must be signed in to change notification settings - Fork 22k
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] Add show_error
parameter to control error printing on compilation fail
#95212
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.
Tested locally on https://github.com/godotengine/godot-demo-projects/tree/master/gui/regex (by editing the compile()
call to have false
as a second parameter), it works as expected.
show_error
parameter to control error printing on compilation failshow_error
parameter to control error printing on compilation fail
81dc8fa
to
89cb76f
Compare
89cb76f
to
022ff69
Compare
022ff69
to
f648de1
Compare
Omg why it closed. I tried to rebase my brach to new version, and I done it successfully, but PR was closed automatically. Can it be reopened? I'm sorry for my follies, my exp in git ends up in |
Thanks! And congrats for your first merged Godot contribution 🎉 |
Implements godotengine/godot-proposals#10381