Reinier - i recall a while ago you gave an interview on some podcast where it was discussed that team Lombok were going to create a universal AST. What happened to that ?
On Tue, Mar 15, 2011 at 12:51 PM, Reinier Zwitserloot <[email protected]>wrote: > Sorry, wrong group. This was meant for the project lombok group, my > mistake. > > > On Tuesday, March 15, 2011 2:50:56 AM UTC+1, Reinier Zwitserloot wrote: >> >> As you might know we ran into a serious issue completing @Delegate support >> in eclipse: When @Delegating a type which is part of the same project (as a >> source file), then effectively at random it'll either work or it'll delegate >> no methods at all, with no errors. Initial inspection into this bug strongly >> suggests that fixing it is going to be a massive undertaking. >> >> We've decided to work on a beta3 release which is intended to be stable, >> but won't quite have the featureset we wanted 0.10 to have; in particular, >> @Delegate will check if the source of the delegated type is a binary jar, or >> not. If not, it'll error out and not delegate anything. This way at least >> both the javac and the eclipse implementation will be consistent. >> >> -- > You received this message because you are subscribed to the Google Groups > "The Java Posse" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/javaposse?hl=en. > -- mP -- You received this message because you are subscribed to the Google Groups "The Java Posse" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/javaposse?hl=en.
