Re: idle thought: host code on github instead?

2014-07-06 Thread Sam Berlin
Yeah, that'll put it in a code block. I'm hoping there's some way to escape the @ without putting it in a code block, though, since code is visually very different. You can escape # and things by using \, but \@ doesn't seem to work. On Sat, Jul 5, 2014 at 2:21 PM, 'Christian Gruber' via

Re: idle thought: host code on github instead?

2014-07-06 Thread 'Christian Gruber' via google-guice
O. I see. You don't mean a multi line code block, you mean any code block. Yeah, I know of no way. If they're annotations then they should be in a code block. that's appropriate because they're code. If they're not annotations, then I am vaguely confused. :) I'd just use back ticks and

Re: How does Guice 4.0 hide internal classes from IDE auto-import suggestions?

2014-07-06 Thread Sam Berlin
Those are old release notes -- from 3.0. The repackaged classes are hidden by renaming to the something beginning with a $, through a jarjar renaming rule. Here's the portion from the ant buildfile https://code.google.com/p/google-guice/source/browse/common.xml#139 the maven pom

Re: idle thought: host code on github instead?

2014-07-06 Thread Sam Berlin
Fair enough. I did a few more cleanups on the script, so whitespace (e.g, indentation) is preserved, and other characters are escaped to prevent markup from changing it. Should be pretty set now. sam On Sun, Jul 6, 2014 at 11:02 AM, 'Christian Gruber' via google-guice

Re: How does Guice 4.0 hide internal classes from IDE auto-import suggestions?

2014-07-06 Thread Ben McCann
Thanks! On Sun, Jul 6, 2014 at 11:50 AM, Sam Berlin sber...@gmail.com wrote: Those are old release notes -- from 3.0. The repackaged classes are hidden by renaming to the something beginning with a $, through a jarjar renaming rule. Here's the portion from the ant buildfile

Re: Issue 522 in google-guice: Servlet forwards from servlets with pathinfo mishandled

2014-07-06 Thread google-guice
Comment #28 on issue 522 by p.legaul...@gmail.com: Servlet forwards from servlets with pathinfo mishandled http://code.google.com/p/google-guice/issues/detail?id=522 Dagger's support for servlets does not seem as extensive as Guice. Though this bug is annoying, I've decided to use includes