sbt / sbt-jcstress

Trust no-one, and especially not memory visibility.
http://kto.so
19 stars 6 forks source link

"pl.project13.scala" or "pl.project13.sbt" #8

Closed jiminhsieh closed 6 years ago

jiminhsieh commented 6 years ago

I found that example in README uses pl.project13.sbt , but build.sbt uses pl.project13.scala.

ktoso commented 6 years ago

I think the source is correct hmmm, will check in bintray

ktoso commented 6 years ago

.scala is correct https://bintray.com/ktosopl/sbt-plugins/sbt-jcstress/0.2.0#files/pl.project13.scala%2Fsbt-jcstress%2Fscala_2.12%2Fsbt_1.0%2F0.2.0%2Fjars

though maybe this should be changed actuallly

jiminhsieh commented 6 years ago

I found one thing. You actually released two versions of sbt-jcstress in version 0.1.0. to Bintray. One comes with sbt 0.13, another comes with sbt 1.0. screen shot 2017-11-18 at 11 44 05 I just thought it would be better to let you know. :)

jiminhsieh commented 6 years ago

I also found class path of sbt-jcstress is pl.project13.sbt.jcstress and sbt-jol is pl.project13.sbt.jol. But you used pl.project13.scala.sbt in sbt-jmh.