-
Notifications
You must be signed in to change notification settings - Fork 37
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
lestarch: command raw text input and fixed client validation #9
Conversation
@check-spelling-bot Report🔴 Please reviewUnrecognized words (3)
Available dictionaries could cover words not in the dictionarycspell:cpp/cpp.txt (24763) covers 206 of them Consider adding them using:
To stop checking additional dictionaries, add:
To accept these unrecognized words as correct, run the following commands... in a clone of the [email protected]:LeStarch/fprime-gds.git repository
Alternatively, the bot can do this for you if you reply quoting the following line: |
This pull request introduces 1 alert when merging 862d098 into 0392617 - view on LGTM.com new alerts:
|
@check-spelling-bot Report🔴 Please reviewUnrecognized words (5)
Available dictionaries could cover words not in the dictionarycspell:cpp/cpp.txt (24763) covers 206 of them Consider adding them using:
To stop checking additional dictionaries, add:
To accept these unrecognized words as correct, run the following commands... in a clone of the [email protected]:LeStarch/fprime-gds.git repository
Alternatively, the bot can do this for you if you reply quoting the following line: |
This pull request introduces 1 alert when merging f292d45 into 0392617 - view on LGTM.com new alerts:
|
7b8fcd9
to
b102173
Compare
The above items is all I could find when doing extensive hammering on it. Really well done @LeStarch! |
@metzdigital the zero not an int error is a true error, and I will fix it. I look into the out-of-range error with the other....I can probably set limits, maybe, probably. |
a7ff499
to
cb8aede
Compare
@check-spelling-bot Report🔴 Please reviewUnrecognized words (1)
Available dictionaries could cover words not in the dictionarycspell:cpp/cpp.txt (24763) covers 206 of them Consider adding them using:
To stop checking additional dictionaries, add:
To accept these unrecognized words as correct, run the following commands... in a clone of the [email protected]:LeStarch/fprime-gds.git repository
|
Verified above items have been fixed |
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.
Approved.
Change Description
Adds in much better validation, error handling, and error reporting. Provides a raw command input that syncs with the selected command input for copy/past in and out of commands.