-
Notifications
You must be signed in to change notification settings - Fork 13
[#314] fix broken API #316
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
Conversation
FYI, hopefully these changes fix the target platform problems: But someone needs to start the verification build.... Note that I put a comment here about the specific changes to the example: |
@ghentschke for some reason I do not see an option to rebase this PR, most probably it will be green after rebasing |
FYI, I expect if this is rebased on master that the build will start working again... |
So do I, but I do not see "Rebase" control in UI for this PR |
MyClangdOptionsDefaults has to implement ClangdOptionsDefaults instead of extending the now non-API class BuiltinClangdOptionsDefaults fixes eclipse-cdt#314
5787464
to
d985f97
Compare
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.
It will compile, but may be we can clean it up a bit:
- provide reasonable default values
- remove
// TODO
s
I think copying and pasting this would be better:
|
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
Thanks a lot @ghentschke ! Merging this one. |
MyClangdOptionsDefaults has to implement ClangdOptionsDefaults instead of extending the now non-API class BuiltinClangdOptionsDefaults
fixes #314