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

Do not use the real document overlays for now #6

Conversation

h0tk3y
Copy link
Member

@h0tk3y h0tk3y commented Nov 13, 2024

No description provided.

The text mutation utilities cannot handle the mutations
touching the underlay document content.

For now, use an empty "underlay" document, so that the
overlay result of that stub and the real file is equivalent
to the real file, which the mutation utilities can handle
just fine.
@h0tk3y h0tk3y self-assigned this Nov 13, 2024
Comment on lines +312 to +314
// TODO: carry both the real overlay and the document produced from just the current file, run the mutations
// against the latter for now.
// TODO: once the mutation utilities start handling mutations across the overlay, pass them the right overlay.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤔 Do you think issues would be useful for these, or are you going to come back here soon?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have some more changes in mind that are going to affect this.

@h0tk3y h0tk3y merged commit 9487515 into sigushkin/settings-gradle-kts-or-none Nov 13, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants