<div dir="ltr">I would like to add a third blocker to Mehdi's list:<div><br></div><div>3) We first would need to finish our ongoing Bugzilla to GitHub Issues migration: At the moment the plan is to use the old bug ID in bugzilla as issue ID on GitHub. However issues and Pull Requests share the same namespace. So once we start using Pull Requests this would eat up the numbers for the bugs/issues.</div><div><br></div><div>This is certainly not a show stopper, but something to decide on. I see two options here:</div><div><br></div><div>1) We delay using Pull Requests until the Bugzilla to Issues migration is completed.</div><div>2) We give up the requirement to keep the bug IDs and assign the new IDs as they are available. </div><div><br></div><div><br clear="all"><div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr">Best,<div>Christian</div></div></div></div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Oct 1, 2021 at 12:56 AM Mehdi AMINI via llvm-dev <<a href="mailto:llvm-dev@lists.llvm.org">llvm-dev@lists.llvm.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">We talked about this with the IWG (Infrastructure Working Group) just<br>
last week coincidentally.<br>
Two major blocking tracks that were identified at the roundtable<br>
during the LLVM Dev Meeting exactly 2 years ago are still an issue<br>
today:<br>
<br>
1) Replacement for Herald rules. This is what allows us to subscribe<br>
and track new revisions or commits based on paths in the repo or other<br>
criteria. We could build a replacement based on GitHub action or any<br>
other kind of service, but this is a bit tricky (how do you store<br>
emails privately? etc.). I have looked around online but I didn't find<br>
another OSS project (or external company) providing a similar service<br>
for GitHub unfortunately, does anyone know of any?<br>
<br>
2) Support for stacked commits. I can see how to structure this<br>
somehow assuming we would push pull-request branches in the main repo<br>
(with one new commit per branch and cascading the pull-requests from<br>
one branch to the other), otherwise this will be a major regression<br>
compared to the current workflow.<br>
<br>
What remains unknown to me is the current state of GitHub management<br>
of comments across `git commit --amend` and force push to update a<br>
branch.<br>
<br>
Others may have other items to add!<br>
<br>
-- <br>
Mehdi<br>
<br>
On Thu, Sep 30, 2021 at 3:39 PM Brian Cain via llvm-dev<br>
<<a href="mailto:llvm-dev@lists.llvm.org" target="_blank">llvm-dev@lists.llvm.org</a>> wrote:<br>
><br>
> How far are we from a workflow that leverages Github's Pull Requests?  Is there some consensus that it's a desired end goal, but some features are missing?  Or do we prefer to use a workflow like this for the long term?<br>
><br>
> On Thu, Sep 30, 2021, 4:54 PM Chris Tetreault via llvm-dev <<a href="mailto:llvm-dev@lists.llvm.org" target="_blank">llvm-dev@lists.llvm.org</a>> wrote:<br>
>><br>
>> As I, and others have noticed, it seems that as of today, there’s some certificate issue with arcanist. (See: <a href="https://lists.llvm.org/pipermail/llvm-dev/2021-September/153019.html" rel="noreferrer" target="_blank">https://lists.llvm.org/pipermail/llvm-dev/2021-September/153019.html</a>) The fix seems simple, and a PR is up, but looking through the PR activity, it seems that the PR will not be accepted because Phabricator is no longer being maintained. It seems that arc has become the first casualty of the discontinuation of maintenance of phabricator.<br>
>><br>
>><br>
>><br>
>> I know that arc is not universally used, but I think it’s a serious blow to many people’s workflows. I think that MyDeveloperDay’s question might have just become a bit more urgent.<br>
>><br>
>><br>
>><br>
>> I suppose in the short-term, we could fork the phabricator repos in order to fix little issues like this. Alternately, we should probably stop recommending arcanist (unless we want to provide instructions on how to fix any breakages that come along).<br>
>><br>
>><br>
>><br>
>> Thanks,<br>
>><br>
>>    Chris Tetreault<br>
>><br>
>><br>
>><br>
>> From: llvm-dev <<a href="mailto:llvm-dev-bounces@lists.llvm.org" target="_blank">llvm-dev-bounces@lists.llvm.org</a>> On Behalf Of MyDeveloper Day via llvm-dev<br>
>> Sent: Wednesday, August 18, 2021 10:17 AM<br>
>> To: llvm-dev <<a href="mailto:llvm-dev@lists.llvm.org" target="_blank">llvm-dev@lists.llvm.org</a>>; cfe-commits <<a href="mailto:cfe-commits@lists.llvm.org" target="_blank">cfe-commits@lists.llvm.org</a>><br>
>> Subject: [llvm-dev] Phabricator Creator Pulling the Plug<br>
>><br>
>><br>
>><br>
>> WARNING: This email originated from outside of Qualcomm. Please be wary of any links or attachments, and do not enable macros.<br>
>><br>
>> All<br>
>><br>
>><br>
>><br>
>> I'm a massive fan of Phabricator, and I know there is often lots of contentious discussion about its relative merits vs github,<br>
>><br>
>><br>
>><br>
>> But unless I missed this, was there any discussion regarding the recent "Winding Down" announcement of Phabricator? and what it might mean for us in LLVM<br>
>><br>
>><br>
>><br>
>> See:<br>
>><br>
>> <a href="https://admin.phacility.com/phame/post/view/11/phacility_is_winding_down_operations/" rel="noreferrer" target="_blank">https://admin.phacility.com/phame/post/view/11/phacility_is_winding_down_operations/</a><br>
>><br>
>> <a href="https://www.phacility.com/phabricator/" rel="noreferrer" target="_blank">https://www.phacility.com/phabricator/</a><br>
>><br>
>><br>
>><br>
>> Personally I'm excited by the concept of a community driven replacement ( <a href="https://we.phorge.it/" rel="noreferrer" target="_blank">https://we.phorge.it/</a>) .<br>
>><br>
>> epriestley did a truly amazing job, it wasn't open to public contributions. Perhaps more open development could lead to closing some of the github gaps that were of concern.<br>
>><br>
>><br>
>><br>
>> MyDeveloperDay<br>
>><br>
>> _______________________________________________<br>
>> LLVM Developers mailing list<br>
>> <a href="mailto:llvm-dev@lists.llvm.org" target="_blank">llvm-dev@lists.llvm.org</a><br>
>> <a href="https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev" rel="noreferrer" target="_blank">https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev</a><br>
><br>
> _______________________________________________<br>
> LLVM Developers mailing list<br>
> <a href="mailto:llvm-dev@lists.llvm.org" target="_blank">llvm-dev@lists.llvm.org</a><br>
> <a href="https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev" rel="noreferrer" target="_blank">https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev</a><br>
_______________________________________________<br>
LLVM Developers mailing list<br>
<a href="mailto:llvm-dev@lists.llvm.org" target="_blank">llvm-dev@lists.llvm.org</a><br>
<a href="https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev" rel="noreferrer" target="_blank">https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev</a><br>
</blockquote></div>