Yang, Bo

Results 342 comments of Yang, Bo

Imagine you do some reading of [documentation](https://github.com/ktoso/sbt-jmh), and instead of: ``` java -cp ... ``` do something like: ``` sbt benchmarks/Jmh/run ... ``` That's when it becomes interesting... :)

Clarify: * `bgRun` starts a benchmark in background, which is suitable when you want to still use sbt shell during running. * `run` runs the benchmark and wait for finish....

We need a code generator of code generators for each of OpenCL's built-in math functions.

Sorry for late reply. I have left ThoughtWorks, and I would not add new features to this project unless some other one contributes the feature. The problem for you to...

BTW: you can run the benchmarks with the following sbt command: sbt> project benchmarks sbt> jmh:run Yang, Bo 于2020年4月2日周四 下午1:08写道: > Sorry for late reply. > > I have left...

Hi, how do you guys think about the [name based XML literal proposal]( https://contributors.scala-lang.org/t/pre-sip-name-based-xml-literals/2175)? I am working on the implementation of in Scala 2 recently, and looking forward to port...

`Caller` should be a dependent function: ``` scala trait Caller { type Out } object Caller { type Aux[Out0] = Caller { type Out = Out0 } } ``` So...

See https://gigiigig.github.io/posts/2015/09/13/aux-pattern.html for the `Aux` pattern.

The bug occurs because the execution of commands. Can we use `triggeredBy` instead of commands as suggested in https://github.com/scalacenter/sbt-release-early/wiki/Essential:-Installation#advantages-over-sbt-release in order to fix this bug?

Is there any existing library for comparing versions?