scala-ide / scala-worksheet

A Scala IDE plugin for a multi-line REPL (called worksheet)
96 stars 24 forks source link

Fixes #91 - Moved instrumentation logic out of the compiler #99

Closed dotta closed 12 years ago

dotta commented 12 years ago

review by @dragos

Following up on scala/scala@4c7127d9acb1e0bae6f14a6b40019a535d057112, this commit moves the instrumentation logic out of the compiler project.

This has huge benefits as it will allows us to fix instrumentation bugs without having to wait for a new release of the compiler.

This can be merged only after https://github.com/scala/scala/pull/1504 is merged and a new Scala 2.9.3 SNAPSHOT is produced, or the worksheet for Scala 2.9 won't build.

dotta commented 12 years ago

@dragos Please, can you have a look at it (so that I can proceed with backporting this to 0.1.x branch).