Re: Blame callback: remove start/end parameters

2019-01-15 Thread Bert Huijben
Not sure if that would be as helpful as the old code and/or can be done with a compatibility wrapper. The problem is that the output arguments are available only, long after the blame reporting is done, while with the current implementation intermediate callbacks can be used more efficiently. Perh

Re: Blame callback: remove start/end parameters

2019-01-15 Thread Branko Čibej
On 15.01.2019 10:49, Bert Huijben wrote: > Not sure if that would be as helpful as the old code and/or can be done > with a compatibility wrapper. The problem is that the output arguments are > available only, long after the blame reporting is done, while with the > current implementation intermedi

[ANNOUNCE] Apache Roadshow Chicago, Call for Presentations

2019-01-15 Thread Trevor Grant
Hello Devs! You're receiving this email because you are subscribed to one or more Apache developer email lists. I’m writing to let you know about an exciting event coming to the Chicago area: The Apache Roadshow Chicago. It will be held May 13th and 14th at three bars in the Logan Square neighb

Re: [PATCH]On branch swig-py3: accept both of bytes/str for inputchar * args

2019-01-15 Thread Yasuhito FUTATSUKI
On 1/14/19 6:30 PM, Yasuhito FUTATSUKI wrote: On 1/14/19 3:10 PM, Yasuhito FUTATSUKI wrote: In article troycurti...@gmail.com writes: On Thu, Jan 10, 2019 at 9:50 AM Yasuhito FUTATSUKI PyBytes: Sequence of byte values, e.g. "raw data"     In Py2: str     In Py3: bytes PyStr: Character dat