sstucki / odds

Probabilistic programming in Scala
Other
34 stars 8 forks source link

Update to Scala 2.10.3 #3

Open nightscape opened 10 years ago

nightscape commented 10 years ago

Hi Sandro,

I tried to update Odds to Scala 2.10.3 but it seems that scala-virtualized has not been built for newer Scala versions. When I leave the

scalaOrganization := "org.scala-lang.virtualized",

part out of Build.scala compilation fails for the macro sub-project. I have not yet found any information on how to deal with this. Do you have any hints? Could the macro project be converted to using macros from macro paradise?

Best Martin

sstucki commented 10 years ago

Odds is using a custom version of the macro paradise plugin that works with Scala virtualized. The two need to be compatible for things to work correctly. I'll check whether there are 2.10.3 versions of the two...