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

SourceFile implementations should include default SearchResultPrinters #412

Closed
sambsnyd opened this issue Apr 1, 2021 · 0 comments
Closed
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@sambsnyd
Copy link
Member

sambsnyd commented Apr 1, 2021

Currently we have no straightforward way of printing SearchResult markers when running via our build plugins.
This means that search recipes run but produce no visible output.
As a first step to fixing this, we need to have a default SearchResultPrinter for each type of SourceFile. These default search result printers must print markers inside of a context-appropriate comment so that reifying the markers to code changes doesn't result in broken code. e.g.: /* ~~> */ for Java and <!-- ~~> --> for XML

@sambsnyd sambsnyd added the enhancement New feature or request label Apr 1, 2021
@sambsnyd sambsnyd added this to the 7.2.0 milestone Apr 1, 2021
@sambsnyd sambsnyd self-assigned this Apr 3, 2021
sambsnyd added a commit that referenced this issue Apr 3, 2021
sambsnyd added a commit that referenced this issue Apr 6, 2021
sjungling pushed a commit that referenced this issue Feb 3, 2023
* added Operating System marker

* Add license

---------

Co-authored-by: Reagan Karnes <reagan@moderne.io>
Co-authored-by: Tim te Beek <timtebeek@gmail.com>
reka18 added a commit that referenced this issue Feb 6, 2023
* <reka18> implemented Marker in OperatingSystem

* <reka18> cleanup
sambsnyd pushed a commit to yeikel/rewrite that referenced this issue Feb 10, 2023
* <reka18> implemented Marker in OperatingSystem

* <reka18> cleanup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant