Re: JDK 10 removal of javah

2018-07-09 Thread James McCoy
On Thu, May 17, 2018 at 10:27:18PM -0400, James McCoy wrote: > The biggest wrinkle is that "javac -h" _only_ generates a header file if > there are native annotations, whereas "javah" would always generate a > header file. This found some places where we didn't have native > annotations even thoug

Re: [PATCH] can't "svn patch" working copy root if the patch is in --git format

2018-07-09 Thread Dmitry Pavlenko
Hello Julian, OK, I could do that, but much later, in 2 weeks maybe. Now I'm busy testing patch functionality for other cases. -- Dmitry Pavlenko, TMate Software, http://subgit.com/ - git-svn bridge > Dmitry, the other thing is, would you mind making a regression test for this > issue? That woul

Re: svn commit: r1835191 - /subversion/site/publish/docs/community-guide/releasing.part.html

2018-07-09 Thread Stefan
On 06/07/2018 20:04, Daniel Shahaf wrote: > luke1...@apache.org wrote on Thu, Jul 05, 2018 at 21:13:37 -: >> +++ subversion/site/publish/docs/community-guide/releasing.part.html Thu Jul >> 5 21:13:36 2018 >> @@ -975,22 +975,19 @@ in the same directory as the tarballs.> +policy, we require tes

Re: [PATCH] can't "svn patch" working copy root if the patch is in --git format

2018-07-09 Thread Julian Foad
Dmitry, the other thing is, would you mind making a regression test for this issue? That would be really good to have. - Julian Julian Foad wrote on 2018-07-09: > Dmitry Pavlenko wrote on 2018-07-09: > > Note that the patch looks like > > > > Index: /tmp/wc > >

Re: [PATCH] can't "svn patch" working copy root if the patch is in --git format

2018-07-09 Thread Julian Foad
Dmitry Pavlenko wrote on 2018-07-09: > Note that the patch looks like > > Index: /tmp/wc > === > diff --git a/ b/ > --- a/ (revision 0) > +++ b/ (working copy) > > Property changes on: > [...] Thanks for the bug report. I like re

[PATCH] can't "svn patch" working copy root if the patch is in --git format

2018-07-09 Thread Dmitry Pavlenko
Hello! I've found a bug when applying a patch in Git format to the working copy root. Steps to reproduce: #!/bin/sh SVN=svn #1. Create an empty SVN repository. REPOSITORY_PATH="$PWD/svn.repo" svnadmin create "$REPOSITORY_PATH" # 2. Create a patch that sets some property on a root directory.

Register now for ApacheCon and save $250

2018-07-09 Thread Rich Bowen
Greetings, Apache software enthusiasts! (You’re getting this because you’re on one or more dev@ or users@ lists for some Apache Software Foundation project.) ApacheCon North America, in Montreal, is now just 80 days away, and early bird prices end in just two weeks - on July 21. Prices will b

Re: Next stable releases

2018-07-09 Thread Julian Foad
Julian Foad wrote: > Philip Martin wrote on 2018-06-05: > > It's time to consider 1.9.8 and 1.10.1. > > I can prepare these releases. Please nominate/review/vote on backports. I plan to roll these releases on Thursday. - Julian