Skip to content
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

Make ibazel accept --cxxopt as a pass-through flag for bazel. #428

Merged
merged 3 commits into from
Oct 21, 2020

Conversation

pascalfleury
Copy link
Contributor

Previously, it would choke on this (and not pass the flag).

@pascalfleury pascalfleury requested a review from achew22 as a code owner October 19, 2020 20:40
@google-cla
Copy link

google-cla bot commented Oct 19, 2020

Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

📝 Please visit https://cla.developers.google.com/ to sign.

Once you've signed (or fixed any issues), please reply here with @googlebot I signed it! and we'll verify it.


What to do if you already signed the CLA

Individual signers
Corporate signers

ℹ️ Googlers: Go here for more info.

@google-cla google-cla bot added the cla: no label Oct 19, 2020
@pascalfleury
Copy link
Contributor Author

pascalfleury commented Oct 19, 2020 via email

@google-cla google-cla bot added cla: yes and removed cla: no labels Oct 19, 2020
ibazel/main.go Outdated
@@ -39,6 +39,7 @@ var overrideableBazelFlags []string = []string{
"--config=",
"--copt=",
"--curses=no",
"--cxxopt",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry to pester, but can you switch this to being a tab instead of spaces, or run gofmt on it?

@achew22 achew22 merged commit 9a580e1 into bazelbuild:master Oct 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants