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

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

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,

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:

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

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: >> >>

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"

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,

RE: [FlexJS] Falcon AsJS Mismatch?

2017-07-16 Thread Yishay Weiss
rbs.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, yish

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