Re: Release notes files

2019-09-15 Thread Alex Harui
We've never put headers on these kinds of files. Not sure what other projects do. I'm not sure there is any IP in that file. -Alex On 9/15/19, 4:07 AM, "Andrew Wetmore" wrote: Should not the release notes files have the same headers that the code and documentation files have?

Build failed in Jenkins: royale-typedefs #1620

2019-09-15 Thread Apache Royale CI Server
See -- Started by timer [EnvInject] - Loading node environment variables. Building on master in workspace

Re: Async RoyaleUnit Tests

2019-09-15 Thread Josh Tynjala
Async tests are not yet supported by RoyaleUnit. It's something that I hope to add when time allows. -- Josh Tynjala Bowler Hat LLC On Sun, Sep 15, 2019 at 2:15 AM Yishay Weiss wrote: > Hi, > > We’re trying to create a test suite for out application using RoyaleUnit. >

Build failed in Jenkins: royale-asjs_jsonly #3546

2019-09-15 Thread Apache Royale CI Server
See -- [...truncated 274.66 KB...] [echo] ROYALE_COMPILER_HOME is C:\Program Files (x86)\Jenkins\workspace\royale-compiler\compiler check-dependency:

Release notes files

2019-09-15 Thread Andrew Wetmore
Should not the release notes files have the same headers that the code and documentation files have? a -- Andrew Wetmore http://cottage14.blogspot.com/

Re: Async RoyaleUnit Tests

2019-09-15 Thread Harbs
> Or, as a work around, can anyone think of a way to load fonts synchronously? To be clear, I’d like to be able to use Node APIs within tests such as fs.readFileSync() to load data for the tests. > On Sep 15, 2019, at 12:15 PM, Yishay Weiss wrote: > > Hi, > > We’re trying to create a test sui

Async RoyaleUnit Tests

2019-09-15 Thread Yishay Weiss
Hi, We’re trying to create a test suite for out application using RoyaleUnit. Some of these tests require loading fonts before running the test. Does RoyaleUnit currently support async operations similar to FlexUnit [1]. Or, as a work around, can anyone think of a way to load fonts synchronousl