KAWACHI Takashi

Results 21 comments of KAWACHI Takashi

`scala.runtime.ScalaRunTime.replStringOf()` is used to get the same string representation as in REPL. It uses methods which is not implemented by Scala.js. https://github.com/scala/scala/blob/v2.11.7/src/library/scala/runtime/ScalaRunTime.scala#L264-L340 I'm afraid it's hard to port `replStringOf()` to...

The next version will require JvmPlugin. https://github.com/tkawachi/sbt-doctest/commit/08473ab86f2a0d96f20aa35b2d869aec8e03d16e#diff-80f647238c7cff18df190250d41c16eeR35

This plugin generates tests, but not run these. By seeing [Framework.java](https://github.com/sbt/test-interface/blob/master/src/main/java/sbt/testing/Framework.java), it seems not for a test generator. I'm rather thinking to add ScalaTest31 as a subclass of DoctestTestFramework.

`withCheckers()` is only used by ScalaTestGen. It is moved to ScalaTestGen at #92.

Thanks for pointing out. I did it.

@gauravgh Could you review this pr?

It should be. I was not aware because I'm not actually using this class in production. I'll modify the pull request later. Thanks. 2014年4月22日火曜日、[email protected]さんは書きました: > Hi @tkawachi https://github.com/tkawachi , are...

I made a minimal example to reproduce this issue. https://github.com/tkawachi/testunused

When I ran `unusedCode` from IntelliJ IDEA's sbt shell on Windows, the problem occurred, but not when I ran it from WSL's sbt. Hmmm. I wonder what it is?

I thought IntelliJ IDEA sbt shell was suspicious, so I tried IntelliJ IDEA sbt shell on Linux as another environment, but the problem didn't occur.