Add diff applying error & improve CI #32
No reviewers
Labels
No labels
bug
dependencies
documentation
duplicate
enhancement
github_actions
good first issue
help wanted
invalid
question
rust
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: andras/reconcile#32
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "asch/diff-error"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
An invalid diff, such as one with a too long "equal" would be applied without trouble. This is misleading behaviour, so this PR adds a
DiffErrortype to account for these cases.Additionally:
IntegerOrStringtoIntegerOrTextPull request overview
This PR enhances error handling by introducing a
DiffErrortype to catch invalid diffs that were previously applied without warning. The PR also improves developer experience by automating dependency installation in scripts and streamlining the CI pipeline.Key Changes:
DiffErrortype withthiserrordependency for better error handlingIntegerOrStringtoIntegerOrTextwith additionalFromtrait implementationsReviewed changes
Copilot reviewed 8 out of 10 changed files in this pull request and generated 1 comment.
Show a summary per file
Fromtrait implementations for various types and reformats error handling code💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
@ -2,7 +2,9 @@Extra space after 'which' should be removed.