summaryrefslogtreecommitdiff
path: root/src/actors
diff options
context:
space:
mode:
authorDenys Shabalin <denys.shabalin@typesafe.com>2014-01-24 11:53:12 +0100
committerDenys Shabalin <denys.shabalin@typesafe.com>2014-01-24 11:53:12 +0100
commit30748571d44f604917eeef834a4aa4f7c2c1425e (patch)
treefb3d75c642ad4c3124c7902acf290b44d627a942 /src/actors
parent0a529b903c77e5ce2dc81214964ff6781ff9e339 (diff)
downloadscala-30748571d44f604917eeef834a4aa4f7c2c1425e.tar.gz
scala-30748571d44f604917eeef834a4aa4f7c2c1425e.tar.bz2
scala-30748571d44f604917eeef834a4aa4f7c2c1425e.zip
Reify all blocks as syntactic blocks
Previous version of the pattern wasn't precise enough due to the fact that synthetic units are now erased by syntactic block and this could cause incorrect reification for cases like: val x = { val y = 1 } Here syntactic block would extract one element but we still need to reify it through syntactic block endpoint. So we can't filter based on the number of elements extracted but rather filter on type of a tree.
Diffstat (limited to 'src/actors')
0 files changed, 0 insertions, 0 deletions