bernd / fpm-cookery

A tool for building software packages with fpm.
Other
460 stars 88 forks source link

Ensure :noop sources are always treated as fetchable #200

Closed tomeon closed 6 years ago

tomeon commented 6 years ago

Corrects an issue introduced by yours truly in 8a710db8. The :noop source handler should be considered :fetchable? regardless of whether a non-nil, non-empty URI was provided as the first argument to the Recipe#source method. Otherwise, much of the recipe-building code won't run.