-
Notifications
You must be signed in to change notification settings - Fork 5
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
Formatted string support #85
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.
Some suggestions could not be made:
- src/main/java/org/openrewrite/python/ChangeMethodName.java
- lines 20-20
- src/main/java/org/openrewrite/python/PythonVisitor.java
- lines 18-18
- src/main/java/org/openrewrite/python/cleanup/StartsWithEndsWith.java
- lines 18-18
- src/main/java/org/openrewrite/python/marker/PythonExtraPadding.java
- lines 21-21
- src/main/java/org/openrewrite/python/package-info.java
- lines 21-21
- src/main/java/org/openrewrite/python/tree/PySpace.java
- lines 18-18
- src/test/java/org/openrewrite/python/tree/MethodInvocationTest.java
- lines 23-23
- src/test/java/org/openrewrite/python/tree/package-info.java
- lines 20-20
# Conflicts: # rewrite/rewrite/python/__init__.py # rewrite/rewrite/python/tree.py # rewrite/rewrite/python/visitor.py
`FormattedValue` was renamed to `Value` and is owned by `FormattedString`.
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.
Some suggestions could not be made:
- src/test/java/org/openrewrite/python/tree/MethodInvocationTest.java
- lines 23-23
- src/test/java/org/openrewrite/python/tree/package-info.java
- lines 20-20
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.
Some suggestions could not be made:
- src/test/java/org/openrewrite/python/tree/MethodInvocationTest.java
- lines 23-23
- src/test/java/org/openrewrite/python/tree/package-info.java
- lines 20-20
Provides basic f-string support. Corner cases will be handled in subsequent commits.