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

add revisor using git diff #475

Merged
merged 8 commits into from
Jan 16, 2024
Merged

add revisor using git diff #475

merged 8 commits into from
Jan 16, 2024

Conversation

PCSwingle
Copy link
Member

@PCSwingle PCSwingle commented Jan 11, 2024

TODO:

  • Add way to turn revisor on and off
  • Add tests
  • Add 'waiting for revisor...' text to make it clear what's happening

Pull Request Checklist

  • Documentation has been updated, or this change doesn't require that

Comment on lines +131 to +132
# We could do all edits asynchronously; of course, this risks getting rate limited and probably not worth effort
await revise_edit(file_edit)
Copy link
Member

Choose a reason for hiding this comment

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

it might be worth the effort since it'd reduce latency a lot (and I've actually already implemented a balancer in a different repo) But yeah not for this PR, for now let's just try to get an experimental feature, not perfected yet

@biobootloader
Copy link
Member

Doesn't seem reliable enough yet to be default-on but maybe we could merge as an experimental feature, since you've laid the groundwork for it and perhaps with more tweaks it could be good enough

@PCSwingle PCSwingle merged commit f02559a into main Jan 16, 2024
16 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.

None yet

2 participants