Lambdas and 1.9.2.5

Jump to navigation Jump to search
Revision as of 14 September 2018 at 17:49.
The highlighted comment was created in this revision.

Lambdas and 1.9.2.5

1.9.2.5 has a known bug with lambdas which has already been fixed in 1.9.2.6

currently 1.9.2.5 is the only accepted roborumble and it gets

   Got an error with e32.Omni: java.lang.ClassNotFoundException

You could use retrolambda to transpile lambdas as I do, or just avoid using lambdas until 1.9.2.6+ is accepted.

    Xor (talk)18:51, 14 September 2018

    Ah, thanks for the heads up. I haven't explicitly used lambdas to my knowledge (though I'll check this weekend), but method references instead. I'm guessing those also cause this behavior.

      Enamel 32 (talk)19:28, 14 September 2018

      Yes, method references and lambdas are the same thing in JVM

        Xor (talk)19:49, 14 September 2018