On Tue, May 2, 2017 at 10:41 PM Ted Kremenek wrote:
> On Apr 28, 2017, at 8:17 AM, Saleem Abdulrasool
> wrote:
>
> Hi Ted,
>
> I think that what I'm proposing adding is quite small. It has a mirror
> equivalent in the clang repository.
>
>
> I thought about it more, and you convinced me. I’m f
> On Apr 28, 2017, at 8:17 AM, Saleem Abdulrasool wrote:
>
> Hi Ted,
>
> I think that what I'm proposing adding is quite small. It has a mirror
> equivalent in the clang repository.
I thought about it more, and you convinced me. I’m fine with taking it.
Can you revise the description in PR
Hi Ted,
I think that what I'm proposing adding is quite small. It has a mirror
equivalent in the clang repository.
As to maintainence, I'm willing to take that on. I already maintain the
vim syntax support (I'm pretty confident that I've made the bulk of the
changes to it at this point).
I'm n
Hi Saleem,
My apologies for the delay.
Generally speaking, doesn't feel to me that these kinds of enhancements should
be going into the 'swift' repository. We have some basic support files for
editors in the repository, but largely those are there for historical reasons
(largely convenience w
Hi,
Jordan asked me to check with you about adding a simple helper for
integrating swift-format into vim since the repository hasn't really added
any editor integration stuff previously. It's just a python wrapper for
invoking swift-format (much like clang-format).
It is on GitHub as PR8610.
Th