You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Back in the day, we used to call toObfuscate anytime we needed to know whether a package should be obfuscated. More recently, we started computing via the ToObfuscate field, which then gets shared with all sub-processes via sharedCache. We still had two places that directly called toObfuscate. Replace those with ToObfuscate, and inline toObfuscate into shared.go. obfuscatedImportPath is also a potential footgun for main packages. Some use cases always want the original "main" package name, such as for use in the compiler's "-p main" flag, while other cases want the obfuscated package import path, such as the entries in importcfg files. Since each of these call sites handles the edge case well, obfuscatedImportPath now panics on main packages to avoid any misuse. Finally, test that we never leak main package paths via ldflags.txt. We never did, but it's good to make sure. Overall, this avoids confusion and trims the size of main.go a bit. |
3 years ago | |
---|---|---|
.. | ||
bench | 3 years ago | |
mod | 4 years ago | |
scripts | 3 years ago |