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

Create Better Diffing Algorithm #131

Open
mathewpareles opened this issue Oct 28, 2024 · 0 comments
Open

Create Better Diffing Algorithm #131

mathewpareles opened this issue Oct 28, 2024 · 0 comments
Assignees
Labels
backlog We might come back to this later

Comments

@mathewpareles
Copy link
Contributor

mathewpareles commented Oct 28, 2024

We want our diff algorithm to feel better to use. We are currently using the diff library to implement diffs.

The main issues are:

  1. Creating too many diffs, which a human would join together.
  2. Abuply changing diffs when the user creates / removes newlines.

If you have a smoother diffing algorithm in mind, we are open to contributions to the inlineDiffs service.

@andrewpareles andrewpareles added the new feature New feature or request label Oct 28, 2024
@andrewpareles andrewpareles added backlog We might come back to this later and removed new feature New feature or request backlog We might come back to this later labels Dec 6, 2024
@andrewpareles andrewpareles added the backlog We might come back to this later label Dec 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backlog We might come back to this later
Projects
None yet
Development

No branches or pull requests

2 participants