`Transformer` should take batches of `Transformation`s to avoid overlaps
Open
@J-Fields is already working on this.
Since Oct 17, 2021.
area/content-change
kind/bug
kind/enhancement
- Dominant language
- TypeScript
- Stars
- 15.2k
- Forks
- 1.5k
- Avg merge
- 3d 18h
- Merged PRs (30d)
- 6
Description
This should fix #1641 and seems necessary to get many cases of :g working (such as :g/xyz/copy .).
Batches must be guaranteed by the caller to contain no overlaps, and the transformer should track changes that each transformation will make, adjusting the positions in the remaining transformations accordingly.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.