Re: [swift-evolution] Proposal: Support for commit comments

2015-12-21 Thread karl catigbe via swift-evolution
Pre commit hook. What you want is a pre commit hook. On Monday, December 21, 2015, Amir Michail via swift-evolution < swift-evolution@swift.org> wrote: > > On Dec 21, 2015, at 5:56 PM, Greg Parker > wrote: > > > On Dec 21, 2015, at 2:53 PM, Amir Michail via swift-evolution < > swift-evolution@sw

Re: [swift-evolution] Proposal: Support for commit comments

2015-12-21 Thread Craig Cruden via swift-evolution
Amir, You might want to read the scope of swift-evolution: https://github.com/possen/swift-evolution/blob/master/process.md > On 2015-12-22, at 6:20:08, Amir Michail via swift-evolution > wrote: > > >> On Dec 21, 2015, a

Re: [swift-evolution] Proposal: Support for commit comments

2015-12-21 Thread Amir Michail via swift-evolution
> On Dec 21, 2015, at 6:18 PM, David Owens II wrote: > > What you are talking about are source control hooks. They don’t belong in a > language as a language is completely agnostic of a source control system, > assuming on is even used. I thought Apple was all about integration to create seam

Re: [swift-evolution] Proposal: Support for commit comments

2015-12-21 Thread David Owens II via swift-evolution
What you are talking about are source control hooks. They don’t belong in a language as a language is completely agnostic of a source control system, assuming on is even used. > On Dec 21, 2015, at 3:04 PM, Amir Michail via swift-evolution > wrote: > > >> On Dec 21, 2015, at 6:03 PM, Brent R

Re: [swift-evolution] Proposal: Support for commit comments

2015-12-21 Thread Amir Michail via swift-evolution
> On Dec 21, 2015, at 6:03 PM, Brent Royal-Gordon > wrote: > >> If it is part of the language standard and is supported by Xcode, then many >> source control systems/IDEs will support it also as it gives them a >> competitive advantage. > > Xcode is not part of the Swift.org project either.

Re: [swift-evolution] Proposal: Support for commit comments

2015-12-21 Thread Brent Royal-Gordon via swift-evolution
> If it is part of the language standard and is supported by Xcode, then many > source control systems/IDEs will support it also as it gives them a > competitive advantage. Xcode is not part of the Swift.org project either. -- Brent Royal-Gordon Architechies __

Re: [swift-evolution] Proposal: Support for commit comments

2015-12-21 Thread Amir Michail via swift-evolution
> On Dec 21, 2015, at 5:56 PM, Greg Parker wrote: > >> >> On Dec 21, 2015, at 2:53 PM, Amir Michail via swift-evolution >> mailto:swift-evolution@swift.org>> wrote: >> >>> On Dec 21, 2015, at 5:38 PM, Douglas Gregor wrote: >>> On Dec 21, 2015, at 11:07 AM, Amir Michail via swift-evolut

Re: [swift-evolution] Proposal: Support for commit comments

2015-12-21 Thread Greg Parker via swift-evolution
> On Dec 21, 2015, at 2:53 PM, Amir Michail via swift-evolution > wrote: > >> On Dec 21, 2015, at 5:38 PM, Douglas Gregor wrote: >> >>> On Dec 21, 2015, at 11:07 AM, Amir Michail via swift-evolution >>> wrote: >>> >>> Upon a commit, these comments would be automatically removed from the >

Re: [swift-evolution] Proposal: Support for commit comments

2015-12-21 Thread Douglas Gregor via swift-evolution
> On Dec 21, 2015, at 2:53 PM, Amir Michail wrote: > > >> On Dec 21, 2015, at 5:38 PM, Douglas Gregor wrote: >> >> >>> On Dec 21, 2015, at 11:07 AM, Amir Michail via swift-evolution >>> wrote: >>> >>> Upon a commit, these comments would be automatically removed from the >>> source and co

Re: [swift-evolution] Proposal: Support for commit comments

2015-12-21 Thread Amir Michail via swift-evolution
> On Dec 21, 2015, at 5:38 PM, Douglas Gregor wrote: > > >> On Dec 21, 2015, at 11:07 AM, Amir Michail via swift-evolution >> wrote: >> >> Upon a commit, these comments would be automatically removed from the source >> and combined into a single commit comment. >> >> In this way, you would

Re: [swift-evolution] Proposal: Support for commit comments

2015-12-21 Thread Douglas Gregor via swift-evolution
> On Dec 21, 2015, at 11:07 AM, Amir Michail via swift-evolution > wrote: > > Upon a commit, these comments would be automatically removed from the source > and combined into a single commit comment. > > In this way, you would not need to remember what changes you are committing > in order t

[swift-evolution] Proposal: Support for commit comments

2015-12-21 Thread Amir Michail via swift-evolution
Upon a commit, these comments would be automatically removed from the source and combined into a single commit comment. In this way, you would not need to remember what changes you are committing in order to make up a commit comment. You just comment the code as you make the changes. A special