google / end-to-end

End-To-End is a crypto library to encrypt, decrypt, digital sign, and verify signed messages (implementing OpenPGP)
Apache License 2.0
4.13k stars 298 forks source link

Build: warnings building with closure-templates #381

Open bjmgeek opened 8 years ago

bjmgeek commented 8 years ago
$ ./do.sh build_extension
All dependencies met.
All dependencies met.
Compiling Soy templates...
Done.
Using previous template build. Run ./do.sh clean if you want to rebuild the templates.
Building End-To-End extension to build/extension
Compiling JS files...
.lib/closure-templates-compiler/soyutils_usegoog.js:1701: WARNING - Property insertWordBreaks of type goog.format has been deprecated: Prefer wrapping with CSS white-space: pre-wrap.
  var result = goog.format.insertWordBreaks(
               ^

0 error(s), 1 warning(s), 98.7% typed
..lib/closure-templates-compiler/soyutils_usegoog.js:1701: WARNING - Property insertWordBreaks of type goog.format has been deprecated: Prefer wrapping with CSS white-space: pre-wrap.
  var result = goog.format.insertWordBreaks(
               ^

0 error(s), 1 warning(s), 98.8% typed
.lib/closure-templates-compiler/soyutils_usegoog.js:1701: WARNING - Property insertWordBreaks of type goog.format has been deprecated: Prefer wrapping with CSS white-space: pre-wrap.
  var result = goog.format.insertWordBreaks(
               ^

0 error(s), 1 warning(s), 98.8% typed
.lib/closure-templates-compiler/soyutils_usegoog.js:1701: WARNING - Property insertWordBreaks of type goog.format has been deprecated: Prefer wrapping with CSS white-space: pre-wrap.
  var result = goog.format.insertWordBreaks(
               ^

0 error(s), 1 warning(s), 98.8% typed
Compiling CSS files...
Copying extension files...
Done.
sirdarckcat commented 8 years ago

thanks! this is an issue with closure templates, and it seems a bit difficult to fix, but they'll try

sirdarckcat commented 8 years ago

https://github.com/google/closure-templates/issues/79