lukeu
lukeu
The method `JavaPackage.containsCycle` currently returns `true` for packages that merely reference cyclic packages, even when they do not form part of a cycle themselves. As an example, consider these packages...
The crash one sees when putting Guava 21 on the classpath is the following: java.lang.NoSuchMethodError: com.google.common.base.Objects.firstNonNull(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; at com.github.fge.jackson.JsonLoader.fromResource(JsonLoader.java:83 .... Guava 21 is appealing because it adds a number of very...
`print(int(-6.8))` returns -6 so to say it always rounds "down" seems imprecise. Should maybe say the truncation rounds towards zero? (Disclaimer: I don't use Python, I just tried it in...