So in reviewing, there's a few things I want to fix up. The markup in GitHub interprets a bunch of stuff differently, so I'll need to escape a few things.
Does anyone know how to escape an @ so it's not interpreted as an @mention? I tried a bunch of things, but only putting in code blocks worked... and that ruins the flow a bit, unless the entire comment is a code block (which induces horizontal scrolling). sam On Jul 4, 2014 11:45 PM, "'Christian Gruber' via google-guice" < [email protected]> wrote: > Awesome. Thanks Sam. I think this will be a great situation once we've > made the transition. Looking to migrate Guava at some point this quarter, > in all likelihood. > > > On 4 July 2014 07:28, Sam Berlin <[email protected]> wrote: > >> FYI -- I've made some progress on this for issue migration. Starting >> with https://github.com/arthur-debert/google-code-issues-migrator as a >> base, I've hacked it to upload text-based attachments as gists (and only >> link the binary attachments back to codesite, since there's no way to put >> binary attachments to issues on github that I know of). >> >> I'm running a trial over https://github.com/sameb/guice-test/issues >> now... the script flakes out every so often because github's API seems to >> return bad response, so it needs a bit of babysitting to restart... but it >> recovers well (without duplicating any data). >> >> Take a glance over the issues in the test repo and let me know if you >> think anything needs changing. If everything looks good, I'll do the >> actual migration this week. >> >> And happy July 4th, everyone! >> >> sam >> >> >> On Tue, May 27, 2014 at 4:31 PM, Sam Berlin <[email protected]> wrote: >> >>> What do folks think of the idea? It'd make accepting patches easier >>> (with pull requests, etc), and I'm sure there's other benefits for folks >>> using the code too. >>> >>> We could also migrate issues if anyone knows a way to do that. >>> >>> sam >>> >> >> -- >> You received this message because you are subscribed to the Google Groups >> "google-guice" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> To post to this group, send email to [email protected]. >> Visit this group at http://groups.google.com/group/google-guice. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/google-guice/CAJEBNUcSC-WGwri-0Vjj1Sj%2BWNuqRy0Agbp7AM_BVTeDyXq-UA%40mail.gmail.com >> <https://groups.google.com/d/msgid/google-guice/CAJEBNUcSC-WGwri-0Vjj1Sj%2BWNuqRy0Agbp7AM_BVTeDyXq-UA%40mail.gmail.com?utm_medium=email&utm_source=footer> >> . >> >> For more options, visit https://groups.google.com/d/optout. >> > > -- > You received this message because you are subscribed to the Google Groups > "google-guice" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/google-guice. > To view this discussion on the web visit > https://groups.google.com/d/msgid/google-guice/CAHsNDCQM0G8X1c8EKQunKUQn8JJ_3dDVHoGZZE1Ygj2c7Rk6Gg%40mail.gmail.com > <https://groups.google.com/d/msgid/google-guice/CAHsNDCQM0G8X1c8EKQunKUQn8JJ_3dDVHoGZZE1Ygj2c7Rk6Gg%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "google-guice" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-guice. To view this discussion on the web visit https://groups.google.com/d/msgid/google-guice/CAJEBNUc75HTFfp_exwz%2BV21BGi%3Da1Wt7oKik_VPNtosEX86d0A%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
