-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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: changes necessary to restrict fpp from regenerating on any … #1087
lestarch: changes necessary to restrict fpp from regenerating on any … #1087
Conversation
@check-spelling-bot ReportUnrecognized words, please review:
Previously acknowledged words that are now absentacwrap bc cmak concat Connectedoutput dfdc differend eb EXTN FH Fixme followd inttype lgcov libasan libsan llx Netscape's nosetests OMG's PASSIVEC pipsetup PTLM PYTHON serialns setname setopt SQL's stdarg strcat strcpy templating tgz wget workaroundTo accept these unrecognized words as correct (and remove the previously acknowledged and now absent words), run the following commands... in a clone of the git@github.com:LeStarch/fprime.git repository
|
This pull request introduces 1 alert when merging e8349b4 into 42a0fec - view on LGTM.com new alerts:
|
@check-spelling-bot ReportUnrecognized words, please review:
Previously acknowledged words that are now absentacwrap bc cmak concat Connectedoutput dfdc differend eb EXTN FH Fixme followd inttype lgcov libasan libsan llx Netscape's nosetests OMG's PASSIVEC pipsetup PTLM PYTHON serialns setname setopt SQL's stdarg strcat strcpy templating tgz wget workaroundTo accept these unrecognized words as correct (and remove the previously acknowledged and now absent words), run the following commands... in a clone of the git@github.com:LeStarch/fprime.git repository
|
This pull request introduces 1 alert when merging 40b7c6a into 42a0fec - view on LGTM.com new alerts:
|
@bocchino this is ready to go. Take a look would you? It should implement a working "subset FPP locs changes" pattern. |
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.
Looks great!
I did the following:
- Fresh configure.
- Build.
- Go into Svc/CmdDispatcher
a. Add a symbol and recompile
b. Remove the symbol and recompile
c. Comment out the Ping port in Svc/Ping/Ping.fpp
d. Recompile and get expected missing symbol error
e. Restore the Ping port
f. Successfully recompile.
Behavior looks good. Performance looks good.
This pull request introduces 1 alert when merging 2e16638 into 42a0fec - view on LGTM.com new alerts:
|
…loc change
Change Description
This makes changing locations isolated to the fpp files affected.