chop-dbhi/dataexpress

Replace -Xexperimental by -language:dynamics

Closed this issue · 1 comments

when using DataExpress the scala -Xexperimental command line switch is advised in the documentation. On Mac OS X 10.8.3 / Scala 2.10.1 this is somehow creating a Kernel Panic using this switch. Safe and tested option would be to only use the -language:dynamics

build.sbt file updated
scalacOptions +="-language:dynamics"