Re: 回复: flexjs error output,and flashdevelop

2016-09-17 Thread Alex Harui
On 9/17/16, 10:56 PM, "lizhi" wrote: >can you see in image?this format in output will in the results panels > Image attachments don't work on this mailing list. Please post a link or the text. I will look tomorrow. -Alex

Re: flexjs ,pack full folder in a js.

2016-09-17 Thread Alex Harui
I have no idea what the source is. The output is very difficult to read. The third link you sent did not load after 1 minute. Please make small test cases. Thanks, -Alex On 9/17/16, 10:45 PM, "lizhi" wrote: >it is not too much to analyze. > >i simple remove some block.and the jsCompiler_set,_

回复: flexjs error output,and flashdevelop

2016-09-17 Thread lizhi
can you see in image?this format in output will in the results panels -- 原始邮件 -- 发件人: "Alex Harui [via Apache Flex Development]"; 发送时间: 2016年9月18日(星期天) 中午1:43 收件人: "lizhi"; 主题: Re: flexjs error output,and flashdevelop I'm not clear what is line 8. On 9/17

Re: flexjs ,pack full folder in a js.

2016-09-17 Thread lizhi
it is not too much to analyze. i simple remove some block.and the jsCompiler_set,_get etc,can not find in the compc version.pls search in the 2 file. the JSCompiler_set can find a lot in mxmlc version. and can not find in compc version 'use strict'; var $$S_ = '', $$S_$9 = '\t', $$S_$a = '\n',

Re: flexjs error output,and flashdevelop

2016-09-17 Thread Alex Harui
I'm not clear what is line 8. On 9/17/16, 9:24 PM, "lizhi" wrote: >this format will support by flashdevelop >D:\proj\git\spriteflexjs\test\src\Main.as:8: Error 所访问的属性 aaa 可能未定义。 >and this format is a a lot of format.in a line > > > > >https://issues.apache.org/jira/browse/FLEX-35133 > > > >-- >V

Re: flexjs ,pack full folder in a js.

2016-09-17 Thread Alex Harui
Compc does not remove circulars because you don't have circularities until you ask GCC to optimize the code. Compc just compiles it. The output you are sending is too much to analyze. Please break it down into simple test cases. Thanks, -Alex On 9/17/16, 10:01 PM, "lizhi" wrote: >maybe the -

Re: flexjs ,pack full folder in a js.

2016-09-17 Thread lizhi
maybe the -remove-circulars of mxmlc not work with compc? -- View this message in context: http://apache-flex-development.247.n4.nabble.com/flexjs-pack-full-folder-in-a-js-tp55085p55208.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

flexjs error output,and flashdevelop

2016-09-17 Thread lizhi
this format will support by flashdevelop D:\proj\git\spriteflexjs\test\src\Main.as:8: Error 所访问的属性 aaa 可能未定义。 and this format is a a lot of format.in a line https://issues.apache.org/jira/browse/FLEX-35133 -- View this message in context: http://apache-flex-development.247.n4.nabble.com

Re: flexjs ,pack full folder in a js.

2016-09-17 Thread lizhi
and f12 this code http://s.codepen.io/matrix3d/debug/XjKQVW have a error -- View this message in context: http://apache-flex-development.247.n4.nabble.com/flexjs-pack-full-folder-in-a-js-tp55085p55206.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: flexjs ,pack full folder in a js.

2016-09-17 Thread lizhi
thanks. can you look at the 2 code? 1 . create by mxmlc http://codepen.io/matrix3d/pen/jrARaX http://s.codepen.io/matrix3d/debug/jrARaX 2. create by compc http://codepen.io/matrix3d/pen/XjKQVW http://s.codepen.io/matrix3d/debug/XjKQVW and the mxmlc version have this code.why compc not have 'use