2017-01-01から1ヶ月間の記事一覧

Serious Scala Projectとは

色んなScalaプロジェクトにpull request送りつけ過ぎた結果です。( 去年502個 ) https://twitter.com/rossabaker/status/799727645634297856 https://github.com/finagle/finch/pull/726 OH doesn't even have a commit from @xuwei_k yet, so not a serious…

sbt 0.13.13でtestOnly時のテストクラス名のtab補完が効かないデグレのワークアラウンド

sbt

以下をプロジェクトのbuild.sbtか グローバルなやつ (例 $HOME/.sbt/0.13/build.sbt )に書いておく inConfig(Test){ definedTestNames <<= { import sbinary.DefaultProtocol.StringFormat import Cache.seqFormat (definedTests map (_.map(_.name).distinc…

typesafehub/migration-managerをweb上で実行できるものを作った

https://github.com/xuwei-k/mima-web http://migration-manager.herokuapp.com/com.typesafe.play/play_2.11?previous=2.5.0&current=2.5.11

scalaprops-shapelessというライブラリをリリースした

https://github.com/scalaprops/scalaprops-shapelessscalacheck-shapelessというのがあるので、それを移植しました。