Fix installation of a tag from repos with many tags#15
Conversation
|
Hi @alexcrichton, aplogies i missed this issue earlier. just got notified again. I can check today itself so that you can focus on other priority stuff. |
|
Oh no worries! I figured I'd give things a shot and I think I'm close to a fix, just wanted to see some failures on CI first which are now rolling in, so now I get to see if my fix fixes those failures... |
thank you. |
Don't use `listReleases` but instead use methods which look like they're targeted for a particular release.
c6a0eaf to
5933af5
Compare
|
Ok looks like that fixed ci, yay! CI is failing currently in this repo due to some actions using historical/deprecated versions and additionally due to #14, so this PR is effectively fixing CI again at the same time as fixing #14. @rajatjindal if you're able to review that'd be most welcome, but if you're busy as well I'm happy to work on merging/tagging this too! |
|
(also no rush of course, feel free to get to this at your leisure!) |
|
Hi @alexcrichton, thanks for this PR. I think we also need to fix does that make sense? if so, I can submit the PR that makes use of pagination and fixes this issue. But also happy to continue to review this PR if you think otherwise. |
|
Sounds good to me, but to confirm you meant the |
I meant to say we may need pagination in both. because in the |
|
Oh hm I may be a bit confused then. In |
ah, I missed that change in the PR. yeah, that should be good IMO. Thanks Alex. |
Attempting to fix #14