Peng Cheng

Results 216 comments of Peng Cheng
trafficstars

IMHO save object file is done on workers/executors. SO that's expected

You are right, but I thought all configuration files are created with this line. So I didn't include them. But its better to include it

Thanks a lot Andrei, can you merge #61 as well? The maintainer of this project went silent for a long time.

@Andrei-Pozolotin Glorious! I'm merging my ticket into yours. Thanks a lot sir!

@mattnelson: I agree, this plugin (mojohaus version) supports clean mojo which is not supported by @Andrei-Pozolotin 's version. It's a waste of everyone's time to integrate features into all forks.

I believe the error is triggered by the following code: ``` def prefix = if (funcs.length == 1) "" else s"#${i+1}: " res match{ case Success(value) => if (!value) throw...

Hi Tyler, Thanks a lot! I'm not a proficient sbt user but I've encounter another jar hell problem in maven: http://apache-spark-user-list.1001560.n3.nabble.com/Spark-throws-NoSuchFieldError-when-testing-on-cluster-mode-td8064.html#a8083 The solution in maven is to include maven-shade plugin...

This is the error, did you see the following 3 lines? ``` illTyped("""implicitly[TestRequireMsg]""","Testing 123") illTyped("implicitly[Set[TestFoo.FF[Int]]]", "Testing 123") illTyped("""implicitly[Set[Int]]""","could not find implicit value.*") ``` It appears that only the second line...

you are most likely right, there is no difference in shapeless code. In the meantime I'll try to PR a piece of unit test first.