myitcv / gobin

gobin is an experimental, module-aware command to install/run main packages.
BSD 3-Clause "New" or "Revised" License
219 stars 11 forks source link

Strip out an directory-based replacements from main pkg's module #78

Closed myitcv closed 5 years ago

myitcv commented 5 years ago

Per much previous discussion, we do apply replace directives in the main package's module. But for directory replacements this is not guaranteed to make sense. Indeed it almost certainly doesn't make sense most of the time. Therefore, strip out these replace directives, leaving behind the versioned, non-directory replaces.