Conversation
seanbudd
requested review from
feerrenrut and
michaelDCurran
and removed request for
a team
June 24, 2021 00:07
seanbudd
commented
Jun 24, 2021
feerrenrut
suggested changes
Jun 24, 2021
feerrenrut
left a comment
Contributor
There was a problem hiding this comment.
Looks good, some minor suggestions about the test.
feerrenrut
approved these changes
Jun 24, 2021
feerrenrut
left a comment
Contributor
There was a problem hiding this comment.
Great. Let's merge it!
Contributor
|
I have tested this PR build, connection and Braille display of the Seika Notetaker works well. Here is the |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Link to issue number:
Discussed/raised here: #11514 (comment)
Summary of the issue:
Seika Notetaker braille device still does not load in NVDA.
Description of how this pull request fixes the issue:
Fixes several minor logic errors in
_onReceiveTesting strategy:
Unit tests have been added for this function. To run the unit tests on @moyanming's latest commit on the driver
84af837, the following patch can be done.git checkout 84af837 source/brailleDisplayDrivers/seikantk.py
git apply test-original-onReceive.diff
Where this is
test-original-onReceive.diffKnown issues with pull request:
Other unknown issues may still exist with Seika Notetaker Driver
Change log entries:
If merged to beta: none
If merged to alpha: Bug fixes
Fix registration for Seika Notetaker device
Code Review Checklist: