-
Notifications
You must be signed in to change notification settings - Fork 570
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Readme update to help newbies #69
Conversation
[dl]: http://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=com.squareup.wire&a=wire-runtime&v=LATEST | ||
[dl_all]: http://search.maven.org/#search%7Cga%7C1%7Cg%3Acom.squareup.wire |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can deep-link directly to the latest version of this jar
. Use the following URL:
http://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=com.squareup.wire&a=wire-compiler&v=LATEST&c=jar-with-dependencies
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lovely, thanks - I didn't know how to deep link directly to it.
… to look nice in text editors too)
Hopefully that addresses the feedback - thanks! |
Add an null check in finally clauses
LGTM, please rebase. |
… to look nice in text editors too)
Conflicts: README.md
I've rebased, you should hopefully be able to merge it now... |
Could you squash this into a single commit? (e.g., using git rebase -i) |
If specified, emits a class that contains a constant list of all extension classes generated during the compile. This list is suitable for passing to Wire's constructor at runtime to populate its internal ExtensionRegistry.
Suppresses emission of all options and any extensions of MessageOptions or FieldOptions.
Closing this messy pull request and sending a new one as #85 |
Produce aar in addition to apklib
Update to Java 7. Add quick parse method for Path types.
* commit 'cf32b70f0a075f15ae299aa7f904ec2d6beeae03': Point at the latest snapshot of SwiftPoet
Most people will be trying to do the compilation step before they get to the runtime step, so adding a download link there too.