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

multiline replacements #25

Closed
2 of 3 tasks
drahnr opened this issue Jun 15, 2020 · 1 comment
Closed
2 of 3 tasks

multiline replacements #25

drahnr opened this issue Jun 15, 2020 · 1 comment
Assignees
Labels
enhancement 🦚 New feature or request help wanted 🤝 Extra attention is needed internal ⚙️ Internal issues or TODOs
Milestone

Comments

@drahnr
Copy link
Owner

drahnr commented Jun 15, 2020

Currently there are quite a few places where single line issues are assumed, which is not necessarily true for grammar errors.

Required changes:

  • fmt::Display for Suggestion must handle multiple spans, multiline spans and therefor fragmented ranges
  • avoid Range types, use Span instead
  • create complex cases
@drahnr drahnr added enhancement 🦚 New feature or request help wanted 🤝 Extra attention is needed internal ⚙️ Internal issues or TODOs heavy-duty 🚜 Big features not easy to implement labels Jun 15, 2020
@drahnr
Copy link
Owner Author

drahnr commented Jun 22, 2020

Should be simplified a lot once CheckableChunk of #55 is merged

@drahnr drahnr removed the heavy-duty 🚜 Big features not easy to implement label Jul 8, 2020
@drahnr drahnr added this to the v0.4.0 milestone Jul 14, 2020
@drahnr drahnr self-assigned this Jul 16, 2020
@drahnr drahnr modified the milestones: v0.4.0, v0.3.0 Jul 16, 2020
drahnr added a commit that referenced this issue Jul 16, 2020
To fully function, requres impl of #25 to not assert.

Closes #14
drahnr added a commit that referenced this issue Jul 23, 2020
To fully function, requres impl of #25 to not assert.

Closes #14
@drahnr drahnr closed this as completed Jul 27, 2020
drahnr added a commit that referenced this issue Aug 19, 2020
To fully function, requres impl of #25 to not assert.

Closes #14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement 🦚 New feature or request help wanted 🤝 Extra attention is needed internal ⚙️ Internal issues or TODOs
Projects
None yet
Development

No branches or pull requests

1 participant