You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by mo...@apache.org on 2019/08/08 10:03:34 UTC

[incubator-weex] branch master updated (1855247 -> 23c3acf)

This is an automated email from the ASF dual-hosted git repository.

moshen pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-weex.git.


    from 1855247  [Android] fix list op bug in Multithreading (#2798)
     new b21ef7e  update changes for code review
     new 7e01655  reset Gemfile.lock
     new da83464  remove codeFormat task in Travis CI
     new 0cd3e4c  update .travis.yml and reset playground
     new ceef453  use lastest weex-playground
     new b02199e  fix remaining oclint warning
     new 7317800  fix remaining oclint warning
     new 6f9c3f0  fix travis ci
     new 23c3acf  Merge pull request #2797 from wrmswindmill/fix-oclint-warning2

The 11695 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .travis.yml                                        |  4 ++--
 Dangerfile                                         |  1 -
 dangerfile-output.js                               |  2 +-
 ios/sdk/WeexSDK/Sources/Bridge/WXCoreBridge.mm     |  6 +++---
 .../WeexSDK/Sources/Component/WXTextComponent.mm   | 22 +++++++++++-----------
 ios/sdk/WeexSDK/Sources/Component/WXTransform.m    |  2 +-
 .../WeexSDK/Sources/Display/UIBezierPath+Weex.m    |  4 ++--
 ios/sdk/WeexSDK/Sources/Module/WXAnimationModule.m |  2 +-
 ios/sdk/WeexSDK/Sources/Utility/WXUtility.m        |  4 ++--
 .../Source/core/render/manager/render_manager.cpp  |  2 +-
 weex_core/Source/third_party/json11/json11.cc      |  4 ++--
 weex_core/Source/wson/wson_parser.cpp              |  2 +-
 12 files changed, 27 insertions(+), 28 deletions(-)