-
-
Notifications
You must be signed in to change notification settings - Fork 5
SF-3418 Lynx fix text is being inserted at wrong index #3238
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
Conversation
b1a6d24
to
975ab17
Compare
Codecov ReportAttention: Patch coverage is
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## master #3238 +/- ##
==========================================
+ Coverage 81.99% 82.09% +0.09%
==========================================
Files 605 605
Lines 35112 35121 +9
Branches 5716 5695 -21
==========================================
+ Hits 28790 28832 +42
+ Misses 5490 5455 -35
- Partials 832 834 +2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
@ddaspit Is there an issue this is supposed to solve? |
This solves an issue in Lynx. |
@ddaspit could you try to come up with a title that's more descriptive (as defined by CONTRIBUTING.md)? Something like:
(Not sure whether there's a Jira issue for this. If not, there should be one so it can go through the testing process before merging) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The code changes look good, but please create a jira issue with acceptance tests so that I can confirm if this change solves the issue it is supposed to solve.
Reviewed 9 of 9 files at r1, all commit messages.
Reviewable status:complete! all files reviewed, all discussions resolved (waiting on @siltomato)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice! This looks good to me and solves the problem of note embeds causing lynx fix offsets to be wrong.
Reviewed 9 of 9 files at r1, all commit messages.
Reviewable status:complete! all files reviewed, all discussions resolved (waiting on @ddaspit)
@siltomato Do you know if there is a Jira issue for this? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I created one: https://jira.sil.org/browse/SF-3418
Reviewable status:
complete! all files reviewed, all discussions resolved (waiting on @ddaspit)
975ab17
to
dd51312
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 1 of 1 files at r2, all commit messages.
Reviewable status:complete! all files reviewed, all discussions resolved (waiting on @ddaspit)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I added a unit test to cover the issue and updated the title.
Reviewable status:
complete! all files reviewed, all discussions resolved (waiting on @ddaspit)
34b0deb
to
3546926
Compare
3546926
to
f8a5d63
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 1 of 1 files at r4, all commit messages.
Reviewable status:complete! all files reviewed, all discussions resolved (waiting on @ddaspit)
f8a5d63
to
d383c85
Compare
d383c85
to
0475971
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I added a fix for the incorrect action prompt location (also due to note embeds).
Reviewable status: 6 of 14 files reviewed, all discussions resolved (waiting on @RaymondLuong3)
0475971
to
db0cacc
Compare
This change is