Uh oh!
There was an error while loading. Please reload this page.
Add support for build tracing - #178
Conversation
| i++ | ||
| } | ||
| case "-i": | ||
| case "-p", "-asmflags", "-buildmode", "-compiler", "-gccgoflags", "-gcflags", "-installsuffix", |
There was a problem hiding this comment.
How did you come up with this list, and how do we maintain it going forward?
I used the documentation from go help build. Unfortunately I think we'll have to maintain it manually as there are new releases.
Uh oh!
There was an error while loading. Please reload this page.
| if i+1 < len(args) { | ||
| i++ | ||
| } | ||
| case "-i": |
There was a problem hiding this comment.
It looks like
-iisn't actually skipped?
It is, as it's not added to the build flags list. I could put a continue here to make it more clear, though?
Uh oh!
There was an error while loading. Please reload this page.
4d79db5 to
e454bc8Comparesauyon
commented
Jun 22, 2020
The fix for the MacOS issues has been merged; should I started testing on OS X again? |
max-schaefer
commented
Jun 22, 2020
Yes, please. I've not yet been able to find time to look at this again, I'm afraid. |
I take it this is superseded by #324? |
sauyon
commented
Sep 7, 2020
Ah, right. |
c.f. #170