Skip to content
Snippets Groups Projects
  1. Sep 04, 2019
  2. Sep 03, 2019
  3. Sep 02, 2019
    • paulavidas's avatar
      Change return type of Write from Status to StatusOr<int>. · b131429b
      paulavidas authored
      PiperOrigin-RevId: 266746557
      b131429b
    • Tink Team's avatar
      Migrate from legacy 'java' provider to the JavaInfo provider. · 648222d2
      Tink Team authored
      'java' provider is deprecated and is going to be removed from bazel soon.
      
      Also simplifying and fixing the code. Note that the "if hasattr(td, "java"):" branch was incorrect and was never accessed previously. Starlark didn't complain about it because one can call hasattr on any object. When trying to use the new provider it ended up in build errors (see rollback change cl/266444465) because the "in" operator is more restrictive and caught the bug.
      
      PiperOrigin-RevId: 266745143
      648222d2
  4. Aug 30, 2019
  5. Aug 29, 2019
  6. Aug 28, 2019
Loading