Re: Policy on commiting unit tests?

2016-01-15 Thread Michael Schmalle
Which project? I have used @Ignore in the past. You could do that and point to the test file and method name in the JIRA issue. (if this is Falcon) Mike On Fri, Jan 15, 2016 at 9:55 AM, Andy Dufilie wrote: > I would like to write some unit tests for issues I know

Policy on commiting unit tests?

2016-01-15 Thread Andy Dufilie
I would like to write some unit tests for issues I know about, but I'm unsure how to proceed. Should I commit the unit tests even if they currently fail? I can create JIRA issues, but I know that unit tests are helpful as well so I would like to know how to contribute those even if I don't

Re: Policy on commiting unit tests?

2016-01-15 Thread Andy Dufilie
It's Falcon, but I thought I'd ask in general. Thanks, I'll try @Ignore. Andy On Fri, Jan 15, 2016 at 10:26 AM, Michael Schmalle < teotigraphix...@gmail.com> wrote: > Which project? > > I have used @Ignore in the past. You could do that and point to the test > file and method name in the JIRA

Re: Policy on commiting unit tests?

2016-01-15 Thread Alex Harui
On 1/15/16, 7:26 AM, "Michael Schmalle" wrote: >Which project? > >I have used @Ignore in the past. You could do that and point to the test >file and method name in the JIRA issue. (if this is Falcon) +1 -Alex

No longer able to save zip files using FileReference.save in Chrome

2016-01-15 Thread Chris Martin
Hey Team, Just recently Chrome has been updated which now blocks certain files with certain extensions (like those with .zip extension) from being saved to the desktop. Chrome no longer presents a Save As dialog when using the following code. (taken and slightly modified from the ticket [1]).

RE: No longer able to save zip files using FileReference.save in Chrome

2016-01-15 Thread Chris Martin
Please forgive the formatting. It looked a lot better on outlook.com when I drafted the email :( Chris > From: chrsm...@outlook.com > To: dev@flex.apache.org > Subject: No longer able to save zip files using FileReference.save in Chrome > Date: Fri, 15 Jan 2016 12:25:42 -0700 > > Hey Team, >

Re: [FLEXJS] POC MXML "Live" Editing

2016-01-15 Thread OK
Alex Harui wrote > Anyway, let me know what you think. I'm off to work on other things. Hey Alex, I've just followed your instructions and tested your POC by using FlexJS 0.6.0 and it just works! Awesome, very impressive! IMO a live editing feature would be a big plus. In competition to

FlexJS metadata / reflection

2016-01-15 Thread jude
Does FlexJS support a reflection like describeType method? Is there Flex like metadata in it?

Re: [FLEXJS] POC MXML "Live" Editing

2016-01-15 Thread OmPrakash Muppirala
Hmm, I followed all the steps. But when I changed the width of the label in MyInitialView.mxml and try to save the file, I am getting this error: Could not write file: C:\p\flexroot\workspace\DataBindingTest\src\MyInitialView.mxml. C:\p\flexroot\workspace\DataBindingTest\src\MyInitialView.mxml

Re: [FLEXJS] POC MXML "Live" Editing

2016-01-15 Thread Alex Harui
On 1/15/16, 6:23 PM, "omup...@gmail.com on behalf of OmPrakash Muppirala" wrote: >One really cool feature would be to have a website where we can invite >users to 'try out' FlexJS. Essentially like JSFiddle, where you can type >mxml/as3

Re: [FLEXJS] POC MXML "Live" Editing

2016-01-15 Thread OmPrakash Muppirala
One really cool feature would be to have a website where we can invite users to 'try out' FlexJS. Essentially like JSFiddle, where you can type mxml/as3 code and see the results in the adjacent panel. Is that possible? Thanks, Om On Fri, Jan 15, 2016 at 5:56 PM, OmPrakash Muppirala

Re: FlexJS metadata / reflection

2016-01-15 Thread Alex Harui
On 1/15/16, 8:39 PM, "jude" wrote: >Does FlexJS support a reflection like describeType method? Is there Flex >like metadata in it? We haven't implemented that yet. I was just about to start in on some of the framework-related code for some of it. It is needed to do

Re: [FLEXJS] POC MXML "Live" Editing

2016-01-15 Thread Alex Harui
Worked for me on Windows 7. Maybe try slowing down the watch interval? If you want to dig into it more, the mxmlFile object is kept around between timer events. Maybe it needs to be created in each interval so it doesn't leave a lock on the file. Thanks, -Alex On 1/15/16, 5:56 PM,