x/exp/cmd/gorelease: report when packages can't be loaded without replace, exclude #37559
Labels
FeatureRequest
modules
NeedsFix
The path to resolution is known, but the work has not been done.
Tools
This label describes issues relating to any tools in the x/tools repository.
Milestone
replace
andexclude
directives can be used ingo.mod
files to temporarily work around problems in dependencies while they are fixed upstream. They're also used in local development.replace
andexclude
only apply within the main module, so if a module can't be used by another withoutreplace
andexclude
directives, it shouldn't be released.gorelease
currently loads type information for packages withoutreplace
andexclude
directives and reports errors. If it sees errors, it should try loading withreplace
andexclude
directives. If that succeeds,gorelease
should note that as a possible cause for errors.The text was updated successfully, but these errors were encountered: