-
-
Notifications
You must be signed in to change notification settings - Fork 21.6k
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
--convert-3to4 incorrectly escaping quotes when using signal yields #63291
Labels
Milestone
Comments
cc @qarmin PS: |
Sorry, you're right. Those were terrible flashbacks from Python 2.x times. |
and3rson
changed the title
--convert-2to3 incorrectly escaping quotes when using signal yields
--convert-3to4 incorrectly escaping quotes when using signal yields
Jul 21, 2022
There seems to be a test covering this in 24f45bd, but it still seems to reproduce EDIT: Nevermind, the test does not cover the escape itself (should be |
and3rson
added a commit
to and3rson/godot
that referenced
this issue
Jul 21, 2022
Repository owner
moved this from To Assess
to Done
in 4.x Priority Issues
Aug 5, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Godot version
4.0-alpha12
System information
ArchLinux
Issue description
--convert-3to4
improperly escapes quotes when convertingyield(obj, "signal")
toawait obj.signal
format:This leads to a broken escape (
\f
) in the editor:Steps to reproduce
yield(obj, signal)
syntax--convert-3to4
parameterMinimal reproduction project
No response
The text was updated successfully, but these errors were encountered: