Uh oh!
There was an error while loading. Please reload this page.
Support using the auto-detected name - #355
Conversation
You'll also need to modify Makefile.toplevel to:
...and add |
bwarden
commented
Mar 27, 2019
The |
00a7a22 to
28a8644Comparebwarden
commented
Apr 1, 2019
@phmccarty, @bryteise Could I have your review, please? |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
b6fc152 to
114e815Compare114e815 to
716b2feCompare716b2fe to
e4719d0Compare473718d to
5cbdfdbCompareRework to absorb a lot of the work we were doing in makefiles so that we can avoid setting the package name manually in 'make autospecnew'.
When using github urls, the code tries to test the detected name against the previously provided name. If we didn't provide a name, though, this would throw an exception.
5cbdfdb to
35665e2CompareRemaining work, in case someone else has time to pick up the torch:
|
phmccarty
commented
Mar 2, 2022
@bryteise Is this feature still in scope for autospec? I think it would be nice to autodetect the package name, but due to the extra complexity introduced with the interaction with the common tooling, we were somewhat undecided about what needed to change in that tooling, and autospec, or both, to accommodate... |
bryteise
commented
Mar 2, 2022
Hrm I'm a little unsure about all the bits that need to be reworked. Because |
phmccarty
commented
Mar 4, 2022
I agree that all the name detection logic should be handled by autospec. The idea of adding a |
Edit: One second look, this PR adds the makefile write routine, so disregard. Edit 2: IIRC, at the time, I wasn't convinced that autospec writing the makefile was a good idea, since the primary user of it is the common tooling, not autospec. Perhaps autospec could write a separate makefile (say, |
Rework to absorb a lot of the work we were doing in makefiles so that we
can avoid setting the package name manually in 'make autospecnew'.