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

Enhancement Request: Marker Comment to prevent Migration #36

Open
codeworrior opened this issue Jul 15, 2019 · 0 comments
Open

Enhancement Request: Marker Comment to prevent Migration #36

codeworrior opened this issue Jul 15, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@codeworrior
Copy link
Member

In some special cases, the generic rules used by the migration tooling might not be suitable and a developer might decide to revert a migration step done by the tooling.

In that case, it would be helpful for a repeated usage of the tooling, if the corresponding code location could be marked as 'don't touch'. It might however be tricky to express what shouldn'T be touched

  • what exact part of the code shouldn't be touched (e.g. only part of a line or a range starting somewhere in one line and continuing to some other line)
  • what change should not be applied? How to prevent that new migration rules are also blocked by old comments
@ecker ecker added the enhancement New feature or request label Jul 22, 2019
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

2 participants