dmgk / modules2tuple

Generate GH_TUPLE/GL_TUPLE from modules.txt
BSD 2-Clause "Simplified" License
15 stars 2 forks source link

If tag is not found as-is, try prepending the path #18

Closed forquare closed 2 years ago

forquare commented 2 years ago

If a repo (like https://github.com/aws/aws-sdk-go-v2) has too many tags, doing a lookup of all tags results in a 502.

In a number of cases I found that the path is actually part of the tag, so we can try that to see if we can find the tag and reduce the number of times we might try getting all tags.

forquare commented 2 years ago

Actually, this still has bugs that I didn't fully consider 🤔