- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
invokeDynamic decoding
Sat, 2011-01-22, 17:21
Hi Martin,
Can we have invokeDynamic called with the decoded method name rather
than the encoded version? I think this equates to the following in
Typers.scala:
3485c3485
< var dynInvoke = Apply(Select(qual, nme.invokeDynamic),
List(Literal(Constant(name.toString))))
---
> var dynInvoke = Apply(Select(qual, nme.invokeDynamic), List(Literal(Constant(name.decode))))
Thanks,
Jon
On Sat, Jan 22, 2011 at 5:21 PM, Jon Pretty <google.com@accounts.propensive.com> wrote:
Sure. Good catch!
Thanks
-- Martin