puniverse / comsat

Fibers and actors for web development
docs.paralleluniverse.co/comsat
Other
598 stars 103 forks source link

[#46, #90] Upgrade Okhttp library to 3.6.0 and enable AOT #93

Open jonathannaguin opened 7 years ago

jonathannaguin commented 7 years ago
jonathannaguin commented 7 years ago

@pron could anyone review this PR please? It seems some of the tests are failing but don't think it's related to my changes though

pron commented 7 years ago

This is a very big PR. Thank you for taking the time to do it. But it does do quite a few separate things, and should probably be broken down.

  1. Can you explain what you mean by "adding AOT for every project"?

  2. Let's separate the removal of Retrofit because a new version is problematic into a separate issue.

jonathannaguin commented 7 years ago
  1. In Gradle, I included the compile instrumentation for Fiber in every subproject.
  2. Do you want another PR for removing Retrofit? If I rolled back the removal then this PR will not compile at all, as the Retrofit module will stop working at compile time.