<p dir="ltr">Michael, </p>
<p dir="ltr">Can you guys do a similar format and location as the other one? </p>
<p dir="ltr"><a href="http://llvm.org/docs/Proposals/GitHubSubMod.html">http://llvm.org/docs/Proposals/GitHubSubMod.html</a></p>
<p dir="ltr">There are still changes that may be made to this one, but we should keep their formats, location and contents similar, to help with the comparison. </p>
<p dir="ltr">Cheers, <br>
Renato </p>
<div class="gmail_extra"><br><div class="gmail_quote">On 30 Jul 2016 7:56 a.m., "Michael Gottesman" <<a href="mailto:mgottesman@apple.com">mgottesman@apple.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I talked with Majnemer/Mehdi about developing this proposal on github. They said that this was ok (after all we are moving to github). We can add facts to the specific proposal via PRs which we can use to center the discussion.<br>
<br>
I created a straw man repo and a scaffolding hacked from the swift-evolution process for just this purpose. I hacked some words from jlebar's initial email as just a starting point.<br>
<br>
<a href="https://github.com/gottesmm/llvm-evolution/blob/master/proposals/0001-monorepo.md" rel="noreferrer" target="_blank">https://github.com/gottesmm/llvm-evolution/blob/master/proposals/0001-monorepo.md</a><br>
<br>
What do you guys think?<br>
Michael<br>
<br>
> On Jul 29, 2016, at 8:51 AM, Michael Gottesman <<a href="mailto:mgottesman@apple.com">mgottesman@apple.com</a>> wrote:<br>
><br>
> Additionally we should reach out to individual stakeholders and get real data about:<br>
><br>
> 1. Given the current workflow, what would it take to change to this different workflow. Whether or not it is easy or hard should be left out. Just specific details.<br>
><br>
> 2. Once the workflow has been changed, how does this workflow change day by day living for their users? Again this should be specific and a judgement of ease or difficulty should be left out.<br>
><br>
> Without impartial data gathering, followed by compilation of the data, can an effective discussion happen.<br>
><br>
> In fact I hope the proposal has an alternatives considered section that lists all alternatives and a section that lists all impacts on other people, rather than just the specific proposal.<br>
><br>
> Sent from my iPhone<br>
><br>
>> On Jul 29, 2016, at 8:22 AM, Michael Gottesman via llvm-dev <<a href="mailto:llvm-dev@lists.llvm.org">llvm-dev@lists.llvm.org</a>> wrote:<br>
>><br>
>> I agree with Renato here. From someone who is just beginning to participate in this thread, the sheer amount of ad hominem argument thrown about is disappointing and unhelpful. What we need is a specific proposal to center the discussion and then line by line review that breaks out into (potentially) more specific discussion on individual points if they are contentious.<br>
>><br>
>> Sent from my iPhone<br>
>><br>
>>> On Jul 29, 2016, at 7:52 AM, Renato Golin via llvm-dev <<a href="mailto:llvm-dev@lists.llvm.org">llvm-dev@lists.llvm.org</a>> wrote:<br>
>>><br>
>>> On 29 July 2016 at 15:26, Robinson, Paul via llvm-dev<br>
>>> <<a href="mailto:llvm-dev@lists.llvm.org">llvm-dev@lists.llvm.org</a>> wrote:<br>
>>>> I believe David Chisnall up-thread cited a difference in checkout times<br>
>>>> on the order of a handful of seconds versus a couple of minutes.  While<br>
>>>> naively it might seem not a big deal, over time and depending on what you<br>
>>>> are trying to do yes it can be a big burden.<br>
>>><br>
>>> TL;DR: This thread is dead. Let's move on.<br>
>>><br>
>>> I think the biggest fallacy in this thread is that changing process is cheap.<br>
>>><br>
>>> It is certainly cheap for me to do "git foo" instead of "git bar" from<br>
>>> now on. It's moderately expensive to change my buildbot<br>
>>> configurations, Zorg's builders and re-test everything for public CI.<br>
>>> It's a lot more expensive to change how distributions build their<br>
>>> hundreds of thousands of packages over multiple LTS releases, or how<br>
>>> downstream users like Sony, Apple or ARM re-factor their entire build<br>
>>> systems (which very likely link to a lot of non-LLVM stuff), and then<br>
>>> some.<br>
>>><br>
>>> None of that is impossible, most of that is a "one off". Most of the<br>
>>> companies and big projects "could" afford to do that.<br>
>>><br>
>>> But there are two big points that people like me, Paul and David have<br>
>>> been unsuccessfully trying to make obvious:<br>
>>><br>
>>> 1. Not every LLVM user is as big as FreeBSD, Sony or Apple. There are<br>
>>> a lot of very interesting projects (hobbyists, academia, professional)<br>
>>> using Clang, LLVM, libc++, etc. that don't have the staff to do that<br>
>>> move. Being a hobbyist myself, I know too well that, when a library<br>
>>> radically changes the way they behave (like boost did every new<br>
>>> release about 10 years ago), I will stop using it.<br>
>>><br>
>>> 2. Changes in complex systems have unwanted larger consequences. Build<br>
>>> systems are some of the most complex systems in existence because<br>
>>> they're mostly irrational and patched together with duct tape and<br>
>>> paper clips. What may be very simple for some build systems, could be<br>
>>> impossible for others, and that's not the other's team's fault.<br>
>>><br>
>>> So, if you have a complex build system yourself, and you spent some<br>
>>> time and have figured out that it would be easy, you *cannot* assume<br>
>>> it should be easy for everyone with an less or equally complex build<br>
>>> systems.<br>
>>><br>
>>> If you find it simple to change your own workflow towards this or that<br>
>>> solution, you *cannot* assume everyone else should feel the same. This<br>
>>> also doesn't diminish their intelligence or competence. Intelligent<br>
>>> and competent people work in very different ways, and it's actually<br>
>>> because of that fact that we can do such complex software works in a<br>
>>> multitude of systems. If we were all equal, we wouldn't need to<br>
>>> discuss anything. :)<br>
>>><br>
>>> Mehdi said very early, and repeated many time, on some of the threads,<br>
>>> something to the effect of: "Saying how hard or easy it is for you is<br>
>>> an invalid argument, we need more concrete facts".<br>
>>><br>
>>> I absolutely agree with that statement, but interpreting how easy or<br>
>>> hard concrete facts would be fall on the same fallacy, so it doesn't<br>
>>> bring us closer to consensus, it brings us closer to dissent.<br>
>>><br>
>>> That is why I think this thread has already surpassed it's usefulness<br>
>>> (for a long time), and we need a concrete write up on the proposal. (I<br>
>>> hear it's in progress, let's wait for it).<br>
>>><br>
>>> From now on, I'd propose the discussion to be *just* about this<br>
>>> specific proposal, preferably over a Phabricator review on the<br>
>>> document. People that have strong opinions about it should wait for<br>
>>> the survey.<br>
>>><br>
>>> Just to reiterate, the survey is to collect opinions in a formal and<br>
>>> non-passionate manner. It will not be a "majority vote", and we're not<br>
>>> locked between these two solutions as they're absolutely drawn out in<br>
>>> the documents, nor we are forced to take any decision if the community<br>
>>> is clearly split. The last think I want is to destroy part of the<br>
>>> community while trying to make it better.<br>
>>><br>
>>> But this long thread is not doing any good either.<br>
>>><br>
>>> cheers,<br>
>>> --renato<br>
>>> _______________________________________________<br>
>>> LLVM Developers mailing list<br>
>>> <a href="mailto:llvm-dev@lists.llvm.org">llvm-dev@lists.llvm.org</a><br>
>>> <a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev" rel="noreferrer" target="_blank">http://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">llvm-dev@lists.llvm.org</a><br>
>> <a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev" rel="noreferrer" target="_blank">http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev</a><br>
<br>
</blockquote></div></div>