- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
treeCopy.UnApply(tree, fun, transformTrees(args))
Mon, 2012-02-06, 15:35
Any reason for tree transformers to ignore the fun of UnApply?
https://github.com/scala/scala/blob/master/src/library/scala/reflect/api/Trees.scala#L1199
https://github.com/scala/scala/blob/master/src/library/scala/reflect/api/Trees.scala#L1199
Mon, 2012-02-06, 16:21
#2
Re: treeCopy.UnApply(tree, fun, transformTrees(args))
okay, I'll complete it then. thanks!
On 6 February 2012 16:01, Adriaan Moors <adriaan.moors@epfl.ch> wrote:
On 6 February 2012 16:01, Adriaan Moors <adriaan.moors@epfl.ch> wrote:
seems like an incomplete fix to me (f3cf0544)
On Mon, Feb 6, 2012 at 3:35 PM, Eugene Burmako <eugene.burmako@epfl.ch> wrote:
Any reason for tree transformers to ignore the fun of UnApply?
https://github.com/scala/scala/blob/master/src/library/scala/reflect/api/Trees.scala#L1199
Mon, 2012-02-06, 18:31
#3
Re: treeCopy.UnApply(tree, fun, transformTrees(args))
Hey Tiark,
Could you, please, assist me with
https://github.com/scalamacros/kepler/commit/d3c374eedadb863d41ebd869730...?
Cheers,
Eugene
On Feb 6, 4:05 pm, Eugene Burmako wrote:
> okay, I'll complete it then. thanks!
>
> On 6 February 2012 16:01, Adriaan Moors wrote:
>
>
>
> > seems like an incomplete fix to me (f3cf0544
> > )
>
> > On Mon, Feb 6, 2012 at 3:35 PM, Eugene Burmako wrote:
>
> >> Any reason for tree transformers to ignore the fun of UnApply?
>
> >>https://github.com/scala/scala/blob/master/src/library/scala/reflect/...
On Mon, Feb 6, 2012 at 3:35 PM, Eugene Burmako <eugene.burmako@epfl.ch> wrote: