-
Notifications
You must be signed in to change notification settings - Fork 21
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
Switch from "sleigh" to "ghidra" for include directory #229
Conversation
This only affects header files from upstream Ghidra repository. Instead of `include <sleigh/header.hh>` it will now be `include <ghidra/header.hh>` for headers from upstream.
38688be
to
e4cfc93
Compare
If we want to merge this, it should be done before making a release for Ghidra 11.0. At least it will be in line with Ghidra's major version increment to signal breaking changes (even if upstream isn't actually making this breaking change. |
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.
LGTM! I can prepare a release for 11.0 tomorrow.
This only affects header files from upstream Ghidra repository.
Instead of
#include <sleigh/header.hh>
it will now be#include <ghidra/header.hh>
for headers from upstream.closes #216
related to open upstream PR NationalSecurityAgency/ghidra#5950