Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
5.1.0.5
-
None
Description
As already stated in http://markmail.org/thread/sybprqs5yeuzobyr ParallelExecutorTest won't compile due to cast errors. That's because the Invokable isn't being given a type argument of type StringHolder and therefore it tries to add an Object to the thunks list were it should add a StringHolder.