aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJason Zaugg <jzaugg@gmail.com>2013-11-07 16:08:13 +0100
committerJason Zaugg <jzaugg@gmail.com>2013-11-07 16:08:13 +0100
commit5f1aec0838be71b881ddff6b8aa4db4a1cc83c2f (patch)
tree3112ac790c7aa7378b78317130ce965a4cb2f0c5 /README.md
parent1c8a3bde9490f3b771543589be22d789d3b45701 (diff)
downloadscala-async-5f1aec0838be71b881ddff6b8aa4db4a1cc83c2f.tar.gz
scala-async-5f1aec0838be71b881ddff6b8aa4db4a1cc83c2f.tar.bz2
scala-async-5f1aec0838be71b881ddff6b8aa4db4a1cc83c2f.zip
Update documentation
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 0 insertions, 6 deletions
diff --git a/README.md b/README.md
index 8283c11..6a1676b 100644
--- a/README.md
+++ b/README.md
@@ -138,12 +138,6 @@ difficult to understand.
b) completes the result Promise of the async block, if at the terminal state.
- an `apply(): Unit` method that starts the computation.
-## Troubleshooting
- - Logging of the transform can be enabled with `scalac -Dscala.async.debug=true`.
- - Tracing of the ANF transform: `scalac -Dscala.async.trace=true`
- - Debug the macro expansion by checking out the project and executing the application
- [`scala.async.TreeInterrogation`](https://github.com/scala/async/blob/master/src/test/scala/scala/async/TreeInterrogation.scala#L59)
-
## Limitations
- See the [neg](https://github.com/scala/async/tree/master/src/test/scala/scala/async/neg) test cases for
for constructs that are not allowed in a async block