[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: r1035773 - in /subversion/trunk/subversion/bindings/javahl: native/ src/org/apache/subversion/javahl/ src/org/apache/subversion/javahl/type/

From: Blair Zajac <blair_at_orcaware.com>
Date: Tue, 16 Nov 2010 12:19:52 -0800

On 11/16/10 12:06 PM, hwright_at_apache.org wrote:
> Author: hwright
> Date: Tue Nov 16 20:06:56 2010
> New Revision: 1035773
>
> URL: http://svn.apache.org/viewvc?rev=1035773&view=rev
> Log:
> JavaHL: Move the Tristate class into the type package.

Hyrum,

Using "type" as a package name will cause compile failures if the bindingds are
used in a Scala program as "type" is a reserved word, so having it appear in an
import statement will cause problems.

I suggest renaming "type" to to "types" so it's not a keyword in Scala.

Thanks,
Blair
Received on 2010-11-16 21:20:34 CET

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.