1. 12 Dec, 2017 2 commits
    • Add @SuppressWarnings("ComparableType") for instances of a class implementing… · b3ebdaae
      Add @SuppressWarnings("ComparableType") for instances of a class implementing 'Comparable<T>' where T is not compatible with the type of the class.
      
      In order to facilitate enabling a compile-time error check, we are suppressing these existing instances. Once the compile-time error is enabled, we will file bugs to clean up any unfixed instances in [].
      
      Note that this CL should result in no effective changes to the code, but the code as currently-written might contain a real bug. If you'd prefer to fix the bug now, please either reply with edits, or accept this CL then follow up with a change that fixes the underlying issue.
      
      Tested:
          tap_presubmit: []    Some tests failed; test failures are believed to be unrelated to this CL
      
      -------------
      Created by MOE: https://github.com/google/moe
      MOE_MIGRATED_REVID=177836122
      amesbah committed
    • Allow late HLS sample queue building · 002df729
      Issue:#3149
      
      -------------
      Created by MOE: https://github.com/google/moe
      MOE_MIGRATED_REVID=177836048
      aquilescanta committed
  2. 04 Dec, 2017 38 commits