search for: 23bef19412

Displaying 9 results from an estimated 9 matches for "23bef19412".

2012 Nov 15
2
[LLVMdev] svn mirror git?
...uido both use DVCS's and the authoritative upstream is whatever URL the BDFL says it is. Monotonic version numbers are the biggest advantage. It is easy to see that r1234432 contains the bug fix introduced in r1234430. It is very hard to see if version 23bef194ac contains the bug fix added in 23bef19412. This makes interaction with bugzilla and so on much easier. If someone says 'please test r1245145 - should be fixed' you can easily check whether you are running r1245145 or newer. David
2012 Nov 15
0
[LLVMdev] svn mirror git?
...use DVCS's and the authoritative upstream is whatever URL the BDFL says it is. > > Monotonic version numbers are the biggest advantage. It is easy to see that r1234432 contains the bug fix introduced in r1234430. It is very hard to see if version 23bef194ac contains the bug fix added in 23bef19412. This makes interaction with bugzilla and so on much easier. If someone says 'please test r1245145 - should be fixed' you can easily check whether you are running r1245145 or newer. > > David git branch --contains 23bef19412 This will tell you which of your branches have that comm...
2012 Nov 15
7
[LLVMdev] svn mirror git?
...uthoritative upstream is > whatever URL the BDFL says it is. > > > > Monotonic version numbers are the biggest advantage. It is easy to see > that r1234432 contains the bug fix introduced in r1234430. It is very hard > to see if version 23bef194ac contains the bug fix added in 23bef19412. > This makes interaction with bugzilla and so on much easier. If someone > says 'please test r1245145 - should be fixed' you can easily check whether > you are running r1245145 or newer. > > > > David > > git branch --contains 23bef19412 > > This will tel...
2012 Nov 15
2
[LLVMdev] svn mirror git?
...the BDFL says it is. >>> > >>> > Monotonic version numbers are the biggest advantage. It is easy to see >>> > that r1234432 contains the bug fix introduced in r1234430. It is very hard >>> > to see if version 23bef194ac contains the bug fix added in 23bef19412. This >>> > makes interaction with bugzilla and so on much easier. If someone says >>> > 'please test r1245145 - should be fixed' you can easily check whether you >>> > are running r1245145 or newer. >>> > >>> > David >>&gt...
2012 Nov 15
0
[LLVMdev] svn mirror git?
...gt; whatever URL the BDFL says it is. >> > >> > Monotonic version numbers are the biggest advantage. It is easy to see >> > that r1234432 contains the bug fix introduced in r1234430. It is very hard >> > to see if version 23bef194ac contains the bug fix added in 23bef19412. This >> > makes interaction with bugzilla and so on much easier. If someone says >> > 'please test r1245145 - should be fixed' you can easily check whether you >> > are running r1245145 or newer. >> > >> > David >> >> git branch --...
2012 Nov 15
0
[LLVMdev] svn mirror git?
...gt; whatever URL the BDFL says it is. >> > >> > Monotonic version numbers are the biggest advantage. It is easy to see >> > that r1234432 contains the bug fix introduced in r1234430. It is very hard >> > to see if version 23bef194ac contains the bug fix added in 23bef19412. This >> > makes interaction with bugzilla and so on much easier. If someone says >> > 'please test r1245145 - should be fixed' you can easily check whether you >> > are running r1245145 or newer. >> > >> > David >> >> git branch --...
2012 Nov 15
0
[LLVMdev] Mailing List archive navigation (was Re: svn mirror git?)
...t;>> > >>>>> > Monotonic version numbers are the biggest advantage. It is easy to see >>>>> > that r1234432 contains the bug fix introduced in r1234430. It is very hard >>>>> > to see if version 23bef194ac contains the bug fix added in 23bef19412. This >>>>> > makes interaction with bugzilla and so on much easier. If someone says >>>>> > 'please test r1245145 - should be fixed' you can easily check whether you >>>>> > are running r1245145 or newer. >>>>> > &gt...
2012 Nov 15
0
[LLVMdev] svn mirror git?
>> clock skew (which is easy to get in a VM) can confuse Ninja in a way >> that doesn't give helpful errors. > >This is a significant issue. I would not want to transition to >cmake+ninja before this is fixed. Do you mean in the same way that clock skew would affect Make? Or just that Ninja doesn't provide that nice "clock skew detected" message that Make
2012 Nov 15
2
[LLVMdev] svn mirror git?
David Chisnall <David.Chisnall at cl.cam.ac.uk> writes: > clock skew (which is easy to get in a VM) can confuse Ninja in a way > that doesn't give helpful errors. This is a significant issue. I would not want to transition to cmake+ninja before this is fixed. -David