chop-dbhi / dataexpress

[NOT MAINTAINED] DataExpress is a simple, Scala-based cross database ETL toolkit supporting Postgres, MySql, Oracle, SQLServer, and Sqlite
http://dataexpress.research.chop.edu
BSD 2-Clause "Simplified" License
72 stars 9 forks source link

Replace -Xexperimental by -language:dynamics #19

Closed iiome closed 11 years ago

iiome commented 11 years ago

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

masinoa commented 11 years ago

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