-
Notifications
You must be signed in to change notification settings - Fork 88
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
Interactive SST-Info #1009
Interactive SST-Info #1009
Conversation
CLANG-FORMAT TEST - FAILED (on last commit): |
CMAKE-FORMAT TEST - PASSED |
Status Flag 'Pre-Test Inspection' - - This Pull Request Requires Inspection... The code must be inspected by a member of the Team before Testing/Merging |
For core PRs, we prefer that you do a rebase against the latest devel branch instead of using merges. Also, unless there is some reason to preserve all the commits, it's best practice to squash them all into a single commit. We can do this as part of merging the PR, but if you need to rebase already, it's easy to do the squash locally as well. Typically we use an interactive rebase (git rebase -i devel) to do both of these at the same time. I'll contact you on how best to do this. |
Also, just noticed that you did a merge from sstsimulator:master, which could cause strange artifacts in devel if we merge this. I'm going to close this for now until we can investigate further. |
Add interactive mode for SST-Info, activated by flag
-i
/--interactive
.