Re: [FlexJS] Falcon AsJS Mismatch?

2017-07-17 Thread Alex Harui
I'll see if I can fix it.

On 7/17/17, 3:05 PM, "Harbs"  wrote:

>I don’t remember.
>
>I don’t see where I commented out a test. It looks like I created an
>invalid test. Really odd, because I would have thought I’d notice that it
>wasn’t working. Also odd, because three backslashes seems correct.
>Shouldn’t that be \” rather than \\” ?
>
>Can you fix my mess or should I try tomorrow? (Shutting down for the
>night.)
>
>> On Jul 18, 2017, at 12:42 AM, Alex Harui 
>>wrote:
>> 
>> Harbs, the log indicates that the last person in that code was you and
>>you
>> commented out the test that would have caught this.  What was the reason
>> for that?
>> 
>> See log entry 0461e3917.
>> 
>> 
>> -Alex
>> 
>> On 7/17/17, 2:35 PM, "Alex Harui"  wrote:
>> 
>>> That's odd.  That isn't even RegEx, or am I missing something?  I
>>>didn't
>>> think I changed the non-RegEx code paths.
>>> 
>>> I'll take a look.
>>> 
>>> -Alex
>>> 
>>> On 7/17/17, 1:18 PM, "Harbs"  wrote:
>>> 
 I’m sorry to report:
 
 In XMLTest, the following:
 private var quotedXML : XML =;
 
 Outputs:
 this.quotedXML = new XML( "”);
 
 which quite obviously produces an error…
 
> On Jul 17, 2017, at 10:23 AM, Alex Harui 
> wrote:
> 
> I pushed a few more changes.  Hopefully nothing else broke.
> 
> -Alex
> 
> On 7/16/17, 8:52 AM, "Harbs"  > wrote:
> 
>> I wasn’t complaining. I was sympathizing.
>> 
>> If I knew how, I’d help.
>> 
>> Harbs
>> 
>>> On Jul 16, 2017, at 6:30 PM, Alex Harui 
>>> wrote:
>>> 
>>> Someone else is welcome to take over.  This stuff is not something
>>>I
>>> enjoy
>>> doing at all.
>>> 
>>> -Alex
>>> 
>>> On 7/16/17, 5:17 AM, "Harbs" >> >>
>>>wrote:
>>> 
 Is this with Alex’s latest changes?
 
 These backslash escapes seem really difficult to get right… :-(
 
> On Jul 16, 2017, at 2:41 PM, yishayw  > wrote:
> 
> Looks like falcon is incompatible with TabStopsPropety.as in TLF.
> When
> initializing that file I'm getting the following RTE:
> 
> Uncaught syntax error: Invalid regular expression: missing /
> 
> which originates in TabStopsProperty.as:191
> 
>   private static const _escapeBackslashRegex:RegExp = 
> //g;
> 
> 
> which transpiles to TabStopsProperty.js:143
> 
> 
> 
> 
> 
> 
>org.apache.flex.textLayout.property.TabStopsProperty._escapeBacksl
>as
> h
> Re
> ge
> x =
> /\/g;
> 
> 
> 
> 
> 
> --
> View this message in context:
> 
> 
> 
>https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fap
>ac
> h
> e- 
> 
>pa
> c
> he->
> fl 
> 
> 
>pa
> c
> he 
> 
>pa
> c
> he>
> -fl>
> ex-development.247.n4.nabble.com
> 
>x-
> d
> 
>evelopment.247.n4.nabble.com%2F=02%7C01%7C%7Ce5a406810700
>40
> 2
> 
>b31cb08d4cd510f44%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636
>35
> 9
> 
>195409825752=5lV1MGq8XIndXQTBJJsUl9gtjrWxbY89lcvwQpLiWdo%3D&
>re
> s
> erved=0>
> 
> 
>x-
> d
> ev 
> 
>x-
> d
> ev>
> elopment.247.n4.nabble.com
> 
>lo
> p
> 
>ment.247.n4.nabble.com%2F=02%7C01%7C%7Ce5a406810700402b31
>cb
> 0
> 
>8d4cd510f44%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636359195
>40
> 9
> 
>825752=4BTTz0mtQKLypzDOZNGTKo1T134g9wIhYeh6Lmk24i4%3D
>ed
> =
> 

Re: [FlexJS] Falcon AsJS Mismatch?

2017-07-17 Thread Harbs
I don’t remember.

I don’t see where I commented out a test. It looks like I created an invalid 
test. Really odd, because I would have thought I’d notice that it wasn’t 
working. Also odd, because three backslashes seems correct. Shouldn’t that be 
\” rather than \\” ?

Can you fix my mess or should I try tomorrow? (Shutting down for the night.)

> On Jul 18, 2017, at 12:42 AM, Alex Harui  wrote:
> 
> Harbs, the log indicates that the last person in that code was you and you
> commented out the test that would have caught this.  What was the reason
> for that?
> 
> See log entry 0461e3917.
> 
> 
> -Alex
> 
> On 7/17/17, 2:35 PM, "Alex Harui"  wrote:
> 
>> That's odd.  That isn't even RegEx, or am I missing something?  I didn't
>> think I changed the non-RegEx code paths.
>> 
>> I'll take a look.
>> 
>> -Alex
>> 
>> On 7/17/17, 1:18 PM, "Harbs"  wrote:
>> 
>>> I’m sorry to report:
>>> 
>>> In XMLTest, the following:
>>> private var quotedXML : XML =;
>>> 
>>> Outputs:
>>> this.quotedXML = new XML( "”);
>>> 
>>> which quite obviously produces an error…
>>> 
 On Jul 17, 2017, at 10:23 AM, Alex Harui 
 wrote:
 
 I pushed a few more changes.  Hopefully nothing else broke.
 
 -Alex
 
 On 7/16/17, 8:52 AM, "Harbs" > wrote:
 
> I wasn’t complaining. I was sympathizing.
> 
> If I knew how, I’d help.
> 
> Harbs
> 
>> On Jul 16, 2017, at 6:30 PM, Alex Harui 
>> wrote:
>> 
>> Someone else is welcome to take over.  This stuff is not something I
>> enjoy
>> doing at all.
>> 
>> -Alex
>> 
>> On 7/16/17, 5:17 AM, "Harbs" > >> wrote:
>> 
>>> Is this with Alex’s latest changes?
>>> 
>>> These backslash escapes seem really difficult to get right… :-(
>>> 
 On Jul 16, 2017, at 2:41 PM, yishayw > wrote:
 
 Looks like falcon is incompatible with TabStopsPropety.as in TLF.
 When
 initializing that file I'm getting the following RTE:
 
 Uncaught syntax error: Invalid regular expression: missing /
 
 which originates in TabStopsProperty.as:191
 
private static const _escapeBackslashRegex:RegExp = 
 //g;
 
 
 which transpiles to TabStopsProperty.js:143
 
 
 
 
 
 org.apache.flex.textLayout.property.TabStopsProperty._escapeBackslas
 h
 Re
 ge
 x =
 /\/g;
 
 
 
 
 
 --
 View this message in context:
 
 
 https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapac
 h
 e- 
 
 fl 
 
 
 -fl>
 ex-development.247.n4.nabble.com
 
 
 
 elopment.247.n4.nabble.com
 %2F=02%7C01%7C%7Ca86baabe6d9844f6e02
 
 108d4cc62bac8%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636358171
 7
 93
 
 839919=LdNHLjstVY2Y0sUEQUG8QYoqlpj4G1n4pEalE4FaKwE%3D
 =
 0>
 %2FFlexJS-Falcon-AsJS-Mismatch-tp6329
 
 
 6.html=02%7C01%7C%7C7636647c1c22433fc7f508d4cc44ab08%7Cfa7b1b5a
 7
 b3
 44
 
 
 38794aed2c178decee1%7C0%7C0%7C636358042688036466=ZYSsWDWEs54Zs
 4
 sX
 IY
 

Re: [FlexJS] Falcon AsJS Mismatch?

2017-07-17 Thread Alex Harui
Harbs, the log indicates that the last person in that code was you and you
commented out the test that would have caught this.  What was the reason
for that?

See log entry 0461e3917.


-Alex

On 7/17/17, 2:35 PM, "Alex Harui"  wrote:

>That's odd.  That isn't even RegEx, or am I missing something?  I didn't
>think I changed the non-RegEx code paths.
>
>I'll take a look.
>
>-Alex
>
>On 7/17/17, 1:18 PM, "Harbs"  wrote:
>
>>I’m sorry to report:
>>
>>In XMLTest, the following:
>>private var quotedXML : XML =;
>>
>>Outputs:
>>this.quotedXML = new XML( "”);
>>
>>which quite obviously produces an error…
>>
>>> On Jul 17, 2017, at 10:23 AM, Alex Harui 
>>>wrote:
>>> 
>>> I pushed a few more changes.  Hopefully nothing else broke.
>>> 
>>> -Alex
>>> 
>>> On 7/16/17, 8:52 AM, "Harbs" >>> wrote:
>>> 
 I wasn’t complaining. I was sympathizing.
 
 If I knew how, I’d help.
 
 Harbs
 
> On Jul 16, 2017, at 6:30 PM, Alex Harui 
> wrote:
> 
> Someone else is welcome to take over.  This stuff is not something I
> enjoy
> doing at all.
> 
> -Alex
> 
> On 7/16/17, 5:17 AM, "Harbs"  >> wrote:
> 
>> Is this with Alex’s latest changes?
>> 
>> These backslash escapes seem really difficult to get right… :-(
>> 
>>> On Jul 16, 2017, at 2:41 PM, yishayw >>> wrote:
>>> 
>>> Looks like falcon is incompatible with TabStopsPropety.as in TLF.
>>>When
>>> initializing that file I'm getting the following RTE:
>>> 
>>> Uncaught syntax error: Invalid regular expression: missing /
>>> 
>>> which originates in TabStopsProperty.as:191
>>> 
>>> private static const _escapeBackslashRegex:RegExp = 
>>> //g;
>>> 
>>> 
>>> which transpiles to TabStopsProperty.js:143
>>> 
>>> 
>>> 
>>> 
>>> 
>>>org.apache.flex.textLayout.property.TabStopsProperty._escapeBackslas
>>>h
>>>Re
>>> ge
>>> x =
>>> /\/g;
>>> 
>>> 
>>> 
>>> 
>>> 
>>> --
>>> View this message in context:
>>> 
>>> 
>>>https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapac
>>>h
>>>e- 
>>>>>c
>>>he->
>>> fl 
>>> 
>>>>>c
>>>he 
>>>>>c
>>>he>
>>> -fl>
>>> ex-development.247.n4.nabble.com
>>>>>d
>>>evelopment.247.n4.nabble.com%2F=02%7C01%7C%7Ce5a40681070040
>>>2
>>>b31cb08d4cd510f44%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63635
>>>9
>>>195409825752=5lV1MGq8XIndXQTBJJsUl9gtjrWxbY89lcvwQpLiWdo%3D
>>>s
>>>erved=0>
>>> 
>>>>>d
>>>ev 
>>>>>d
>>>ev>
>>> elopment.247.n4.nabble.com
>>>>>p
>>>ment.247.n4.nabble.com%2F=02%7C01%7C%7Ce5a406810700402b31cb
>>>0
>>>8d4cd510f44%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C63635919540
>>>9
>>>825752=4BTTz0mtQKLypzDOZNGTKo1T134g9wIhYeh6Lmk24i4%3D
>>>=
>>>0>%2F=02%7C01%7C%7Ca86baabe6d9844f6e02
>>> 
>>>108d4cc62bac8%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636358171
>>>7
>>>93
>>> 
>>>839919=LdNHLjstVY2Y0sUEQUG8QYoqlpj4G1n4pEalE4FaKwE%3D
>>>=
>>>0>
>>> %2FFlexJS-Falcon-AsJS-Mismatch-tp6329
>>> 
>>> 
>>>6.html=02%7C01%7C%7C7636647c1c22433fc7f508d4cc44ab08%7Cfa7b1b5a
>>>7
>>>b3
>>> 44
>>> 
>>> 
>>>38794aed2c178decee1%7C0%7C0%7C636358042688036466=ZYSsWDWEs54Zs
>>>4
>>>sX
>>> IY
>>> k2SrHt%2FnurGBhIb8VYAH6zQtM%3D=0
>>> Sent from the Apache Flex Development mailing list archive at
>>> Nabble.com 
>>>>>b
>>>le.com%2F=02%7C01%7C%7Ce5a406810700402b31cb08d4cd510f44%7Cfa7b1
>>>b
>>>5a7b34438794aed2c178decee1%7C0%7C0%7C636359195409825752=TEb4Au
>>>u
>>>OOO1qTSdWrd5EOZKwfp954EYyVV4T8%2BzA9Lw%3D=0>
>>> 
>>>>>b
>>>le 
>>>>>b
>>>le>
>>> 

Re: [FlexJS] Falcon AsJS Mismatch?

2017-07-17 Thread Alex Harui
That's odd.  That isn't even RegEx, or am I missing something?  I didn't
think I changed the non-RegEx code paths.

I'll take a look.

-Alex

On 7/17/17, 1:18 PM, "Harbs"  wrote:

>I’m sorry to report:
>
>In XMLTest, the following:
>private var quotedXML : XML =;
>
>Outputs:
>this.quotedXML = new XML( "”);
>
>which quite obviously produces an error…
>
>> On Jul 17, 2017, at 10:23 AM, Alex Harui 
>>wrote:
>> 
>> I pushed a few more changes.  Hopefully nothing else broke.
>> 
>> -Alex
>> 
>> On 7/16/17, 8:52 AM, "Harbs" >> wrote:
>> 
>>> I wasn’t complaining. I was sympathizing.
>>> 
>>> If I knew how, I’d help.
>>> 
>>> Harbs
>>> 
 On Jul 16, 2017, at 6:30 PM, Alex Harui 
 wrote:
 
 Someone else is welcome to take over.  This stuff is not something I
 enjoy
 doing at all.
 
 -Alex
 
 On 7/16/17, 5:17 AM, "Harbs" >> wrote:
 
> Is this with Alex’s latest changes?
> 
> These backslash escapes seem really difficult to get right… :-(
> 
>> On Jul 16, 2017, at 2:41 PM, yishayw >> wrote:
>> 
>> Looks like falcon is incompatible with TabStopsPropety.as in TLF.
>>When
>> initializing that file I'm getting the following RTE:
>> 
>> Uncaught syntax error: Invalid regular expression: missing /
>> 
>> which originates in TabStopsProperty.as:191
>> 
>>  private static const _escapeBackslashRegex:RegExp = //g;
>> 
>> 
>> which transpiles to TabStopsProperty.js:143
>> 
>> 
>> 
>> 
>> 
>>org.apache.flex.textLayout.property.TabStopsProperty._escapeBackslash
>>Re
>> ge
>> x =
>> /\/g;
>> 
>> 
>> 
>> 
>> 
>> --
>> View this message in context:
>> 
>> 
>>https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapach
>>e- 
>>>he->
>> fl 
>> 
>>>he 
>>>he>
>> -fl>
>> ex-development.247.n4.nabble.com
>>>evelopment.247.n4.nabble.com%2F=02%7C01%7C%7Ce5a406810700402
>>b31cb08d4cd510f44%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636359
>>195409825752=5lV1MGq8XIndXQTBJJsUl9gtjrWxbY89lcvwQpLiWdo%3D
>>erved=0>
>> 
>>>ev 
>>>ev>
>> elopment.247.n4.nabble.com
>>>ment.247.n4.nabble.com%2F=02%7C01%7C%7Ce5a406810700402b31cb0
>>8d4cd510f44%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636359195409
>>825752=4BTTz0mtQKLypzDOZNGTKo1T134g9wIhYeh6Lmk24i4%3D=
>>0>%2F=02%7C01%7C%7Ca86baabe6d9844f6e02
>> 
>>108d4cc62bac8%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6363581717
>>93
>> 
>>839919=LdNHLjstVY2Y0sUEQUG8QYoqlpj4G1n4pEalE4FaKwE%3D=
>>0>
>> %2FFlexJS-Falcon-AsJS-Mismatch-tp6329
>> 
>> 
>>6.html=02%7C01%7C%7C7636647c1c22433fc7f508d4cc44ab08%7Cfa7b1b5a7
>>b3
>> 44
>> 
>> 
>>38794aed2c178decee1%7C0%7C0%7C636358042688036466=ZYSsWDWEs54Zs4
>>sX
>> IY
>> k2SrHt%2FnurGBhIb8VYAH6zQtM%3D=0
>> Sent from the Apache Flex Development mailing list archive at
>> Nabble.com 
>>>le.com%2F=02%7C01%7C%7Ce5a406810700402b31cb08d4cd510f44%7Cfa7b1b
>>5a7b34438794aed2c178decee1%7C0%7C0%7C636359195409825752=TEb4Auu
>>OOO1qTSdWrd5EOZKwfp954EYyVV4T8%2BzA9Lw%3D=0>
>> 
>>>le 
>>>le>
>> 
>>.com%2F=02%7C01%7C%7Ca86baabe6d9844f6e02108d4cc62bac8%7Cfa7b1b5a
>>7b
>> 
>>34438794aed2c178decee1%7C0%7C0%7C636358171793839919=UVgi9RhUfOU
>>%2
>> B1jBQOH%2BfnSIqJIdqdRR4q84X4x5kZYQ%3D=0>.
>



Re: [FlexJS] Falcon AsJS Mismatch?

2017-07-17 Thread Harbs
I’m sorry to report:

In XMLTest, the following:
private var quotedXML : XML =;

Outputs:
this.quotedXML = new XML( "”);

which quite obviously produces an error…

> On Jul 17, 2017, at 10:23 AM, Alex Harui  wrote:
> 
> I pushed a few more changes.  Hopefully nothing else broke.
> 
> -Alex
> 
> On 7/16/17, 8:52 AM, "Harbs"  > wrote:
> 
>> I wasn’t complaining. I was sympathizing.
>> 
>> If I knew how, I’d help.
>> 
>> Harbs
>> 
>>> On Jul 16, 2017, at 6:30 PM, Alex Harui 
>>> wrote:
>>> 
>>> Someone else is welcome to take over.  This stuff is not something I
>>> enjoy
>>> doing at all.
>>> 
>>> -Alex
>>> 
>>> On 7/16/17, 5:17 AM, "Harbs" >> >> wrote:
>>> 
 Is this with Alex’s latest changes?
 
 These backslash escapes seem really difficult to get right… :-(
 
> On Jul 16, 2017, at 2:41 PM, yishayw  > wrote:
> 
> Looks like falcon is incompatible with TabStopsPropety.as in TLF. When
> initializing that file I'm getting the following RTE:
> 
> Uncaught syntax error: Invalid regular expression: missing /
> 
> which originates in TabStopsProperty.as:191
> 
>   private static const _escapeBackslashRegex:RegExp = //g;
> 
> 
> which transpiles to TabStopsProperty.js:143
> 
> 
> 
> 
> org.apache.flex.textLayout.property.TabStopsProperty._escapeBackslashRe
> ge
> x =
> /\/g;
> 
> 
> 
> 
> 
> --
> View this message in context:
> 
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapache- 
> 
> fl 
>  
> -fl>
> ex-development.247.n4.nabble.com 
> 
>  
> elopment.247.n4.nabble.com 
> %2F=02%7C01%7C%7Ca86baabe6d9844f6e02
> 108d4cc62bac8%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636358171793
> 839919=LdNHLjstVY2Y0sUEQUG8QYoqlpj4G1n4pEalE4FaKwE%3D=0>
> %2FFlexJS-Falcon-AsJS-Mismatch-tp6329
> 
> 6.html=02%7C01%7C%7C7636647c1c22433fc7f508d4cc44ab08%7Cfa7b1b5a7b3
> 44
> 
> 38794aed2c178decee1%7C0%7C0%7C636358042688036466=ZYSsWDWEs54Zs4sX
> IY
> k2SrHt%2FnurGBhIb8VYAH6zQtM%3D=0
> Sent from the Apache Flex Development mailing list archive at
> Nabble.com  
>  
> .com%2F=02%7C01%7C%7Ca86baabe6d9844f6e02108d4cc62bac8%7Cfa7b1b5a7b
> 34438794aed2c178decee1%7C0%7C0%7C636358171793839919=UVgi9RhUfOU%2
> B1jBQOH%2BfnSIqJIdqdRR4q84X4x5kZYQ%3D=0>.



Re: [FlexJS] Falcon AsJS Mismatch?

2017-07-17 Thread Alex Harui
I pushed a few more changes.  Hopefully nothing else broke.

-Alex

On 7/16/17, 8:52 AM, "Harbs"  wrote:

>I wasn’t complaining. I was sympathizing.
>
>If I knew how, I’d help.
>
>Harbs
>
>> On Jul 16, 2017, at 6:30 PM, Alex Harui 
>>wrote:
>> 
>> Someone else is welcome to take over.  This stuff is not something I
>>enjoy
>> doing at all.
>> 
>> -Alex
>> 
>> On 7/16/17, 5:17 AM, "Harbs" >> wrote:
>> 
>>> Is this with Alex’s latest changes?
>>> 
>>> These backslash escapes seem really difficult to get right… :-(
>>> 
 On Jul 16, 2017, at 2:41 PM, yishayw  wrote:
 
 Looks like falcon is incompatible with TabStopsPropety.as in TLF. When
 initializing that file I'm getting the following RTE:
 
 Uncaught syntax error: Invalid regular expression: missing /
 
 which originates in TabStopsProperty.as:191
 
private static const _escapeBackslashRegex:RegExp = //g;
 
 
 which transpiles to TabStopsProperty.js:143
 
 
 
 
org.apache.flex.textLayout.property.TabStopsProperty._escapeBackslashRe
ge
 x =
 /\/g;
 
 
 
 
 
 --
 View this message in context:
 
https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapache-
fl 

 ex-development.247.n4.nabble.com

%2FFlexJS-Falcon-AsJS-Mismatch-tp6329
 
6.html=02%7C01%7C%7C7636647c1c22433fc7f508d4cc44ab08%7Cfa7b1b5a7b3
44
 
38794aed2c178decee1%7C0%7C0%7C636358042688036466=ZYSsWDWEs54Zs4sX
IY
 k2SrHt%2FnurGBhIb8VYAH6zQtM%3D=0
 Sent from the Apache Flex Development mailing list archive at
 Nabble.com 
.
>



Re: [FlexJS] Falcon AsJS Mismatch?

2017-07-16 Thread Harbs
I wasn’t complaining. I was sympathizing. 

If I knew how, I’d help.

Harbs

> On Jul 16, 2017, at 6:30 PM, Alex Harui  wrote:
> 
> Someone else is welcome to take over.  This stuff is not something I enjoy
> doing at all.
> 
> -Alex
> 
> On 7/16/17, 5:17 AM, "Harbs"  > wrote:
> 
>> Is this with Alex’s latest changes?
>> 
>> These backslash escapes seem really difficult to get right… :-(
>> 
>>> On Jul 16, 2017, at 2:41 PM, yishayw  wrote:
>>> 
>>> Looks like falcon is incompatible with TabStopsPropety.as in TLF. When
>>> initializing that file I'm getting the following RTE:
>>> 
>>> Uncaught syntax error: Invalid regular expression: missing /
>>> 
>>> which originates in TabStopsProperty.as:191
>>> 
>>> private static const _escapeBackslashRegex:RegExp = //g;
>>> 
>>> 
>>> which transpiles to TabStopsProperty.js:143
>>> 
>>> 
>>> 
>>> org.apache.flex.textLayout.property.TabStopsProperty._escapeBackslashRege
>>> x =
>>> /\/g;
>>> 
>>> 
>>> 
>>> 
>>> 
>>> --
>>> View this message in context:
>>> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapache-fl 
>>> 
>>> ex-development.247.n4.nabble.com 
>>> %2FFlexJS-Falcon-AsJS-Mismatch-tp6329
>>> 6.html=02%7C01%7C%7C7636647c1c22433fc7f508d4cc44ab08%7Cfa7b1b5a7b344
>>> 38794aed2c178decee1%7C0%7C0%7C636358042688036466=ZYSsWDWEs54Zs4sXIY
>>> k2SrHt%2FnurGBhIb8VYAH6zQtM%3D=0
>>> Sent from the Apache Flex Development mailing list archive at
>>> Nabble.com .



Re: [FlexJS] Falcon AsJS Mismatch?

2017-07-16 Thread Alex Harui
Someone else is welcome to take over.  This stuff is not something I enjoy
doing at all.

-Alex

On 7/16/17, 5:17 AM, "Harbs"  wrote:

>Is this with Alex’s latest changes?
>
>These backslash escapes seem really difficult to get right… :-(
>
>> On Jul 16, 2017, at 2:41 PM, yishayw  wrote:
>> 
>> Looks like falcon is incompatible with TabStopsPropety.as in TLF. When
>> initializing that file I'm getting the following RTE:
>> 
>> Uncaught syntax error: Invalid regular expression: missing /
>> 
>> which originates in TabStopsProperty.as:191
>> 
>>  private static const _escapeBackslashRegex:RegExp = //g;
>> 
>> 
>> which transpiles to TabStopsProperty.js:143
>> 
>> 
>> 
>>org.apache.flex.textLayout.property.TabStopsProperty._escapeBackslashRege
>>x =
>> /\/g;
>> 
>> 
>> 
>> 
>> 
>> --
>> View this message in context:
>>https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapache-fl
>>ex-development.247.n4.nabble.com%2FFlexJS-Falcon-AsJS-Mismatch-tp6329
>>6.html=02%7C01%7C%7C7636647c1c22433fc7f508d4cc44ab08%7Cfa7b1b5a7b344
>>38794aed2c178decee1%7C0%7C0%7C636358042688036466=ZYSsWDWEs54Zs4sXIY
>>k2SrHt%2FnurGBhIb8VYAH6zQtM%3D=0
>> Sent from the Apache Flex Development mailing list archive at
>>Nabble.com.
>



RE: [FlexJS] Falcon AsJS Mismatch?

2017-07-16 Thread Yishay Weiss
Yea, flex-falcon is up2date. My ‘fix’ was to change TabStopsProperty.as:191 to

  private static const _escapeBackslashRegex:RegExp = new 
RegExp("\\" + "\\", "g");

I’m not pushing this yet so Alex or others can debug the RTE.

From: Harbs<mailto:harbs.li...@gmail.com>
Sent: Sunday, July 16, 2017 3:17 PM
To: dev@flex.apache.org<mailto:dev@flex.apache.org>
Subject: Re: [FlexJS] Falcon AsJS Mismatch?

Is this with Alex’s latest changes?

These backslash escapes seem really difficult to get right… :-(

> On Jul 16, 2017, at 2:41 PM, yishayw <yishayj...@hotmail.com> wrote:
>
> Looks like falcon is incompatible with TabStopsPropety.as in TLF. When
> initializing that file I'm getting the following RTE:
>
> Uncaught syntax error: Invalid regular expression: missing /
>
> which originates in TabStopsProperty.as:191
>
>private static const _escapeBackslashRegex:RegExp = //g;
>
>
> which transpiles to TabStopsProperty.js:143
>
>
> org.apache.flex.textLayout.property.TabStopsProperty._escapeBackslashRegex =
> /\/g;
>
>
>
>
>
> --
> View this message in context: 
> http://apache-flex-development.247.n4.nabble.com/FlexJS-Falcon-AsJS-Mismatch-tp63296.html
> Sent from the Apache Flex Development mailing list archive at Nabble.com.



Re: [FlexJS] Falcon AsJS Mismatch?

2017-07-16 Thread Harbs
Is this with Alex’s latest changes?

These backslash escapes seem really difficult to get right… :-(

> On Jul 16, 2017, at 2:41 PM, yishayw  wrote:
> 
> Looks like falcon is incompatible with TabStopsPropety.as in TLF. When
> initializing that file I'm getting the following RTE: 
> 
> Uncaught syntax error: Invalid regular expression: missing /
> 
> which originates in TabStopsProperty.as:191
> 
>   private static const _escapeBackslashRegex:RegExp = //g;
> 
> 
> which transpiles to TabStopsProperty.js:143
> 
> 
> org.apache.flex.textLayout.property.TabStopsProperty._escapeBackslashRegex =
> /\/g;
> 
> 
> 
> 
> 
> --
> View this message in context: 
> http://apache-flex-development.247.n4.nabble.com/FlexJS-Falcon-AsJS-Mismatch-tp63296.html
> Sent from the Apache Flex Development mailing list archive at Nabble.com.