-
Notifications
You must be signed in to change notification settings - Fork 18
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
Cgo fixes #169
base: master
Are you sure you want to change the base?
Cgo fixes #169
Conversation
Hey! Thanks for the PR. I think we should pass the |
Done |
Hey! Sorry I missed the removal of |
Actually I read the issue linked and agreed with the thinking, since they
are about the same lines, I though to get two birds with one stone.
…On Fri, Oct 27, 2023, 17:18 Jonathan Poole ***@***.***> wrote:
Hey! Sorry I missed the removal of -Wno-error. Why should we change this
behavior? We're compiling a lot of generated code here and I'm a little
worried it's going to end up failing fairly regularly?
—
Reply to this email directly, view it on GitHub
<#169 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAQB2YFSBH3I4FVSIAPCQTDYBPGFRAVCNFSM6AAAAAA6RKHNYCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTOOBTGA4TGMBTHA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Makes sense. The removal of |
Hello this is two simple fix that make go_rules work better in cgo mode
Add _module parameter generated by please_go
see #164 (comment)
Remove -Wno-error, include PKG_DIR
Fix #149
cc_library include . (-I .) but cgo put all files in PKG_DIR