-
Notifications
You must be signed in to change notification settings - Fork 67
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
Add "replace" as a default available transformer #731
Add "replace" as a default available transformer #731
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.
Just some nits.
....equinox.transforms.hook/src/org/eclipse/equinox/internal/transforms/ReplaceTransformer.java
Outdated
Show resolved
Hide resolved
....equinox.transforms.hook/src/org/eclipse/equinox/internal/transforms/ReplaceTransformer.java
Outdated
Show resolved
Hide resolved
Test Results 663 files 663 suites 1h 14m 53s ⏱️ Results for commit b995f98. ♻️ This comment has been updated with latest results. |
0da2a55
to
abd6756
Compare
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.
Looks fine.
abd6756
to
7d3efe7
Compare
As no further concerns are raised and to unblock depending work I plan to merge this now. |
Currently build fails due to |
A while back in the incubation phase there was a dedicated bundle that provided a "replace" transformer. As this is the very basic transformation and do not require any special dependency it is now added back (in a slightly enhanced implementation) as being available by default.
7d3efe7
to
b995f98
Compare
A while back in the incubation phase there was a dedicated bundle that provided a "replace" transformer.
As this is the very basic transformation and do not require any special dependency it is now added back (in a slightly enhanced implementation) as being available by default.
This contributes to