Skip to content
This repository was archived by the owner on Jan 5, 2023. It is now read-only.

Add support for build tracing #178

Closed
wants to merge 8 commits into from
Closed

Add support for build tracing #178

wants to merge 8 commits into from

Conversation

sauyon
Copy link
Contributor

@sauyon sauyon commented Jun 12, 2020

c.f. #170

i++
}
case "-i":
case "-p", "-asmflags", "-buildmode", "-compiler", "-gccgoflags", "-gcflags", "-installsuffix",
Copy link
Contributor Author

Choose a reason for hiding this comment

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

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.

if i+1 < len(args) {
i++
}
case "-i":
Copy link
Contributor Author

Choose a reason for hiding this comment

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

It looks like -i isn'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?

@sauyon sauyon force-pushed the tracing-1 branch 2 times, most recently from 4d79db5 to e454bc8 Compare June 12, 2020 17:57
@sauyon
Copy link
Contributor Author

sauyon commented Jun 22, 2020

The fix for the MacOS issues has been merged; should I started testing on OS X again?

@max-schaefer
Copy link
Contributor

Yes, please. I've not yet been able to find time to look at this again, I'm afraid.

@max-schaefer max-schaefer changed the base branch from master to main August 10, 2020 15:58
@max-schaefer
Copy link
Contributor

max-schaefer commented Sep 7, 2020

I take it this is superseded by #324?

@sauyon
Copy link
Contributor Author

sauyon commented Sep 7, 2020

Ah, right.

@sauyon sauyon closed this Sep 7, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants