-
Notifications
You must be signed in to change notification settings - Fork 39
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
Fix str format #27
Fix str format #27
Conversation
@check-spelling-bot Report🔴 Please reviewUnrecognized words (8)
Available dictionaries could cover words not in the dictionarycspell:cpp/cpp.txt (104293) covers 130 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 git@github.com:saba-ja/fprime-gds.git repository
|
@check-spelling-bot Report🔴 Please reviewUnrecognized words (1)
Available dictionaries could cover words not in the dictionarycspell:cpp/cpp.txt (104293) covers 128 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 git@github.com:saba-ja/fprime-gds.git repository
|
Change Description
%%
flag does not get converted to%
in EVR outputPrecision of floating values in Channel telemetry seems to not get formatted.
If a tlm has a complex value (dict or array) its members will not get formatted.
Rationale
Values should be formatted according to the given string format.
Testing/Review Recommendations
Manually tested on F Prime Ref.
Note: This PR should be merged after fprime-tools PR 19 to avoid code break.
Future Work
NA