[GitHub] weex-bot edited a comment on issue #1644: [WEEX-648][iOS]native batch for dom operations generating from JavaScript

2018-10-18 Thread GitBox
weex-bot edited a comment on issue #1644: [WEEX-648][iOS]native batch for dom operations generating from JavaScript URL: https://github.com/apache/incubator-weex/pull/1644#issuecomment-430659894 Messages

[GitHub] weex-bot edited a comment on issue #1644: [WEEX-648][iOS]native batch for dom operations generating from JavaScript

2018-10-18 Thread GitBox
weex-bot edited a comment on issue #1644: [WEEX-648][iOS]native batch for dom operations generating from JavaScript URL: https://github.com/apache/incubator-weex/pull/1644#issuecomment-430659894 Warnings

[GitHub] weex-bot edited a comment on issue #1644: [WEEX-648][iOS]native batch for dom operations generating from JavaScript

2018-10-18 Thread GitBox
weex-bot edited a comment on issue #1644: [WEEX-648][iOS]native batch for dom operations generating from JavaScript URL: https://github.com/apache/incubator-weex/pull/1644#issuecomment-430659894 Messages

[GitHub] YorkShen closed pull request #1646: [WEEX-649][Android] add `isBundleRequest` flag to requestParams when downLoadBundle

2018-10-18 Thread GitBox
YorkShen closed pull request #1646: [WEEX-649][Android] add `isBundleRequest` flag to requestParams when downLoadBundle URL: https://github.com/apache/incubator-weex/pull/1646 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below

[incubator-weex] branch master updated: [WEEX-649][Android] when downLoadBundle, add `isBundleRequest` flag in request paramsMap (#1646)

2018-10-18 Thread kyork
This is an automated email from the ASF dual-hosted git repository. kyork pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-weex.git The following commit(s) were added to refs/heads/master by this push: new 74b9424 [WEEX-649][Android] when

[GitHub] weex-bot edited a comment on issue #1647: [WEEX-648][Android]native batch for dom operations generating from JavaScript

2018-10-18 Thread GitBox
weex-bot edited a comment on issue #1647: [WEEX-648][Android]native batch for dom operations generating from JavaScript URL: https://github.com/apache/incubator-weex/pull/1647#issuecomment-430949728 Fails

[GitHub] weex-bot commented on issue #1647: [WEEX-648][Android]native batch for dom operations generating from JavaScript

2018-10-18 Thread GitBox
weex-bot commented on issue #1647: [WEEX-648][Android]native batch for dom operations generating from JavaScript URL: https://github.com/apache/incubator-weex/pull/1647#issuecomment-430949728 Warnings :warning:

[GitHub] weex-bot edited a comment on issue #1647: [WEEX-648][Android]native batch for dom operations generating from JavaScript

2018-10-18 Thread GitBox
weex-bot edited a comment on issue #1647: [WEEX-648][Android]native batch for dom operations generating from JavaScript URL: https://github.com/apache/incubator-weex/pull/1647#issuecomment-430949728 Messages

[GitHub] acton393 opened a new pull request #1647: [WEEX-648][Android]native batch for dom operations generating from JavaScript

2018-10-18 Thread GitBox
acton393 opened a new pull request #1647: [WEEX-648][Android]native batch for dom operations generating from JavaScript URL: https://github.com/apache/incubator-weex/pull/1647 introduce a native batch for dom operations generating from JavaScript wrap a series of dom operations with

[GitHub] weex-bot edited a comment on issue #1646: [WEEX-649][Android] add `isBundleRequest` flag to requestParams when downLoadBundle

2018-10-18 Thread GitBox
weex-bot edited a comment on issue #1646: [WEEX-649][Android] add `isBundleRequest` flag to requestParams when downLoadBundle URL: https://github.com/apache/incubator-weex/pull/1646#issuecomment-430901572 Fails

[GitHub] weex-bot edited a comment on issue #1646: [WEEX-649][Android] add `isBundleRequest` flag to requestParams when downLoadBundle

2018-10-18 Thread GitBox
weex-bot edited a comment on issue #1646: [WEEX-649][Android] add `isBundleRequest` flag to requestParams when downLoadBundle URL: https://github.com/apache/incubator-weex/pull/1646#issuecomment-430901572 Messages

[GitHub] weex-bot commented on issue #1646: [WEEX-649][Android] add `isBundleRequest` flag to requestParams when downLoadBundle

2018-10-18 Thread GitBox
weex-bot commented on issue #1646: [WEEX-649][Android] add `isBundleRequest` flag to requestParams when downLoadBundle URL: https://github.com/apache/incubator-weex/pull/1646#issuecomment-430901572 Warnings

[GitHub] lucky-chen opened a new pull request #1646: [WEEX-649][Android] add `isBundleRequest` flag to requestParams when downLoadBundle

2018-10-18 Thread GitBox
lucky-chen opened a new pull request #1646: [WEEX-649][Android] add `isBundleRequest` flag to requestParams when downLoadBundle URL: https://github.com/apache/incubator-weex/pull/1646 add `isBundleRequest` flag to requestParams when downLoadBundle

[GitHub] weex-bot edited a comment on issue #1645: [core]fix string operating number

2018-10-18 Thread GitBox
weex-bot edited a comment on issue #1645: [core]fix string operating number URL: https://github.com/apache/incubator-weex/pull/1645#issuecomment-430887526 Messages :book: No android file has been

[GitHub] weex-bot commented on issue #1645: [core]fix string operating number

2018-10-18 Thread GitBox
weex-bot commented on issue #1645: [core]fix string operating number URL: https://github.com/apache/incubator-weex/pull/1645#issuecomment-430887526 Messages :book: has no jsfm file changed.

[GitHub] weex-bot commented on issue #1645: [core]fix string operating number

2018-10-18 Thread GitBox
weex-bot commented on issue #1645: [core]fix string operating number URL: https://github.com/apache/incubator-weex/pull/1645#issuecomment-430887528 Warnings :warning: No Changelog changes!

[GitHub] holyace opened a new pull request #1645: [core]fix string operating number

2018-10-18 Thread GitBox
holyace opened a new pull request #1645: [core]fix string operating number URL: https://github.com/apache/incubator-weex/pull/1645 fix OP_DIV operation when one of the operation of the operator is a string. This is an