Raku / nqp-configure

Configuration and build modules for NQP
Artistic License 2.0
4 stars 8 forks source link

Implement `--git-reference`, remove `--reference` #15

Closed patrickbkr closed 4 years ago

patrickbkr commented 4 years ago

The --reference option is undocumented. I suspect it was accidentally renamed during the big configure refactor. This commit brings it back with its original name, but changes behaviour a bit. Now the reference repository is not only used, but also cloned and fetched. As a result the user of this option does not need to know how the reference repositories have to be named or what their URLs are.