summaryrefslogtreecommitdiff
path: root/.mailmap
diff options
context:
space:
mode:
authorEugene Burmako <xeno.by@gmail.com>2014-01-29 22:47:37 +0300
committerEugene Burmako <xeno.by@gmail.com>2014-02-14 14:19:45 +0100
commit47dba05c5475b95c8ed9a43d4db29458f16a680b (patch)
tree20d41734112929a19addd7fe6a669e9e001c6231 /.mailmap
parentb5c4666be9b53a5d8e8d656a3aa597b3897a37c8 (diff)
downloadscala-47dba05c5475b95c8ed9a43d4db29458f16a680b.tar.gz
scala-47dba05c5475b95c8ed9a43d4db29458f16a680b.tar.bz2
scala-47dba05c5475b95c8ed9a43d4db29458f16a680b.zip
SI-8086 addresses problem with calling Symbol.getter
Due to an unintended clash between `def getter: Symbol` (public reflection) and `def getter(base: Symbol): Symbol` (internal reflection), the former is uncallable from compiler internals and/or REPL’s power mode. While both methods are guarded by compatibility constraints, we can’t solve this problem radically and will have to live with it for some time Thankfully, a replacement for `sym.getter` is quite approachable, namely: `sym.getter(sym.owner)`. In the meanwhile, I’ve deprecated the internal `getter` method by renaming it to `getterIn`, also touching a nearby `superSymbol`. In the next release we’ll be able to fix the name clash for good.
Diffstat (limited to '.mailmap')
0 files changed, 0 insertions, 0 deletions