Christian Edward Jackson-Gruber

Results 154 comments of Christian Edward Jackson-Gruber

There's not just annotation pre-processing involved, but also other things like a graph validation pass, etc. Maybe these can still all work - I still need to build some plugins...

This has been working for me for quite a while. I'm not sure what's still missing. :/ Not even from your comment in #126, @tbroyer. I get errors in graph...

It's default is actually "wherever your ModuleAdapter is generated" which seems to differ depending on your maven configuration. When I do ``` com.squareup dagger-compiler some-version true ``` then it puts...

Recommendations on messaging improvements are gratefully appreciated. :D That said, when we start looking hard at the 2.0 first-cut, we can take the opportunity to critique the messaging wholesale.

Updated the issue text slightly.

I'm trying to think of whether there are possible use-cases that are common enough that couldn't support a string key. I am generally in favour of reducing the complexity, and...

Can you post the test-case on this thread? I'm not sure I'm following the concrete specifics of when it goes awry.

Crap - I'm brain-dead. The code is above. I'll try to repro it locally using that.

Hmm. There should be a @SuppressWarning on that. On 25 June 2014 06:55, cypressious [email protected] wrote: > When using AutoFactory with qualifier annotations like this > > @AutoFactorypublic class MyClass...

Eclipse might not know about it - it might not exist, but even if it did, if it's in the annotation processor, there's no information for eclipse to access to...