Re: Submit signed ICLA

2018-01-02 Thread wentao shi
hi all,
  Can someone please follow up? I want  to join Apache Weex-incubating
project as commiter, I have submited ICLA document long long ago, but
don't receive
any message about it.
Thanks
BRs

2017-11-17 11:24 GMT+08:00 wentao shi <tomcat...@gmail.com>:

> hi all,
>   Can someone please follow up? I donot receive any message about it.
> I have submited ICLA document long long ago, Thanks
> BRs
>
>
> 2017-11-10 22:36 GMT+08:00 Craig Russell <apache@gmail.com>:
>
>> Can someone please follow up?
>>
>> Craig
>>
>> > Begin forwarded message:
>> >
>> > From: wentao shi <tomcat...@gmail.com>
>> > Subject: Re: Submit signed ICLA
>> > Date: November 10, 2017 at 12:36:04 AM PST
>> > To: Craig Russell <apache@gmail.com>
>> > Cc: 以马内利 <279483...@qq.com>, Secretary <secret...@apache.org>
>> >
>> > Hi all,
>> >   How is  my weex commiter going now?  I donot receive any message
>> about it. I have submited ICLA document long long ago, Thanks
>> > BRS
>> > wentao shi
>> >
>> > 2017-10-20 2:37 GMT+08:00 Craig L Russell <secret...@apache.org
>> <mailto:secret...@apache.org>>:
>> > Dear Wentao Shi,
>> >
>> > This message acknowledges receipt of your ICLA, which has been filed in
>> the Apache Software Foundation records.
>> >
>> > With this message, the Incubator PMC and the Weex podling have been
>> notified that your ICLA has been filed. Please contact them with any
>> questions.
>> >
>> > If you have been invited as a committer, please provide the PMC
>> (copied) with your preferred Apache id. The id must be at least three
>> alphanumeric characters starting with an alphabetic character. No special
>> characters.
>> >
>> > Warm Regards,
>> >
>> > -- Craig L Russell
>> > Secretary, Apache Software Foundation
>> >
>> >
>>
>> Craig L Russell
>> Secretary, Apache Software Foundation
>> c...@apache.org <mailto:c...@apache.org> http://db.apache.org/jdo <
>> http://db.apache.org/jdo>
>>
>
>


Use multi context for Weex page

2017-11-29 Thread wentao shi
As we know, Weex is using custom js engine (JavascriptCore) on Android as
same as IOS. When Weex startup will inject a long js script that we call it
jsf to JSC. This action could generate many global object which share on
diff page.
if one page change that global object, will impact all page. For example,
we could use this script
http://dotwe.org/vue/522f075bbeed1479486c067781c41adc  to change global
object, if other page use "setTimeout" may throw js exception. So we want
use multi context for Weex page, that one page cannot  impact other pages.


As the picture shows, create globla class on Global Context and transform
limited & controllable class to Instance Context which each Weex page has
one.

What do you think fellows?

Best regards, Toretto


Re: Use ES6 js framework on Android

2017-11-29 Thread wentao shi
cool, on this case,  after we change to ES6 js framework, android
Performance will be improved

2017-11-29 18:02 GMT+08:00 Hanks Zhang :

> Weex is using custom js engine (JavascriptCore) on Android. Its version is
> new and supports almost all ES6 features, except modules.
>
> I think this is a good opportunity to use ES6 in js framework and remove
> useless polyfills. It can improve the js runtime efficiency on Android.
>
> However, we can't upgrade the js engine on iOS. For compatibility reasons,
> we have to use the js framework in ES5 on iOS. The packaging process may
> need to change too, and how to maintain version consistency is also a
> problem.
>
> What do you think fellows?
>
> Best regards, Hanks
>


Re: Submit signed ICLA

2017-11-16 Thread wentao shi
hi all,
  Can someone please follow up? I donot receive any message about it. I
have submited ICLA document long long ago, Thanks
BRs


2017-11-10 22:36 GMT+08:00 Craig Russell <apache@gmail.com>:

> Can someone please follow up?
>
> Craig
>
> > Begin forwarded message:
> >
> > From: wentao shi <tomcat...@gmail.com>
> > Subject: Re: Submit signed ICLA
> > Date: November 10, 2017 at 12:36:04 AM PST
> > To: Craig Russell <apache@gmail.com>
> > Cc: 以马内利 <279483...@qq.com>, Secretary <secret...@apache.org>
> >
> > Hi all,
> >   How is  my weex commiter going now?  I donot receive any message
> about it. I have submited ICLA document long long ago, Thanks
> > BRS
> > wentao shi
> >
> > 2017-10-20 2:37 GMT+08:00 Craig L Russell <secret...@apache.org  secret...@apache.org>>:
> > Dear Wentao Shi,
> >
> > This message acknowledges receipt of your ICLA, which has been filed in
> the Apache Software Foundation records.
> >
> > With this message, the Incubator PMC and the Weex podling have been
> notified that your ICLA has been filed. Please contact them with any
> questions.
> >
> > If you have been invited as a committer, please provide the PMC (copied)
> with your preferred Apache id. The id must be at least three alphanumeric
> characters starting with an alphabetic character. No special characters.
> >
> > Warm Regards,
> >
> > -- Craig L Russell
> > Secretary, Apache Software Foundation
> >
> >
>
> Craig L Russell
> Secretary, Apache Software Foundation
> c...@apache.org <mailto:c...@apache.org> http://db.apache.org/jdo <
> http://db.apache.org/jdo>
>


Re: [HELP] Failed to upgrade SDK to 0.16.0

2017-10-26 Thread wentao shi
hi  all
   in order to  reduce package size, weex use armeabi to support
armeabi-v7a, so when we config android project as:
   ndk{abiFilters "x86","armeabi"}
   notice: don't include abiFilters "armeabi-v7a"
v7a cpu architecture so support had been planning, will release on
future
BRs,
toretto

2017-10-26 11:00 GMT+08:00 Adam Feng :

> Maybe @shiwen can help with the problem
>
> Thanks.
> Adam Feng
>
> On 25 Oct 2017, 2:24 PM +0800, xiaowei.chai ,
> wrote:
>
> Hi,
>
> Sorry, here is the screenshot: http://c-m-bucket.zhaopin.cn/
> c/m/imgs/356d44f0-a466-422c-9a20-b3481ab69617.jpeg
>
>
>
> Thank you.
>
>
>
> 发件人: Raphael Bircher  组织: Apache Software Foundation
> 答复:  日期: 2017年10月25日 星期三 13:58
> 至:  主题: Re: [HELP] Failed to upgrade SDK to 0.16.0
>
>
>
> Hi
>
>
>
> The mailing list program cut attachments of. Can you upload your
> screenshot somewhere, and just send a link?
>
>
>
> Regards Raphael
>
>
>
> Am .10.2017, 07:56 Uhr, schrieb xiaowei.chai  >:
>
>
>
> Re-attach the exception log screenshot.
>
>
>
> 发件人: "xiaowei.chai"  答复:  日期: 2017年10月25日 星期三 13:53
> 至:  主题: [HELP] Failed to upgrade SDK to 0.16.0
>
>
>
>
> We recently tried to upgrade weex SDK to 0.16.0 from 0.11.0. After
> upgraded, we found all weex pages turns blank and an exception log:
>
>
>
>
>
>
>
> --
>
> My introduction https://youtu.be/Ln4vly5sxYU
>
>