PR eaten, maybe

Post here if you have re-based and finalised code to integrate into master, which was discussed, agreed to and tested in other forums. You can also submit your PR directly on github.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
Post Reply
FreddyFreddy
Posts: 176
Joined: Wed Mar 09, 2022 3:15 am
Location: Oz

PR eaten, maybe

Post by FreddyFreddy »

Darned newbies... Created my first PR (6783) and initially it was locked (as are all first posts). The lock appears to have been lifted. Thanks!

BUT, after lodging that firt PR, and without understanding the locking thing, I also lodged another. Well I think I did it right. Anyway, there is no sign of it. Would it be right to assume it got eaten?

Just re-lodge?

EDIT: "1 workflow awaiting approval" is still in that state. Thought it had gone.
Last edited by FreddyFreddy on Mon Apr 25, 2022 4:50 pm, edited 1 time in total.
User avatar
adrianinsaval
Veteran
Posts: 5541
Joined: Thu Apr 05, 2018 5:15 pm

Re: PR eaten, maybe

Post by adrianinsaval »

what is locking in your mind? do you mean closed? I see one closed and one open PR from you:
https://github.com/FreeCAD/FreeCAD/pull ... s%3Aclosed

if you intended to create a third PR, maybe you didn't finish the creation process
FreddyFreddy
Posts: 176
Joined: Wed Mar 09, 2022 3:15 am
Location: Oz

Re: PR eaten, maybe

Post by FreddyFreddy »

adrianinsaval wrote: Mon Apr 25, 2022 3:59 pm what is locking in your mind? do you mean closed? I see one closed and one open PR from you:
https://github.com/FreeCAD/FreeCAD/pull ... s%3Aclosed

if you intended to create a third PR, maybe you didn't finish the creation process
No, the closed PR was a first (bad) attempt, so I bailed out almost immediately to spare embarrassment. So not counting that one.

By 'locking' I refer to the process whereby a first PR from a user is held pending approval to proceed, and blocks further PRs, to prevent spurious unwanted PRs being processed. Forgive me I can't remember exactly the words.

So I'm wondering if another PR lodged during the lock period gets eaten, ignored, whatever. Pretty sure I lodged correctly. I'm reluctant to rush in and lodge again in case the blocked one magically reappears.

EDIT I guess wait a day and relodge.
User avatar
chennes
Veteran
Posts: 3878
Joined: Fri Dec 23, 2016 3:38 pm
Location: Norman, OK, USA
Contact:

Re: PR eaten, maybe

Post by chennes »

I don't know if the CI system is blocking you, but I went ahead and triggered the CI run on your Clang formatting PR, we'll see if that clears up the issue.
Chris Hennes
Pioneer Library System
GitHub profile, LinkedIn profile, chrishennes.com
florian1991
Posts: 6
Joined: Sat Oct 10, 2020 9:36 pm

Re: PR eaten, maybe

Post by florian1991 »

If you mean this:
Bildschirmfoto vom 2022-04-25 19-20-05.png
Bildschirmfoto vom 2022-04-25 19-20-05.png (71 KiB) Viewed 7608 times
This is a Github thing:
It only prevents the automatic CI run (in this case the spell checker run) for first-time contributors. (See: https://github.blog/2021-04-22-github-a ... ad-actors/ ).
FreddyFreddy
Posts: 176
Joined: Wed Mar 09, 2022 3:15 am
Location: Oz

Re: PR eaten, maybe

Post by FreddyFreddy »

chennes wrote: Mon Apr 25, 2022 5:21 pm but I went ahead and triggered the CI run on your Clang formatting PR.
Thanks!
The other PR hasn't magically appeared, so maybe it did get eaten. I'll lodge again.
Cheers!
User avatar
adrianinsaval
Veteran
Posts: 5541
Joined: Thu Apr 05, 2018 5:15 pm

Re: PR eaten, maybe

Post by adrianinsaval »

So I'm a little confused, you want to submit a PR different from https://github.com/FreeCAD/FreeCAD/pull/6783 ? If by locked you mean the status of the checks:
Captura de pantalla 2022-04-25 133210.png
Captura de pantalla 2022-04-25 133210.png (31.04 KiB) Viewed 7590 times
these shouldn't block anything, it's possible to merge PRs that fail some test, although not always advisable. It also doesn't block pushing changes to that PR or submitting other PRs.

Anyways, IMO you should just go ahead and try again submitting your PR, worst case scenario you'll have to close a duplicate.
FreddyFreddy
Posts: 176
Joined: Wed Mar 09, 2022 3:15 am
Location: Oz

Re: PR eaten, maybe

Post by FreddyFreddy »

Apologies to the community if I am unnecessarily wasting resources by bailing out of PRs and starting again when I lose the plot. :cry:
Post Reply