Dan Rosen

Results 4 comments of Dan Rosen

@andrewnguyen no, interpreter state persists until you explicitly DELETE it.

@jnievelt yeah, right now I'm doing `settings.usejavacp.value = true`. So actually, any dependency you add to the `build.sbt` file with `compile` or `runtime` scope will actually be present in our...

@andrewnguyen I think we're getting close. We shouldn't load levee-instrumentor as an agent. Instead I think we should override [`IMain`](http://www.scala-lang.org/archives/downloads/distrib/files/nightly/docs/compiler/index.html#scala.tools.nsc.interpreter.IMain)'s classloader, and call into levee-instrumentor there.

Not sure if I want to do this, actually; could be very spammy.