Build failed in Jenkins: Aurora #795

2014-12-16 Thread Apache Jenkins Server
See Changes: [wickman] Make 'pants goal' invocations work. Use proper python codegen style. -- [...truncated 2791 lines...] Downloading/unpacking ansicolors==1.0.2 (from -r

[GitHub] incubator-aurora pull request: Added a dummy Tutorial heading

2014-12-16 Thread mgargenta
Github user mgargenta closed the pull request at: https://github.com/apache/incubator-aurora/pull/3 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feat

Re: Using immutables.org for Java code

2014-12-16 Thread Kevin Sweeney
I think adoption would be blocked on an upgrade to Guava 18.0, which we should probably do anyway On Tue, Dec 16, 2014 at 10:31 AM, Zameer Manji wrote: > Nothing in particular stands out to me but I think it would be a nicer > overall solution then our bespoke compiler. > Perhaps if we ever feel

Re: Using immutables.org for Java code

2014-12-16 Thread Zameer Manji
Nothing in particular stands out to me but I think it would be a nicer overall solution then our bespoke compiler. Perhaps if we ever feel the need to change the compiler we should first evaluate if we can move to a library like immutables.org. On Tue, Dec 16, 2014 at 9:44 AM, Maxim Khutornenko w

Re: Using immutables.org for Java code

2014-12-16 Thread Maxim Khutornenko
It looks quite interesting as a general case for immutability. As for replacing our immutable thrift implementation, is there anything in particular you noticed in immutables.org that we currently lack?