Message8221

Author Arfrever
Recipients Arfrever, fwierzbicki, zyasoft
Date 2014-01-12.19:15:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1389554101.61.0.71888660405.issue2111@psf.upfronthosting.co.za>
In-reply-to
Content
Jython trunk fails to build with Guava 15.*.
(This problem does not occur with Guava 14.*.)

    [javac] /tmp/jython/src/org/python/modules/_collections/PyDefaultDict.java:56: error: <K,V>makeComputingMap(Function<? super K,? extends V>) is not public in MapMaker; cannot be accessed from outside package
    [javac]                 new MapMaker().makeComputingMap(
    [javac]                               ^
    [javac]   where K,V are type-variables:
    [javac]     K extends Object declared in method <K,V>makeComputingMap(Function<? super K,? extends V>)
    [javac]     V extends Object declared in method <K,V>makeComputingMap(Function<? super K,? extends V>)
    [javac] /tmp/jython/src/org/python/modules/_collections/PyDefaultDict.java:56: warning: [deprecation] <K,V>makeComputingMap(Function<? super K,? extends V>) in MapMaker has been deprecated
    [javac]                 new MapMaker().makeComputingMap(
    [javac]                               ^
    [javac]   where K,V are type-variables:
    [javac]     K extends Object declared in method <K,V>makeComputingMap(Function<? super K,? extends V>)
    [javac]     V extends Object declared in method <K,V>makeComputingMap(Function<? super K,? extends V>)
History
Date User Action Args
2014-01-12 19:15:01Arfreversetrecipients: + Arfrever, fwierzbicki, zyasoft
2014-01-12 19:15:01Arfreversetmessageid: <1389554101.61.0.71888660405.issue2111@psf.upfronthosting.co.za>
2014-01-12 19:15:01Arfreverlinkissue2111 messages
2014-01-12 19:15:01Arfrevercreate