Comment #12 on issue 213 by phopkins: Grapher, to create graphs from an Injector http://code.google.com/p/google-guice/issues/detail?id=213
Crossed messages. :) The two bugs I filed (that you found) are mostly what I found for roughness. The other big one I can think of is Multibinding support. The bindings that it creates are a bit of a mess when viewed naively through SPI (in particular, the RealMultibinder instance has no dependencies on the elements, just on an Injector), and the classes that one could try to instanceof a way out of (such as @Element) are package-private, so no luck there. What's the best way to share the code, so you can see if the Visitor bits look right to you? It'll be a big CL. (Btw, are there code conventions / developer docs lying around? Is it basically just Google style? 80 or 100?) Looking forward to trying your updates. I haven't synched since the weekend, so I'll see how things come together over the next day or two. Oh, and as I said I haven't looked through Scopes yet, so I don't know how well the SPI stuff works there. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "google-guice-dev" 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/google-guice-dev?hl=en -~----------~----~----~----~------~----~------~--~---
