This repository has been archived by the owner on May 24, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 27
pulls panic if there is no open pull requests #17
Labels
bug
Something isn't working
Comments
Cannot reproduce here.
|
Look at the error, it happened at this line: Line 52 in fb52920
The main problem is In your repo, just
to see it show all closed/merged PRs. |
I can reproduce this behaviour. Printing the resulting addresses of ListRepoPullRequests when the error happens you get:
The access to the 3rd element then raises the panic. After adding a 'nil'-check the panic is not raised:
|
@root360-AndreasUlm could you send a PR to fix that? |
@lunny I'll send a PR today |
root360-AndreasUlm
added a commit
to root360-AndreasUlm/tea
that referenced
this issue
Apr 23, 2019
Signed-off-by: Andreas Ulm <[email protected]>
lafriks
pushed a commit
that referenced
this issue
Apr 23, 2019
Signed-off-by: Andreas Ulm <[email protected]>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The reason is: go-gitea/go-sdk#161
The text was updated successfully, but these errors were encountered: