You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@royale.apache.org by Piotr Zarzycki <pi...@gmail.com> on 2018/02/04 08:38:03 UTC

Re: Different results for compilation Error in JS and SWF compilation

Alex,

The same thing goes with Warnings, not only errors.

Piotr

2018-01-25 18:59 GMT+01:00 Piotr Zarzycki <pi...@gmail.com>:

> I have raised issue -> https://github.com/apache/royale-compiler/issues/21
>
> 2018-01-25 18:38 GMT+01:00 Alex Harui <ah...@adobe.com.invalid>:
>
>> Hmm.  Maybe MXMLJSC isn't able to pick up the ErrorFormat and just uses
>> %s.  I've never looked into how the language resources work.
>>
>> HTH,
>> -Alex
>>
>> On 1/25/18, 9:24 AM, "Piotr Zarzycki" <pi...@gmail.com> wrote:
>>
>> >Alex,
>> >
>> >I looked into that and without debugging there is no option for me figure
>> >out what has happened. Both classes are using the same formatter and
>> >printer to output errors. WorkspaceProblemFormatter and ProblemPrinter
>> >
>> >MXMLC is taking ErrorFormat=Error: %s from language resources. During the
>> >compilation MXMLJSC is even using methods from MXMLC.
>> >
>> >
>> >
>> >2018-01-24 22:49 GMT+01:00 Piotr Zarzycki <pi...@gmail.com>:
>> >
>> >> Ok now I understand! I will look into that :)
>> >>
>> >> 2018-01-24 21:40 GMT+01:00 Alex Harui <ah...@adobe.com.invalid>:
>> >>
>> >>> I'm saying that if you want JSRoyale to have the same output as the
>> SWF
>> >>> target, I would look at the compiler source in those files and see if
>> >>>they
>> >>> are doing something different.  I could go fix it myself, but I am
>> >>>trying
>> >>> to encourage other committers to get more familiar with the compiler
>> >>> source.
>> >>>
>> >>> HTH,
>> >>> -Alex
>> >>>
>> >>> On 1/24/18, 12:37 PM, "Piotr Zarzycki" <pi...@gmail.com>
>> >>>wrote:
>> >>>
>> >>> >Not sure what do you mean ? That's how we use it I think so.
>> >>> >
>> >>> >2018-01-24 21:28 GMT+01:00 Alex Harui <ah...@adobe.com.invalid>:
>> >>> >
>> >>> >> Interesting.  Hadn't noticed that.  I guess you could compare the
>> >>> output
>> >>> >> logic in the compilers.  MXMLC.java should be used for SWF compiles
>> >>>and
>> >>> >> MXMLJSC.java for JS compiles.
>> >>> >>
>> >>> >> -Alex
>> >>> >>
>> >>> >> On 1/24/18, 11:59 AM, "Piotr Zarzycki" <pi...@gmail.com>
>> >>> >>wrote:
>> >>> >>
>> >>> >> >Once Again:
>> >>> >> >
>> >>> >> >JSRoyale:
>> >>> >> >col: 12 This attribute is unexpected. It will be ignored.
>> >>> >> >:
>> >>> >> >: <js:View percentWidh="100" percentHeight="100">
>> >>> >> >
>> >>> >> >SWF:
>> >>> >> >col: 12 Error: This attribute is unexpected. It will be ignored.
>> >>> >> >:
>> >>> >> >: <js:View percentWidh="100" percentHeight="100">
>> >>> >> >
>> >>> >> >
>> >>> >> >
>> >>> >> >2018-01-24 20:47 GMT+01:00 Alex Harui <ah...@adobe.com.invalid>:
>> >>> >> >
>> >>> >> >> Links are still broken.  Paste.a.o might be having problems.
>> Try
>> >>> >>just
>> >>> >> >>cut
>> >>> >> >> and paste of a section of the main differences.
>> >>> >> >>
>> >>> >> >> -Alex
>> >>> >> >>
>> >>> >> >> On 1/24/18, 10:19 AM, "Piotr Zarzycki"
>> >>><pi...@gmail.com>
>> >>> >> >>wrote:
>> >>> >> >>
>> >>> >> >> >Something happened with Apache paste. Posting once again.
>> >>> >> >> >
>> >>> >> >> >JSRoyale compilation error [1]
>> >>> >> >> >SWF compilation error [2]
>> >>> >> >> >
>> >>> >> >> >[1]
>> >>> >> >> >https://na01.safelinks.protection.outlook.com/?url=
>> >>> >> >> https%3A%2F%2Fpaste.apa
>> >>> >> >> >che.org%2FJdNf&data=02%7C01%7Caharui%40adobe.com%
>> >>> >> >> 7Cafcc22074376430e972508d
>> >>> >> >> >5635711da%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%
>> >>> >> >> 7C636524147998979848&
>> >>> >> >> >sdata=11pnBHmUDQhSfiCfYIsbBw9G1n8vPfwEoAP09onRP14%3D&
>> reserved=0
>> >>> >> >> >[2]
>> >>> >> >> >https://na01.safelinks.protection.outlook.com/?url=
>> >>> >> >> https%3A%2F%2Fpaste.apa
>> >>> >> >> >che.org%2FQgUo&data=02%7C01%7Caharui%40adobe.com%
>> >>> >> >> 7Cafcc22074376430e972508d
>> >>> >> >> >5635711da%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%
>> >>> >> >> 7C636524147998979848&
>> >>> >> >> >sdata=EcK0PgVPJWOa9YxQcvP6LbIbFZ32hNK6pjgsN695lxE%3D&
>> reserved=0
>> >>> >> >> >
>> >>> >> >> >
>> >>> >> >> >
>> >>> >> >> >2018-01-24 18:22 GMT+01:00 Alex Harui
>> >>><ah...@adobe.com.invalid>:
>> >>> >> >> >
>> >>> >> >> >> The links do not work for me.
>> >>> >> >> >>
>> >>> >> >> >> -Alex
>> >>> >> >> >>
>> >>> >> >> >> On 1/24/18, 4:19 AM, "Piotr Zarzycki"
>> >>><piotrzarzycki21@gmail.com
>> >>> >
>> >>> >> >> wrote:
>> >>> >> >> >>
>> >>> >> >> >> >Carlos,
>> >>> >> >> >> >
>> >>> >> >> >> >I know what causes the error :) I just wanted to know why
>> the
>> >>> >> >>message
>> >>> >> >> >> >provided by compiler is different :)
>> >>> >> >> >> >
>> >>> >> >> >> >Piotr
>> >>> >> >> >> >
>> >>> >> >> >> >2018-01-24 13:18 GMT+01:00 Carlos Rovira
>> >>> >><ca...@apache.org>:
>> >>> >> >> >> >
>> >>> >> >> >> >> there's a need for a final "h" here percentWidt
>> >>> >> >> >> >>
>> >>> >> >> >> >> so it seems something is wrong in the generation right?
>> >>> >> >> >> >>
>> >>> >> >> >> >>
>> >>> >> >> >> >> 2018-01-24 13:08 GMT+01:00 Piotr Zarzycki
>> >>> >> >> >><pi...@gmail.com>:
>> >>> >> >> >> >>
>> >>> >> >> >> >> > Hi,
>> >>> >> >> >> >> >
>> >>> >> >> >> >> > I have found that during SWF only compilation and JS
>> only
>> >>> >> >>although
>> >>> >> >> >>I'm
>> >>> >> >> >> >> > getting the same errors they are reported a bit
>> >>>differently.
>> >>> >> >> >> >> >
>> >>> >> >> >> >> > In build: compiler.targets=JSRoyale I got [1]
>> >>> >> >> >> >> > In build: compiler.targets=SWF I got [2]
>> >>> >> >> >> >> >
>> >>> >> >> >> >> > There is no word "Error" in case of JSRoyale - Is this a
>> >>>bug
>> >>> >>?
>> >>> >> >> >> >> >
>> >>> >> >> >> >> > [1]
>> >>> >> >> >> >>https://na01.safelinks.protection.outlook.com/?url=
>> >>> >> >> >> https%3A%2F%2Fpaste.ap
>> >>> >> >> >> >>ache.org%2FH7m7&data=02%7C01%7Caharui%40adobe.com%
>> >>> >> >> >> 7C86539a854146402e21510
>> >>> >> >> >> >>8d56324c4af%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%
>> >>> >> >> >> 7C6365239319247711
>> >>> >> >> >>
>> >>> >>>>78&sdata=I0RlFQKtU8QJ48nFi3Zv6e9gmrVHfTqUiCD0rHxOfYs%3D&
>> reserved=0
>> >>> >> >> >> >> > [2]
>> >>> >> >> >> >>https://na01.safelinks.protection.outlook.com/?url=
>> >>> >> >> >> https%3A%2F%2Fpaste.ap
>> >>> >> >> >> >>ache.org%2FtvL9&data=02%7C01%7Caharui%40adobe.com%
>> >>> >> >> >> 7C86539a854146402e21510
>> >>> >> >> >> >>8d56324c4af%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%
>> >>> >> >> >> 7C6365239319247711
>> >>> >> >> >>
>> >>> >>>>78&sdata=3SB0VZjSQ3cq15PMeNK9hDtVEf2IQ2W76uM0jVyyiXo%3D&
>> reserved=0
>> >>> >> >> >> >> >
>> >>> >> >> >> >> > Thanks,
>> >>> >> >> >> >> > --
>> >>> >> >> >> >> >
>> >>> >> >> >> >> > Piotr Zarzycki
>> >>> >> >> >> >> >
>> >>> >> >> >> >> > Patreon:
>> >>> >> >> >> >>*https://na01.safelinks.protection.outlook.com/?url=
>> >>> >> >> >> https%3A%2F%2Fwww.pat
>> >>> >> >> >> >>reon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com
>> >>> >> >> >> %7C86539a854146
>> >>> >> >> >> >>402e215108d56324c4af%7Cfa7b1b5a7b34438794aed2c178de
>> >>> >> >> >> cee1%7C0%7C0%7C6365239
>> >>> >> >> >> >>31924771178&sdata=fMwSLPw1i2ucqETktb4PJRSg%
>> >>> >> >> >> 2FFtnQRjQQbBBulFkWpg%3D&reserv
>> >>> >> >> >> >>ed=0
>> >>> >> >> >> >> >
>> >>> >> >> >> >><https://na01.safelinks.protection.outlook.com/?url=
>> >>> >> >> >> https%3A%2F%2Fwww.pat
>> >>> >> >> >> >>reon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com
>> >>> >> >> >> %7C86539a854146
>> >>> >> >> >> >>402e215108d56324c4af%7Cfa7b1b5a7b34438794aed2c178de
>> >>> >> >> >> cee1%7C0%7C0%7C6365239
>> >>> >> >> >> >>31924771178&sdata=fMwSLPw1i2ucqETktb4PJRSg%
>> >>> >> >> >> 2FFtnQRjQQbBBulFkWpg%3D&reserv
>> >>> >> >> >> >>ed=0>*
>> >>> >> >> >> >> >
>> >>> >> >> >> >>
>> >>> >> >> >> >>
>> >>> >> >> >> >>
>> >>> >> >> >> >> --
>> >>> >> >> >> >> Carlos Rovira
>> >>> >> >> >> >>
>> >>> >> >> >> >>https://na01.safelinks.protection.outlook.com/?url=
>> >>> >> >> >> http%3A%2F%2Fabout.me%
>> >>> >> >> >> >>2Fcarlosrovira&data=02%7C01%7Caharui%40adobe.com%
>> >>> >> >> >> 7C86539a854146402e215108
>> >>> >> >> >> >>d56324c4af%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%
>> >>> >> >> >> 7C63652393192477117
>> >>> >> >> >>
>> >>> >>>>8&sdata=poE7DnL3nCR3TiIdTKcZq3XiXERRt8230P6BLzjq0pc%3D&reserved=0
>> >>> >> >> >> >>
>> >>> >> >> >> >
>> >>> >> >> >> >
>> >>> >> >> >> >
>> >>> >> >> >> >--
>> >>> >> >> >> >
>> >>> >> >> >> >Piotr Zarzycki
>> >>> >> >> >> >
>> >>> >> >> >> >Patreon:
>> >>> >> >> >> >*https://na01.safelinks.protection.outlook.com/?url=
>> >>> >> >> >> https%3A%2F%2Fwww.patr
>> >>> >> >> >> >eon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%
>> >>> >> >> >> 7C86539a85414640
>> >>> >> >> >> >2e215108d56324c4af%7Cfa7b1b5a7b34438794aed2c178de
>> >>> >> >> >> cee1%7C0%7C0%7C6365239319
>> >>> >> >> >> >24771178&sdata=fMwSLPw1i2ucqETktb4PJRSg%2FFtnQRjQQbBBulFkWp
>> >>> g%3D&
>> >>> >> >> >> reserved=0
>> >>> >> >> >> ><https://na01.safelinks.protection.outlook.com/?url=
>> >>> >> >> >> https%3A%2F%2Fwww.patr
>> >>> >> >> >> >eon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%
>> >>> >> >> >> 7C86539a85414640
>> >>> >> >> >> >2e215108d56324c4af%7Cfa7b1b5a7b34438794aed2c178de
>> >>> >> >> >> cee1%7C0%7C0%7C6365239319
>> >>> >> >> >> >24771178&sdata=fMwSLPw1i2ucqETktb4PJRSg%2FFtnQRjQQbBBulFkWp
>> >>> g%3D&
>> >>> >> >> >> reserved=0
>> >>> >> >> >> >>*
>> >>> >> >> >>
>> >>> >> >> >>
>> >>> >> >> >
>> >>> >> >> >
>> >>> >> >> >--
>> >>> >> >> >
>> >>> >> >> >Piotr Zarzycki
>> >>> >> >> >
>> >>> >> >> >Patreon:
>> >>> >> >> >*https://na01.safelinks.protection.outlook.com/?url=
>> >>> >> >> https%3A%2F%2Fwww.patr
>> >>> >> >> >eon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%
>> >>> >> >> 7Cafcc2207437643
>> >>> >> >> >0e972508d5635711da%7Cfa7b1b5a7b34438794aed2c178de
>> >>> >> >> cee1%7C0%7C0%7C6365241479
>> >>> >> >> >98979848&sdata=0BDb%2FFUwg%2FIBZE24ilHXu845iMa%
>> >>> >> >> 2Fmu9iDF9P7NK3sYc%3D&reserv
>> >>> >> >> >ed=0
>> >>> >> >> ><https://na01.safelinks.protection.outlook.com/?url=
>> >>> >> >> https%3A%2F%2Fwww.patr
>> >>> >> >> >eon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%
>> >>> >> >> 7Cafcc2207437643
>> >>> >> >> >0e972508d5635711da%7Cfa7b1b5a7b34438794aed2c178de
>> >>> >> >> cee1%7C0%7C0%7C6365241479
>> >>> >> >> >98979848&sdata=0BDb%2FFUwg%2FIBZE24ilHXu845iMa%
>> >>> >> >> 2Fmu9iDF9P7NK3sYc%3D&reserv
>> >>> >> >> >ed=0>*
>> >>> >> >>
>> >>> >> >>
>> >>> >> >
>> >>> >> >
>> >>> >> >--
>> >>> >> >
>> >>> >> >Piotr Zarzycki
>> >>> >> >
>> >>> >> >Patreon:
>> >>> >> >*https://na01.safelinks.protection.outlook.com/?url=
>> >>> >> https%3A%2F%2Fwww.patr
>> >>> >> >eon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%
>> >>> >> 7Cf9ce62f67abd4e
>> >>> >> >56304408d563650e0e%7Cfa7b1b5a7b34438794aed2c178de
>> >>> >> cee1%7C0%7C0%7C6365242080
>> >>> >> >50899771&sdata=jQn5ESWbpyqVD%2FzUrDgz%2BLiakH6nHusSV1L0slA8
>> XAo%3D&
>> >>> >> reserved
>> >>> >> >=0
>> >>> >> ><https://na01.safelinks.protection.outlook.com/?url=
>> >>> >> https%3A%2F%2Fwww.patr
>> >>> >> >eon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%
>> >>> >> 7Cf9ce62f67abd4e
>> >>> >> >56304408d563650e0e%7Cfa7b1b5a7b34438794aed2c178de
>> >>> >> cee1%7C0%7C0%7C6365242080
>> >>> >> >50899771&sdata=jQn5ESWbpyqVD%2FzUrDgz%2BLiakH6nHusSV1L0slA8
>> XAo%3D&
>> >>> >> reserved
>> >>> >> >=0>*
>> >>> >>
>> >>> >>
>> >>> >
>> >>> >
>> >>> >--
>> >>> >
>> >>> >Piotr Zarzycki
>> >>> >
>> >>> >Patreon:
>> >>> >*https://na01.safelinks.protection.outlook.com/?url=https%
>> >>> 3A%2F%2Fwww.patr
>> >>> >eon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%7
>> >>> C070a6ad3a98841
>> >>> >413a7b08d5636a5e5d%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%
>> >>> 7C0%7C6365242308
>> >>> >58327364&sdata=4qxljVdaqOmyE8nITJ6UJ%2FhVdUPs%2BwkShDP0zq0%
>> >>> 2FuNU%3D&reserv
>> >>> >ed=0
>> >>> ><https://na01.safelinks.protection.outlook.com/?url=https%
>> >>> 3A%2F%2Fwww.patr
>> >>> >eon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%7
>> >>> C070a6ad3a98841
>> >>> >413a7b08d5636a5e5d%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%
>> >>> 7C0%7C6365242308
>> >>> >58327364&sdata=4qxljVdaqOmyE8nITJ6UJ%2FhVdUPs%2BwkShDP0zq0%
>> >>> 2FuNU%3D&reserv
>> >>> >ed=0>*
>> >>>
>> >>>
>> >>
>> >>
>> >> --
>> >>
>> >> Piotr Zarzycki
>> >>
>> >> Patreon:
>> >>*https://na01.safelinks.protection.outlook.com/?url=https%
>> 3A%2F%2Fwww.pat
>> >>reon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com
>> %7C09264452e2ab
>> >>436cdb2608d56418924c%7Cfa7b1b5a7b34438794aed2c178decee1%
>> 7C0%7C0%7C6365249
>> >>79061106599&sdata=zt7QApJRCZp8t82OaJStjIMJ3pOgu4tG%2B4z3%
>> 2FMBMoH0%3D&rese
>> >>rved=0
>> >>
>> >><https://na01.safelinks.protection.outlook.com/?url=https%
>> 3A%2F%2Fwww.pat
>> >>reon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com
>> %7C09264452e2ab
>> >>436cdb2608d56418924c%7Cfa7b1b5a7b34438794aed2c178decee1%
>> 7C0%7C0%7C6365249
>> >>79061106599&sdata=zt7QApJRCZp8t82OaJStjIMJ3pOgu4tG%2B4z3%
>> 2FMBMoH0%3D&rese
>> >>rved=0>*
>> >>
>> >
>> >
>> >
>> >--
>> >
>> >Piotr Zarzycki
>> >
>> >Patreon:
>> >*https://na01.safelinks.protection.outlook.com/?url=https%
>> 3A%2F%2Fwww.patr
>> >eon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%7
>> C09264452e2ab43
>> >6cdb2608d56418924c%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%
>> 7C0%7C6365249790
>> >61106599&sdata=zt7QApJRCZp8t82OaJStjIMJ3pOgu4tG%2B4z3%
>> 2FMBMoH0%3D&reserved
>> >=0
>> ><https://na01.safelinks.protection.outlook.com/?url=https%
>> 3A%2F%2Fwww.patr
>> >eon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%7
>> C09264452e2ab43
>> >6cdb2608d56418924c%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%
>> 7C0%7C6365249790
>> >61106599&sdata=zt7QApJRCZp8t82OaJStjIMJ3pOgu4tG%2B4z3%
>> 2FMBMoH0%3D&reserved
>> >=0>*
>>
>>
>
>
> --
>
> Piotr Zarzycki
>
> Patreon: *https://www.patreon.com/piotrzarzycki
> <https://www.patreon.com/piotrzarzycki>*
>



-- 

Piotr Zarzycki

Patreon: *https://www.patreon.com/piotrzarzycki
<https://www.patreon.com/piotrzarzycki>*

Re: Different results for compilation Error in JS and SWF compilation

Posted by Alex Harui <ah...@adobe.com.INVALID>.

On 2/7/18, 2:18 AM, "Andrew Wetmore" <co...@gmail.com> wrote:

>Ooh, do I get to "+1"??

Everyone on this mailing list gets a vote.  Only those on the Project
Management Committee get "binding" votes that really matter, but the PMC
is supposed to consider non-binding votes in their vote.  If lots of
non-binding votes are complaining about something, it is probably best to
deal with that complaint instead of ignoring it and releasing.

Committers can get promoted to the PMC after showing they can not only
make good contributions, but also can work well with others.

Thanks,
-Alex

>


Re: Different results for compilation Error in JS and SWF compilation

Posted by Andrew Wetmore <co...@gmail.com>.
Ooh, do I get to "+1"??

Yes, pushing the documentation from the development branch is a good idea.

On Wed, Feb 7, 2018 at 3:35 AM, Alex Harui <ah...@adobe.com.invalid> wrote:

> This should be fixed in the nightly builds.
>
> This is the last thing I wanted to get done before cutting this release.
> When I start my day tomorrow I will start the process.
>
> I would also like to push royale-docs to master so it gets published with
> this release.  I think it is good enough (or will be by the end of the
> 72-hour voting period).
>
> Thoughts?
> -Alex
>
> On 2/5/18, 9:28 AM, "Alex Harui" <ah...@adobe.com.INVALID> wrote:
>
> >Hopefully, the compiler returns a different exit code if there are only
> >warnings and Moonshine is checking exit codes.
> >
> >Thanks,
> >-Alex
> >
> >On 2/5/18, 9:04 AM, "Piotr Zarzycki" <pi...@gmail.com> wrote:
> >
> >>It would be great, because I have found that Moonshine's build of any
> >>Royale app is failing if it contains Warnings from the compiler. I could
> >>change the implementation a bit there, but I believe fix in the compiler
> >>is
> >>more appropriate. It would be consistent then with SWF build.
> >>
> >>Thanks!
> >>Piotr
> >>
> >>
> >>2018-02-05 17:56 GMT+01:00 Alex Harui <ah...@adobe.com.invalid>:
> >>
> >>> Yep.  I noticed that too.  I have no idea how to fix it.  Maybe I'll
> >>>find
> >>> time to dig into it before cutting the release.
> >>>
> >>> -Alex
> >>>
> >>> On 2/4/18, 12:38 AM, "Piotr Zarzycki" <pi...@gmail.com>
> >>>wrote:
> >>>
> >>> >Alex,
> >>> >
> >>> >The same thing goes with Warnings, not only errors.
> >>> >
> >>> >Piotr
> >>> >
> >>> >2018-01-25 18:59 GMT+01:00 Piotr Zarzycki <piotrzarzycki21@gmail.com
> >:
> >>> >
> >>> >> I have raised issue ->
> >>> >>https://na01.safelinks.protection.outlook.com/?url=
> >>> https%3A%2F%2Fgithub.c
> >>> >>om%2Fapache%2Froyale-compiler%2Fissues%2F21&data=
> >>> 02%7C01%7Caharui%40adobe
> >>>
> >>>>>.com%7Cd46f24996cb841f1e5e208d56baaa2dc%
> 7C71f1da39c0a84d5a8d88a67b23c3
> >>> 0bf
> >>> >>4%7C0%7C0%7C636533303003198853&sdata=srWYw5bL8DlUtwHdZFKEH8nGsbLcsJ
> >>> rwX0Te
> >>> >>PQhPCCE%3D&reserved=0
> >>> >>
> >>> >> 2018-01-25 18:38 GMT+01:00 Alex Harui <ah...@adobe.com.invalid>:
> >>> >>
> >>> >>> Hmm.  Maybe MXMLJSC isn't able to pick up the ErrorFormat and just
> >>>uses
> >>> >>> %s.  I've never looked into how the language resources work.
> >>> >>>
> >>> >>> HTH,
> >>> >>> -Alex
> >>> >>>
> >>> >>> On 1/25/18, 9:24 AM, "Piotr Zarzycki" <pi...@gmail.com>
> >>> >>>wrote:
> >>> >>>
> >>> >>> >Alex,
> >>> >>> >
> >>> >>> >I looked into that and without debugging there is no option for me
> >>> >>>figure
> >>> >>> >out what has happened. Both classes are using the same formatter
> >>>and
> >>> >>> >printer to output errors. WorkspaceProblemFormatter and
> >>>ProblemPrinter
> >>> >>> >
> >>> >>> >MXMLC is taking ErrorFormat=Error: %s from language resources.
> >>>During
> >>> >>>the
> >>> >>> >compilation MXMLJSC is even using methods from MXMLC.
> >>> >>> >
> >>> >>> >
> >>> >>> >
> >>> >>> >2018-01-24 22:49 GMT+01:00 Piotr Zarzycki
> >>><piotrzarzycki21@gmail.com
> >>> >:
> >>> >>> >
> >>> >>> >> Ok now I understand! I will look into that :)
> >>> >>> >>
> >>> >>> >> 2018-01-24 21:40 GMT+01:00 Alex Harui
> >>><ah...@adobe.com.invalid>:
> >>> >>> >>
> >>> >>> >>> I'm saying that if you want JSRoyale to have the same output as
> >>>the
> >>> >>> SWF
> >>> >>> >>> target, I would look at the compiler source in those files and
> >>>see
> >>> >>>if
> >>> >>> >>>they
> >>> >>> >>> are doing something different.  I could go fix it myself, but I
> >>>am
> >>> >>> >>>trying
> >>> >>> >>> to encourage other committers to get more familiar with the
> >>> >>>compiler
> >>> >>> >>> source.
> >>> >>> >>>
> >>> >>> >>> HTH,
> >>> >>> >>> -Alex
> >>> >>> >>>
> >>> >>> >>> On 1/24/18, 12:37 PM, "Piotr Zarzycki"
> >>><pi...@gmail.com>
> >>> >>> >>>wrote:
> >>> >>> >>>
> >>> >>> >>> >Not sure what do you mean ? That's how we use it I think so.
> >>> >>> >>> >
> >>> >>> >>> >2018-01-24 21:28 GMT+01:00 Alex Harui
> >>><ah...@adobe.com.invalid>:
> >>> >>> >>> >
> >>> >>> >>> >> Interesting.  Hadn't noticed that.  I guess you could
> >>>compare
> >>> >>>the
> >>> >>> >>> output
> >>> >>> >>> >> logic in the compilers.  MXMLC.java should be used for SWF
> >>> >>>compiles
> >>> >>> >>>and
> >>> >>> >>> >> MXMLJSC.java for JS compiles.
> >>> >>> >>> >>
> >>> >>> >>> >> -Alex
> >>> >>> >>> >>
> >>> >>> >>> >> On 1/24/18, 11:59 AM, "Piotr Zarzycki"
> >>> >>><pi...@gmail.com>
> >>> >>> >>> >>wrote:
> >>> >>> >>> >>
> >>> >>> >>> >> >Once Again:
> >>> >>> >>> >> >
> >>> >>> >>> >> >JSRoyale:
> >>> >>> >>> >> >col: 12 This attribute is unexpected. It will be ignored.
> >>> >>> >>> >> >:
> >>> >>> >>> >> >: <js:View percentWidh="100" percentHeight="100">
> >>> >>> >>> >> >
> >>> >>> >>> >> >SWF:
> >>> >>> >>> >> >col: 12 Error: This attribute is unexpected. It will be
> >>> >>>ignored.
> >>> >>> >>> >> >:
> >>> >>> >>> >> >: <js:View percentWidh="100" percentHeight="100">
> >>> >>> >>> >> >
> >>> >>> >>> >> >
> >>> >>> >>> >> >
> >>> >>> >>> >> >2018-01-24 20:47 GMT+01:00 Alex Harui
> >>> >>><ah...@adobe.com.invalid>:
> >>> >>> >>> >> >
> >>> >>> >>> >> >> Links are still broken.  Paste.a.o might be having
> >>>problems.
> >>> >>> Try
> >>> >>> >>> >>just
> >>> >>> >>> >> >>cut
> >>> >>> >>> >> >> and paste of a section of the main differences.
> >>> >>> >>> >> >>
> >>> >>> >>> >> >> -Alex
> >>> >>> >>> >> >>
> >>> >>> >>> >> >> On 1/24/18, 10:19 AM, "Piotr Zarzycki"
> >>> >>> >>><pi...@gmail.com>
> >>> >>> >>> >> >>wrote:
> >>> >>> >>> >> >>
> >>> >>> >>> >> >> >Something happened with Apache paste. Posting once
> >>>again.
> >>> >>> >>> >> >> >
> >>> >>> >>> >> >> >JSRoyale compilation error [1]
> >>> >>> >>> >> >> >SWF compilation error [2]
> >>> >>> >>> >> >> >
> >>> >>> >>> >> >> >[1]
> >>> >>> >>> >> >> >https://na01.safelinks.protection.outlook.com/?url=
> >>> >>> >>> >> >> https%3A%2F%2Fpaste.apa
> >>> >>> >>> >> >> >che.org%2FJdNf&data=02%7C01%7Caharui%40adobe.com%
> >>> >>> >>> >> >> 7Cafcc22074376430e972508d
> >>> >>> >>> >> >> >5635711da%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%
> >>> >>> >>> >> >> 7C636524147998979848&
> >>> >>> >>> >> >> >sdata=11pnBHmUDQhSfiCfYIsbBw9G1n8vPfwEoAP09onRP14%3D&
> >>> >>> reserved=0
> >>> >>> >>> >> >> >[2]
> >>> >>> >>> >> >> >https://na01.safelinks.protection.outlook.com/?url=
> >>> >>> >>> >> >> https%3A%2F%2Fpaste.apa
> >>> >>> >>> >> >> >che.org%2FQgUo&data=02%7C01%7Caharui%40adobe.com%
> >>> >>> >>> >> >> 7Cafcc22074376430e972508d
> >>> >>> >>> >> >> >5635711da%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%
> >>> >>> >>> >> >> 7C636524147998979848&
> >>> >>> >>> >> >> >sdata=EcK0PgVPJWOa9YxQcvP6LbIbFZ32hNK6pjgsN695lxE%3D&
> >>> >>> reserved=0
> >>> >>> >>> >> >> >
> >>> >>> >>> >> >> >
> >>> >>> >>> >> >> >
> >>> >>> >>> >> >> >2018-01-24 18:22 GMT+01:00 Alex Harui
> >>> >>> >>><ah...@adobe.com.invalid>:
> >>> >>> >>> >> >> >
> >>> >>> >>> >> >> >> The links do not work for me.
> >>> >>> >>> >> >> >>
> >>> >>> >>> >> >> >> -Alex
> >>> >>> >>> >> >> >>
> >>> >>> >>> >> >> >> On 1/24/18, 4:19 AM, "Piotr Zarzycki"
> >>> >>> >>><piotrzarzycki21@gmail.com
> >>> >>> >>> >
> >>> >>> >>> >> >> wrote:
> >>> >>> >>> >> >> >>
> >>> >>> >>> >> >> >> >Carlos,
> >>> >>> >>> >> >> >> >
> >>> >>> >>> >> >> >> >I know what causes the error :) I just wanted to know
> >>>why
> >>> >>> the
> >>> >>> >>> >> >>message
> >>> >>> >>> >> >> >> >provided by compiler is different :)
> >>> >>> >>> >> >> >> >
> >>> >>> >>> >> >> >> >Piotr
> >>> >>> >>> >> >> >> >
> >>> >>> >>> >> >> >> >2018-01-24 13:18 GMT+01:00 Carlos Rovira
> >>> >>> >>> >><ca...@apache.org>:
> >>> >>> >>> >> >> >> >
> >>> >>> >>> >> >> >> >> there's a need for a final "h" here percentWidt
> >>> >>> >>> >> >> >> >>
> >>> >>> >>> >> >> >> >> so it seems something is wrong in the generation
> >>>right?
> >>> >>> >>> >> >> >> >>
> >>> >>> >>> >> >> >> >>
> >>> >>> >>> >> >> >> >> 2018-01-24 13:08 GMT+01:00 Piotr Zarzycki
> >>> >>> >>> >> >> >><pi...@gmail.com>:
> >>> >>> >>> >> >> >> >>
> >>> >>> >>> >> >> >> >> > Hi,
> >>> >>> >>> >> >> >> >> >
> >>> >>> >>> >> >> >> >> > I have found that during SWF only compilation and
> >>>JS
> >>> >>> only
> >>> >>> >>> >> >>although
> >>> >>> >>> >> >> >>I'm
> >>> >>> >>> >> >> >> >> > getting the same errors they are reported a bit
> >>> >>> >>>differently.
> >>> >>> >>> >> >> >> >> >
> >>> >>> >>> >> >> >> >> > In build: compiler.targets=JSRoyale I got [1]
> >>> >>> >>> >> >> >> >> > In build: compiler.targets=SWF I got [2]
> >>> >>> >>> >> >> >> >> >
> >>> >>> >>> >> >> >> >> > There is no word "Error" in case of JSRoyale - Is
> >>> >>>this a
> >>> >>> >>>bug
> >>> >>> >>> >>?
> >>> >>> >>> >> >> >> >> >
> >>> >>> >>> >> >> >> >> > [1]
> >>> >>> >>> >> >> >> >>https://na01.safelinks.protection.outlook.com/?url=
> >>> >>> >>> >> >> >> https%3A%2F%2Fpaste.ap
> >>> >>> >>> >> >> >> >>ache.org%2FH7m7&data=02%7C01%7Caharui%40adobe.com%
> >>> >>> >>> >> >> >> 7C86539a854146402e21510
> >>> >>> >>> >> >> >>
> >>>>>8d56324c4af%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%
> >>> >>> >>> >> >> >> 7C6365239319247711
> >>> >>> >>> >> >> >>
> >>> >>> >>> >>>>78&sdata=I0RlFQKtU8QJ48nFi3Zv6e9gmrVHfTqUiCD0rHxOfYs%3D&
> >>> >>> reserved=0
> >>> >>> >>> >> >> >> >> > [2]
> >>> >>> >>> >> >> >> >>https://na01.safelinks.protection.outlook.com/?url=
> >>> >>> >>> >> >> >> https%3A%2F%2Fpaste.ap
> >>> >>> >>> >> >> >> >>ache.org%2FtvL9&data=02%7C01%7Caharui%40adobe.com%
> >>> >>> >>> >> >> >> 7C86539a854146402e21510
> >>> >>> >>> >> >> >>
> >>>>>8d56324c4af%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%
> >>> >>> >>> >> >> >> 7C6365239319247711
> >>> >>> >>> >> >> >>
> >>> >>> >>> >>>>78&sdata=3SB0VZjSQ3cq15PMeNK9hDtVEf2IQ2W76uM0jVyyiXo%3D&
> >>> >>> reserved=0
> >>> >>> >>> >> >> >> >> >
> >>> >>> >>> >> >> >> >> > Thanks,
> >>> >>> >>> >> >> >> >> > --
> >>> >>> >>> >> >> >> >> >
> >>> >>> >>> >> >> >> >> > Piotr Zarzycki
> >>> >>> >>> >> >> >> >> >
> >>> >>> >>> >> >> >> >> > Patreon:
> >>> >>> >>> >> >> >> >>*https://na01.safelinks.
> protection.outlook.com/?url=
> >>> >>> >>> >> >> >> https%3A%2F%2Fwww.pat
> >>> >>> >>> >> >> >>
> >>> >>>>>reon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com
> >>> >>> >>> >> >> >> %7C86539a854146
> >>> >>> >>> >> >> >> >>402e215108d56324c4af%7Cfa7b1b5a7b34438794aed2c178de
> >>> >>> >>> >> >> >> cee1%7C0%7C0%7C6365239
> >>> >>> >>> >> >> >> >>31924771178&sdata=fMwSLPw1i2ucqETktb4PJRSg%
> >>> >>> >>> >> >> >> 2FFtnQRjQQbBBulFkWpg%3D&reserv
> >>> >>> >>> >> >> >> >>ed=0
> >>> >>> >>> >> >> >> >> >
> >>> >>> >>> >> >> >> >><https://na01.safelinks.
> protection.outlook.com/?url=
> >>> >>> >>> >> >> >> https%3A%2F%2Fwww.pat
> >>> >>> >>> >> >> >>
> >>> >>>>>reon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com
> >>> >>> >>> >> >> >> %7C86539a854146
> >>> >>> >>> >> >> >> >>402e215108d56324c4af%7Cfa7b1b5a7b34438794aed2c178de
> >>> >>> >>> >> >> >> cee1%7C0%7C0%7C6365239
> >>> >>> >>> >> >> >> >>31924771178&sdata=fMwSLPw1i2ucqETktb4PJRSg%
> >>> >>> >>> >> >> >> 2FFtnQRjQQbBBulFkWpg%3D&reserv
> >>> >>> >>> >> >> >> >>ed=0>*
> >>> >>> >>> >> >> >> >> >
> >>> >>> >>> >> >> >> >>
> >>> >>> >>> >> >> >> >>
> >>> >>> >>> >> >> >> >>
> >>> >>> >>> >> >> >> >> --
> >>> >>> >>> >> >> >> >> Carlos Rovira
> >>> >>> >>> >> >> >> >>
> >>> >>> >>> >> >> >> >>https://na01.safelinks.protection.outlook.com/?url=
> >>> >>> >>> >> >> >> http%3A%2F%2Fabout.me%
> >>> >>> >>> >> >> >> >>2Fcarlosrovira&data=02%7C01%7Caharui%40adobe.com%
> >>> >>> >>> >> >> >> 7C86539a854146402e215108
> >>> >>> >>> >> >> >>
> >>>>>d56324c4af%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%
> >>> >>> >>> >> >> >> 7C63652393192477117
> >>> >>> >>> >> >> >>
> >>> >>> >>>
> >>>
> >>>>>>>>>>8&sdata=poE7DnL3nCR3TiIdTKcZq3XiXERRt8
> 230P6BLzjq0pc%3D&reserved=0
> >>> >>> >>> >> >> >> >>
> >>> >>> >>> >> >> >> >
> >>> >>> >>> >> >> >> >
> >>> >>> >>> >> >> >> >
> >>> >>> >>> >> >> >> >--
> >>> >>> >>> >> >> >> >
> >>> >>> >>> >> >> >> >Piotr Zarzycki
> >>> >>> >>> >> >> >> >
> >>> >>> >>> >> >> >> >Patreon:
> >>> >>> >>> >> >> >> >*https://na01.safelinks.protection.outlook.com/?url=
> >>> >>> >>> >> >> >> https%3A%2F%2Fwww.patr
> >>> >>> >>> >> >> >>
> >>> >>>>eon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%
> >>> >>> >>> >> >> >> 7C86539a85414640
> >>> >>> >>> >> >> >> >2e215108d56324c4af%7Cfa7b1b5a7b34438794aed2c178de
> >>> >>> >>> >> >> >> cee1%7C0%7C0%7C6365239319
> >>> >>> >>> >> >> >>
> >>> >>>>24771178&sdata=fMwSLPw1i2ucqETktb4PJRSg%2FFtnQRjQQbBBulFkWp
> >>> >>> >>> g%3D&
> >>> >>> >>> >> >> >> reserved=0
> >>> >>> >>> >> >> >> ><https://na01.safelinks.protection.outlook.com/?url=
> >>> >>> >>> >> >> >> https%3A%2F%2Fwww.patr
> >>> >>> >>> >> >> >>
> >>> >>>>eon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%
> >>> >>> >>> >> >> >> 7C86539a85414640
> >>> >>> >>> >> >> >> >2e215108d56324c4af%7Cfa7b1b5a7b34438794aed2c178de
> >>> >>> >>> >> >> >> cee1%7C0%7C0%7C6365239319
> >>> >>> >>> >> >> >>
> >>> >>>>24771178&sdata=fMwSLPw1i2ucqETktb4PJRSg%2FFtnQRjQQbBBulFkWp
> >>> >>> >>> g%3D&
> >>> >>> >>> >> >> >> reserved=0
> >>> >>> >>> >> >> >> >>*
> >>> >>> >>> >> >> >>
> >>> >>> >>> >> >> >>
> >>> >>> >>> >> >> >
> >>> >>> >>> >> >> >
> >>> >>> >>> >> >> >--
> >>> >>> >>> >> >> >
> >>> >>> >>> >> >> >Piotr Zarzycki
> >>> >>> >>> >> >> >
> >>> >>> >>> >> >> >Patreon:
> >>> >>> >>> >> >> >*https://na01.safelinks.protection.outlook.com/?url=
> >>> >>> >>> >> >> https%3A%2F%2Fwww.patr
> >>> >>> >>> >> >>
> >>>>eon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%
> >>> >>> >>> >> >> 7Cafcc2207437643
> >>> >>> >>> >> >> >0e972508d5635711da%7Cfa7b1b5a7b34438794aed2c178de
> >>> >>> >>> >> >> cee1%7C0%7C0%7C6365241479
> >>> >>> >>> >> >> >98979848&sdata=0BDb%2FFUwg%2FIBZE24ilHXu845iMa%
> >>> >>> >>> >> >> 2Fmu9iDF9P7NK3sYc%3D&reserv
> >>> >>> >>> >> >> >ed=0
> >>> >>> >>> >> >> ><https://na01.safelinks.protection.outlook.com/?url=
> >>> >>> >>> >> >> https%3A%2F%2Fwww.patr
> >>> >>> >>> >> >>
> >>>>eon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%
> >>> >>> >>> >> >> 7Cafcc2207437643
> >>> >>> >>> >> >> >0e972508d5635711da%7Cfa7b1b5a7b34438794aed2c178de
> >>> >>> >>> >> >> cee1%7C0%7C0%7C6365241479
> >>> >>> >>> >> >> >98979848&sdata=0BDb%2FFUwg%2FIBZE24ilHXu845iMa%
> >>> >>> >>> >> >> 2Fmu9iDF9P7NK3sYc%3D&reserv
> >>> >>> >>> >> >> >ed=0>*
> >>> >>> >>> >> >>
> >>> >>> >>> >> >>
> >>> >>> >>> >> >
> >>> >>> >>> >> >
> >>> >>> >>> >> >--
> >>> >>> >>> >> >
> >>> >>> >>> >> >Piotr Zarzycki
> >>> >>> >>> >> >
> >>> >>> >>> >> >Patreon:
> >>> >>> >>> >> >*https://na01.safelinks.protection.outlook.com/?url=
> >>> >>> >>> >> https%3A%2F%2Fwww.patr
> >>> >>> >>> >> >eon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%
> >>> >>> >>> >> 7Cf9ce62f67abd4e
> >>> >>> >>> >> >56304408d563650e0e%7Cfa7b1b5a7b34438794aed2c178de
> >>> >>> >>> >> cee1%7C0%7C0%7C6365242080
> >>> >>> >>> >> >50899771&sdata=jQn5ESWbpyqVD%
> 2FzUrDgz%2BLiakH6nHusSV1L0slA8
> >>> >>> XAo%3D&
> >>> >>> >>> >> reserved
> >>> >>> >>> >> >=0
> >>> >>> >>> >> ><https://na01.safelinks.protection.outlook.com/?url=
> >>> >>> >>> >> https%3A%2F%2Fwww.patr
> >>> >>> >>> >> >eon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%
> >>> >>> >>> >> 7Cf9ce62f67abd4e
> >>> >>> >>> >> >56304408d563650e0e%7Cfa7b1b5a7b34438794aed2c178de
> >>> >>> >>> >> cee1%7C0%7C0%7C6365242080
> >>> >>> >>> >> >50899771&sdata=jQn5ESWbpyqVD%
> 2FzUrDgz%2BLiakH6nHusSV1L0slA8
> >>> >>> XAo%3D&
> >>> >>> >>> >> reserved
> >>> >>> >>> >> >=0>*
> >>> >>> >>> >>
> >>> >>> >>> >>
> >>> >>> >>> >
> >>> >>> >>> >
> >>> >>> >>> >--
> >>> >>> >>> >
> >>> >>> >>> >Piotr Zarzycki
> >>> >>> >>> >
> >>> >>> >>> >Patreon:
> >>> >>> >>> >*https://na01.safelinks.protection.outlook.com/?url=https%
> >>> >>> >>> 3A%2F%2Fwww.patr
> >>> >>> >>> >eon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%7
> >>> >>> >>> C070a6ad3a98841
> >>> >>> >>> >413a7b08d5636a5e5d%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%
> >>> >>> >>> 7C0%7C6365242308
> >>> >>> >>> >58327364&sdata=4qxljVdaqOmyE8nITJ6UJ%2FhVdUPs%2BwkShDP0zq0%
> >>> >>> >>> 2FuNU%3D&reserv
> >>> >>> >>> >ed=0
> >>> >>> >>> ><https://na01.safelinks.protection.outlook.com/?url=https%
> >>> >>> >>> 3A%2F%2Fwww.patr
> >>> >>> >>> >eon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%7
> >>> >>> >>> C070a6ad3a98841
> >>> >>> >>> >413a7b08d5636a5e5d%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%
> >>> >>> >>> 7C0%7C6365242308
> >>> >>> >>> >58327364&sdata=4qxljVdaqOmyE8nITJ6UJ%2FhVdUPs%2BwkShDP0zq0%
> >>> >>> >>> 2FuNU%3D&reserv
> >>> >>> >>> >ed=0>*
> >>> >>> >>>
> >>> >>> >>>
> >>> >>> >>
> >>> >>> >>
> >>> >>> >> --
> >>> >>> >>
> >>> >>> >> Piotr Zarzycki
> >>> >>> >>
> >>> >>> >> Patreon:
> >>> >>> >>*https://na01.safelinks.protection.outlook.com/?url=https%
> >>> >>> 3A%2F%2Fwww.pat
> >>> >>> >>reon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com
> >>> >>> %7C09264452e2ab
> >>> >>> >>436cdb2608d56418924c%7Cfa7b1b5a7b34438794aed2c178decee1%
> >>> >>> 7C0%7C0%7C6365249
> >>> >>> >>79061106599&sdata=zt7QApJRCZp8t82OaJStjIMJ3pOgu4tG%2B4z3%
> >>> >>> 2FMBMoH0%3D&rese
> >>> >>> >>rved=0
> >>> >>> >>
> >>> >>> >><https://na01.safelinks.protection.outlook.com/?url=https%
> >>> >>> 3A%2F%2Fwww.pat
> >>> >>> >>reon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com
> >>> >>> %7C09264452e2ab
> >>> >>> >>436cdb2608d56418924c%7Cfa7b1b5a7b34438794aed2c178decee1%
> >>> >>> 7C0%7C0%7C6365249
> >>> >>> >>79061106599&sdata=zt7QApJRCZp8t82OaJStjIMJ3pOgu4tG%2B4z3%
> >>> >>> 2FMBMoH0%3D&rese
> >>> >>> >>rved=0>*
> >>> >>> >>
> >>> >>> >
> >>> >>> >
> >>> >>> >
> >>> >>> >--
> >>> >>> >
> >>> >>> >Piotr Zarzycki
> >>> >>> >
> >>> >>> >Patreon:
> >>> >>> >*https://na01.safelinks.protection.outlook.com/?url=https%
> >>> >>> 3A%2F%2Fwww.patr
> >>> >>> >eon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%7
> >>> >>> C09264452e2ab43
> >>> >>> >6cdb2608d56418924c%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%
> >>> >>> 7C0%7C6365249790
> >>> >>> >61106599&sdata=zt7QApJRCZp8t82OaJStjIMJ3pOgu4tG%2B4z3%
> >>> >>> 2FMBMoH0%3D&reserved
> >>> >>> >=0
> >>> >>> ><https://na01.safelinks.protection.outlook.com/?url=https%
> >>> >>> 3A%2F%2Fwww.patr
> >>> >>> >eon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%7
> >>> >>> C09264452e2ab43
> >>> >>> >6cdb2608d56418924c%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%
> >>> >>> 7C0%7C6365249790
> >>> >>> >61106599&sdata=zt7QApJRCZp8t82OaJStjIMJ3pOgu4tG%2B4z3%
> >>> >>> 2FMBMoH0%3D&reserved
> >>> >>> >=0>*
> >>> >>>
> >>> >>>
> >>> >>
> >>> >>
> >>> >> --
> >>> >>
> >>> >> Piotr Zarzycki
> >>> >>
> >>> >> Patreon:
> >>> >>*https://na01.safelinks.protection.outlook.com/?url=
> >>> https%3A%2F%2Fwww.pat
> >>> >>reon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com
> >>> %7Cd46f24996cb8
> >>> >>41f1e5e208d56baaa2dc%7C71f1da39c0a84d5a8d88a67b23c3
> >>> 0bf4%7C0%7C0%7C6365333
> >>> >>03003198853&sdata=UBjttvm26cQkKscrS2psuB8J5uy1LK
> >>> ruGbT0dHKhd6o%3D&reserved
> >>> >>=0
> >>> >>
> >>> >><https://na01.safelinks.protection.outlook.com/?url=
> >>> https%3A%2F%2Fwww.pat
> >>> >>reon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com
> >>> %7Cd46f24996cb8
> >>> >>41f1e5e208d56baaa2dc%7C71f1da39c0a84d5a8d88a67b23c3
> >>> 0bf4%7C0%7C0%7C6365333
> >>> >>03003198853&sdata=UBjttvm26cQkKscrS2psuB8J5uy1LK
> >>> ruGbT0dHKhd6o%3D&reserved
> >>> >>=0>*
> >>> >>
> >>> >
> >>> >
> >>> >
> >>> >--
> >>> >
> >>> >Piotr Zarzycki
> >>> >
> >>> >Patreon:
> >>> >*https://na01.safelinks.protection.outlook.com/?url=
> >>> https%3A%2F%2Fwww.patr
> >>> >eon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%
> >>> 7Cd46f24996cb841
> >>> >f1e5e208d56baaa2dc%7C71f1da39c0a84d5a8d88a67b23c3
> >>> 0bf4%7C0%7C0%7C6365333030
> >>>
> >>>>03198853&sdata=UBjttvm26cQkKscrS2psuB8J5uy1LK
> ruGbT0dHKhd6o%3D&reserved=
> >>>>0
> >>> ><https://na01.safelinks.protection.outlook.com/?url=
> >>> https%3A%2F%2Fwww.patr
> >>> >eon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%
> >>> 7Cd46f24996cb841
> >>> >f1e5e208d56baaa2dc%7C71f1da39c0a84d5a8d88a67b23c3
> >>> 0bf4%7C0%7C0%7C6365333030
> >>> >03198853&sdata=UBjttvm26cQkKscrS2psuB8J5uy1LK
> >>> ruGbT0dHKhd6o%3D&reserved=0>*
> >>>
> >>>
> >>
> >>
> >>--
> >>
> >>Piotr Zarzycki
> >>
> >>Patreon:
> >>*https://na01.safelinks.protection.outlook.com/?url=
> https%3A%2F%2Fwww.pat
> >>r
> >>eon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com
> %7Ca9cd3efd32a34
> >>3
> >>5e552808d56cba7d96%7C71f1da39c0a84d5a8d88a67b23c3
> 0bf4%7C0%7C0%7C636534470
> >>5
> >>82493502&sdata=4NCtcyIQxK57Q9e9IecFnEJNx14WLAFVMkUW4xOhjuo%3D&reserved=0
> >><https://na01.safelinks.protection.outlook.com/?url=
> https%3A%2F%2Fwww.pat
> >>r
> >>eon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com
> %7Ca9cd3efd32a34
> >>3
> >>5e552808d56cba7d96%7C71f1da39c0a84d5a8d88a67b23c3
> 0bf4%7C0%7C0%7C636534470
> >>5
> >>82493502&sdata=4NCtcyIQxK57Q9e9IecFnEJNx14WLA
> FVMkUW4xOhjuo%3D&reserved=0>
> >>*
> >
>
>


-- 
Andrew Wetmore

http://cottage14.blogspot.com/

Re: Different results for compilation Error in JS and SWF compilation

Posted by Piotr Zarzycki <pi...@gmail.com>.
Let's move with release. Thanks for fixing it!

2018-02-07 8:35 GMT+01:00 Alex Harui <ah...@adobe.com.invalid>:

> This should be fixed in the nightly builds.
>
> This is the last thing I wanted to get done before cutting this release.
> When I start my day tomorrow I will start the process.
>
> I would also like to push royale-docs to master so it gets published with
> this release.  I think it is good enough (or will be by the end of the
> 72-hour voting period).
>
> Thoughts?
> -Alex
>
> On 2/5/18, 9:28 AM, "Alex Harui" <ah...@adobe.com.INVALID> wrote:
>
> >Hopefully, the compiler returns a different exit code if there are only
> >warnings and Moonshine is checking exit codes.
> >
> >Thanks,
> >-Alex
> >
> >On 2/5/18, 9:04 AM, "Piotr Zarzycki" <pi...@gmail.com> wrote:
> >
> >>It would be great, because I have found that Moonshine's build of any
> >>Royale app is failing if it contains Warnings from the compiler. I could
> >>change the implementation a bit there, but I believe fix in the compiler
> >>is
> >>more appropriate. It would be consistent then with SWF build.
> >>
> >>Thanks!
> >>Piotr
> >>
> >>
> >>2018-02-05 17:56 GMT+01:00 Alex Harui <ah...@adobe.com.invalid>:
> >>
> >>> Yep.  I noticed that too.  I have no idea how to fix it.  Maybe I'll
> >>>find
> >>> time to dig into it before cutting the release.
> >>>
> >>> -Alex
> >>>
> >>> On 2/4/18, 12:38 AM, "Piotr Zarzycki" <pi...@gmail.com>
> >>>wrote:
> >>>
> >>> >Alex,
> >>> >
> >>> >The same thing goes with Warnings, not only errors.
> >>> >
> >>> >Piotr
> >>> >
> >>> >2018-01-25 18:59 GMT+01:00 Piotr Zarzycki <piotrzarzycki21@gmail.com
> >:
> >>> >
> >>> >> I have raised issue ->
> >>> >>https://na01.safelinks.protection.outlook.com/?url=
> >>> https%3A%2F%2Fgithub.c
> >>> >>om%2Fapache%2Froyale-compiler%2Fissues%2F21&data=
> >>> 02%7C01%7Caharui%40adobe
> >>>
> >>>>>.com%7Cd46f24996cb841f1e5e208d56baaa2dc%
> 7C71f1da39c0a84d5a8d88a67b23c3
> >>> 0bf
> >>> >>4%7C0%7C0%7C636533303003198853&sdata=srWYw5bL8DlUtwHdZFKEH8nGsbLcsJ
> >>> rwX0Te
> >>> >>PQhPCCE%3D&reserved=0
> >>> >>
> >>> >> 2018-01-25 18:38 GMT+01:00 Alex Harui <ah...@adobe.com.invalid>:
> >>> >>
> >>> >>> Hmm.  Maybe MXMLJSC isn't able to pick up the ErrorFormat and just
> >>>uses
> >>> >>> %s.  I've never looked into how the language resources work.
> >>> >>>
> >>> >>> HTH,
> >>> >>> -Alex
> >>> >>>
> >>> >>> On 1/25/18, 9:24 AM, "Piotr Zarzycki" <pi...@gmail.com>
> >>> >>>wrote:
> >>> >>>
> >>> >>> >Alex,
> >>> >>> >
> >>> >>> >I looked into that and without debugging there is no option for me
> >>> >>>figure
> >>> >>> >out what has happened. Both classes are using the same formatter
> >>>and
> >>> >>> >printer to output errors. WorkspaceProblemFormatter and
> >>>ProblemPrinter
> >>> >>> >
> >>> >>> >MXMLC is taking ErrorFormat=Error: %s from language resources.
> >>>During
> >>> >>>the
> >>> >>> >compilation MXMLJSC is even using methods from MXMLC.
> >>> >>> >
> >>> >>> >
> >>> >>> >
> >>> >>> >2018-01-24 22:49 GMT+01:00 Piotr Zarzycki
> >>><piotrzarzycki21@gmail.com
> >>> >:
> >>> >>> >
> >>> >>> >> Ok now I understand! I will look into that :)
> >>> >>> >>
> >>> >>> >> 2018-01-24 21:40 GMT+01:00 Alex Harui
> >>><ah...@adobe.com.invalid>:
> >>> >>> >>
> >>> >>> >>> I'm saying that if you want JSRoyale to have the same output as
> >>>the
> >>> >>> SWF
> >>> >>> >>> target, I would look at the compiler source in those files and
> >>>see
> >>> >>>if
> >>> >>> >>>they
> >>> >>> >>> are doing something different.  I could go fix it myself, but I
> >>>am
> >>> >>> >>>trying
> >>> >>> >>> to encourage other committers to get more familiar with the
> >>> >>>compiler
> >>> >>> >>> source.
> >>> >>> >>>
> >>> >>> >>> HTH,
> >>> >>> >>> -Alex
> >>> >>> >>>
> >>> >>> >>> On 1/24/18, 12:37 PM, "Piotr Zarzycki"
> >>><pi...@gmail.com>
> >>> >>> >>>wrote:
> >>> >>> >>>
> >>> >>> >>> >Not sure what do you mean ? That's how we use it I think so.
> >>> >>> >>> >
> >>> >>> >>> >2018-01-24 21:28 GMT+01:00 Alex Harui
> >>><ah...@adobe.com.invalid>:
> >>> >>> >>> >
> >>> >>> >>> >> Interesting.  Hadn't noticed that.  I guess you could
> >>>compare
> >>> >>>the
> >>> >>> >>> output
> >>> >>> >>> >> logic in the compilers.  MXMLC.java should be used for SWF
> >>> >>>compiles
> >>> >>> >>>and
> >>> >>> >>> >> MXMLJSC.java for JS compiles.
> >>> >>> >>> >>
> >>> >>> >>> >> -Alex
> >>> >>> >>> >>
> >>> >>> >>> >> On 1/24/18, 11:59 AM, "Piotr Zarzycki"
> >>> >>><pi...@gmail.com>
> >>> >>> >>> >>wrote:
> >>> >>> >>> >>
> >>> >>> >>> >> >Once Again:
> >>> >>> >>> >> >
> >>> >>> >>> >> >JSRoyale:
> >>> >>> >>> >> >col: 12 This attribute is unexpected. It will be ignored.
> >>> >>> >>> >> >:
> >>> >>> >>> >> >: <js:View percentWidh="100" percentHeight="100">
> >>> >>> >>> >> >
> >>> >>> >>> >> >SWF:
> >>> >>> >>> >> >col: 12 Error: This attribute is unexpected. It will be
> >>> >>>ignored.
> >>> >>> >>> >> >:
> >>> >>> >>> >> >: <js:View percentWidh="100" percentHeight="100">
> >>> >>> >>> >> >
> >>> >>> >>> >> >
> >>> >>> >>> >> >
> >>> >>> >>> >> >2018-01-24 20:47 GMT+01:00 Alex Harui
> >>> >>><ah...@adobe.com.invalid>:
> >>> >>> >>> >> >
> >>> >>> >>> >> >> Links are still broken.  Paste.a.o might be having
> >>>problems.
> >>> >>> Try
> >>> >>> >>> >>just
> >>> >>> >>> >> >>cut
> >>> >>> >>> >> >> and paste of a section of the main differences.
> >>> >>> >>> >> >>
> >>> >>> >>> >> >> -Alex
> >>> >>> >>> >> >>
> >>> >>> >>> >> >> On 1/24/18, 10:19 AM, "Piotr Zarzycki"
> >>> >>> >>><pi...@gmail.com>
> >>> >>> >>> >> >>wrote:
> >>> >>> >>> >> >>
> >>> >>> >>> >> >> >Something happened with Apache paste. Posting once
> >>>again.
> >>> >>> >>> >> >> >
> >>> >>> >>> >> >> >JSRoyale compilation error [1]
> >>> >>> >>> >> >> >SWF compilation error [2]
> >>> >>> >>> >> >> >
> >>> >>> >>> >> >> >[1]
> >>> >>> >>> >> >> >https://na01.safelinks.protection.outlook.com/?url=
> >>> >>> >>> >> >> https%3A%2F%2Fpaste.apa
> >>> >>> >>> >> >> >che.org%2FJdNf&data=02%7C01%7Caharui%40adobe.com%
> >>> >>> >>> >> >> 7Cafcc22074376430e972508d
> >>> >>> >>> >> >> >5635711da%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%
> >>> >>> >>> >> >> 7C636524147998979848&
> >>> >>> >>> >> >> >sdata=11pnBHmUDQhSfiCfYIsbBw9G1n8vPfwEoAP09onRP14%3D&
> >>> >>> reserved=0
> >>> >>> >>> >> >> >[2]
> >>> >>> >>> >> >> >https://na01.safelinks.protection.outlook.com/?url=
> >>> >>> >>> >> >> https%3A%2F%2Fpaste.apa
> >>> >>> >>> >> >> >che.org%2FQgUo&data=02%7C01%7Caharui%40adobe.com%
> >>> >>> >>> >> >> 7Cafcc22074376430e972508d
> >>> >>> >>> >> >> >5635711da%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%
> >>> >>> >>> >> >> 7C636524147998979848&
> >>> >>> >>> >> >> >sdata=EcK0PgVPJWOa9YxQcvP6LbIbFZ32hNK6pjgsN695lxE%3D&
> >>> >>> reserved=0
> >>> >>> >>> >> >> >
> >>> >>> >>> >> >> >
> >>> >>> >>> >> >> >
> >>> >>> >>> >> >> >2018-01-24 18:22 GMT+01:00 Alex Harui
> >>> >>> >>><ah...@adobe.com.invalid>:
> >>> >>> >>> >> >> >
> >>> >>> >>> >> >> >> The links do not work for me.
> >>> >>> >>> >> >> >>
> >>> >>> >>> >> >> >> -Alex
> >>> >>> >>> >> >> >>
> >>> >>> >>> >> >> >> On 1/24/18, 4:19 AM, "Piotr Zarzycki"
> >>> >>> >>><piotrzarzycki21@gmail.com
> >>> >>> >>> >
> >>> >>> >>> >> >> wrote:
> >>> >>> >>> >> >> >>
> >>> >>> >>> >> >> >> >Carlos,
> >>> >>> >>> >> >> >> >
> >>> >>> >>> >> >> >> >I know what causes the error :) I just wanted to know
> >>>why
> >>> >>> the
> >>> >>> >>> >> >>message
> >>> >>> >>> >> >> >> >provided by compiler is different :)
> >>> >>> >>> >> >> >> >
> >>> >>> >>> >> >> >> >Piotr
> >>> >>> >>> >> >> >> >
> >>> >>> >>> >> >> >> >2018-01-24 13:18 GMT+01:00 Carlos Rovira
> >>> >>> >>> >><ca...@apache.org>:
> >>> >>> >>> >> >> >> >
> >>> >>> >>> >> >> >> >> there's a need for a final "h" here percentWidt
> >>> >>> >>> >> >> >> >>
> >>> >>> >>> >> >> >> >> so it seems something is wrong in the generation
> >>>right?
> >>> >>> >>> >> >> >> >>
> >>> >>> >>> >> >> >> >>
> >>> >>> >>> >> >> >> >> 2018-01-24 13:08 GMT+01:00 Piotr Zarzycki
> >>> >>> >>> >> >> >><pi...@gmail.com>:
> >>> >>> >>> >> >> >> >>
> >>> >>> >>> >> >> >> >> > Hi,
> >>> >>> >>> >> >> >> >> >
> >>> >>> >>> >> >> >> >> > I have found that during SWF only compilation and
> >>>JS
> >>> >>> only
> >>> >>> >>> >> >>although
> >>> >>> >>> >> >> >>I'm
> >>> >>> >>> >> >> >> >> > getting the same errors they are reported a bit
> >>> >>> >>>differently.
> >>> >>> >>> >> >> >> >> >
> >>> >>> >>> >> >> >> >> > In build: compiler.targets=JSRoyale I got [1]
> >>> >>> >>> >> >> >> >> > In build: compiler.targets=SWF I got [2]
> >>> >>> >>> >> >> >> >> >
> >>> >>> >>> >> >> >> >> > There is no word "Error" in case of JSRoyale - Is
> >>> >>>this a
> >>> >>> >>>bug
> >>> >>> >>> >>?
> >>> >>> >>> >> >> >> >> >
> >>> >>> >>> >> >> >> >> > [1]
> >>> >>> >>> >> >> >> >>https://na01.safelinks.protection.outlook.com/?url=
> >>> >>> >>> >> >> >> https%3A%2F%2Fpaste.ap
> >>> >>> >>> >> >> >> >>ache.org%2FH7m7&data=02%7C01%7Caharui%40adobe.com%
> >>> >>> >>> >> >> >> 7C86539a854146402e21510
> >>> >>> >>> >> >> >>
> >>>>>8d56324c4af%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%
> >>> >>> >>> >> >> >> 7C6365239319247711
> >>> >>> >>> >> >> >>
> >>> >>> >>> >>>>78&sdata=I0RlFQKtU8QJ48nFi3Zv6e9gmrVHfTqUiCD0rHxOfYs%3D&
> >>> >>> reserved=0
> >>> >>> >>> >> >> >> >> > [2]
> >>> >>> >>> >> >> >> >>https://na01.safelinks.protection.outlook.com/?url=
> >>> >>> >>> >> >> >> https%3A%2F%2Fpaste.ap
> >>> >>> >>> >> >> >> >>ache.org%2FtvL9&data=02%7C01%7Caharui%40adobe.com%
> >>> >>> >>> >> >> >> 7C86539a854146402e21510
> >>> >>> >>> >> >> >>
> >>>>>8d56324c4af%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%
> >>> >>> >>> >> >> >> 7C6365239319247711
> >>> >>> >>> >> >> >>
> >>> >>> >>> >>>>78&sdata=3SB0VZjSQ3cq15PMeNK9hDtVEf2IQ2W76uM0jVyyiXo%3D&
> >>> >>> reserved=0
> >>> >>> >>> >> >> >> >> >
> >>> >>> >>> >> >> >> >> > Thanks,
> >>> >>> >>> >> >> >> >> > --
> >>> >>> >>> >> >> >> >> >
> >>> >>> >>> >> >> >> >> > Piotr Zarzycki
> >>> >>> >>> >> >> >> >> >
> >>> >>> >>> >> >> >> >> > Patreon:
> >>> >>> >>> >> >> >> >>*https://na01.safelinks.
> protection.outlook.com/?url=
> >>> >>> >>> >> >> >> https%3A%2F%2Fwww.pat
> >>> >>> >>> >> >> >>
> >>> >>>>>reon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com
> >>> >>> >>> >> >> >> %7C86539a854146
> >>> >>> >>> >> >> >> >>402e215108d56324c4af%7Cfa7b1b5a7b34438794aed2c178de
> >>> >>> >>> >> >> >> cee1%7C0%7C0%7C6365239
> >>> >>> >>> >> >> >> >>31924771178&sdata=fMwSLPw1i2ucqETktb4PJRSg%
> >>> >>> >>> >> >> >> 2FFtnQRjQQbBBulFkWpg%3D&reserv
> >>> >>> >>> >> >> >> >>ed=0
> >>> >>> >>> >> >> >> >> >
> >>> >>> >>> >> >> >> >><https://na01.safelinks.
> protection.outlook.com/?url=
> >>> >>> >>> >> >> >> https%3A%2F%2Fwww.pat
> >>> >>> >>> >> >> >>
> >>> >>>>>reon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com
> >>> >>> >>> >> >> >> %7C86539a854146
> >>> >>> >>> >> >> >> >>402e215108d56324c4af%7Cfa7b1b5a7b34438794aed2c178de
> >>> >>> >>> >> >> >> cee1%7C0%7C0%7C6365239
> >>> >>> >>> >> >> >> >>31924771178&sdata=fMwSLPw1i2ucqETktb4PJRSg%
> >>> >>> >>> >> >> >> 2FFtnQRjQQbBBulFkWpg%3D&reserv
> >>> >>> >>> >> >> >> >>ed=0>*
> >>> >>> >>> >> >> >> >> >
> >>> >>> >>> >> >> >> >>
> >>> >>> >>> >> >> >> >>
> >>> >>> >>> >> >> >> >>
> >>> >>> >>> >> >> >> >> --
> >>> >>> >>> >> >> >> >> Carlos Rovira
> >>> >>> >>> >> >> >> >>
> >>> >>> >>> >> >> >> >>https://na01.safelinks.protection.outlook.com/?url=
> >>> >>> >>> >> >> >> http%3A%2F%2Fabout.me%
> >>> >>> >>> >> >> >> >>2Fcarlosrovira&data=02%7C01%7Caharui%40adobe.com%
> >>> >>> >>> >> >> >> 7C86539a854146402e215108
> >>> >>> >>> >> >> >>
> >>>>>d56324c4af%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%
> >>> >>> >>> >> >> >> 7C63652393192477117
> >>> >>> >>> >> >> >>
> >>> >>> >>>
> >>>
> >>>>>>>>>>8&sdata=poE7DnL3nCR3TiIdTKcZq3XiXERRt8
> 230P6BLzjq0pc%3D&reserved=0
> >>> >>> >>> >> >> >> >>
> >>> >>> >>> >> >> >> >
> >>> >>> >>> >> >> >> >
> >>> >>> >>> >> >> >> >
> >>> >>> >>> >> >> >> >--
> >>> >>> >>> >> >> >> >
> >>> >>> >>> >> >> >> >Piotr Zarzycki
> >>> >>> >>> >> >> >> >
> >>> >>> >>> >> >> >> >Patreon:
> >>> >>> >>> >> >> >> >*https://na01.safelinks.protection.outlook.com/?url=
> >>> >>> >>> >> >> >> https%3A%2F%2Fwww.patr
> >>> >>> >>> >> >> >>
> >>> >>>>eon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%
> >>> >>> >>> >> >> >> 7C86539a85414640
> >>> >>> >>> >> >> >> >2e215108d56324c4af%7Cfa7b1b5a7b34438794aed2c178de
> >>> >>> >>> >> >> >> cee1%7C0%7C0%7C6365239319
> >>> >>> >>> >> >> >>
> >>> >>>>24771178&sdata=fMwSLPw1i2ucqETktb4PJRSg%2FFtnQRjQQbBBulFkWp
> >>> >>> >>> g%3D&
> >>> >>> >>> >> >> >> reserved=0
> >>> >>> >>> >> >> >> ><https://na01.safelinks.protection.outlook.com/?url=
> >>> >>> >>> >> >> >> https%3A%2F%2Fwww.patr
> >>> >>> >>> >> >> >>
> >>> >>>>eon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%
> >>> >>> >>> >> >> >> 7C86539a85414640
> >>> >>> >>> >> >> >> >2e215108d56324c4af%7Cfa7b1b5a7b34438794aed2c178de
> >>> >>> >>> >> >> >> cee1%7C0%7C0%7C6365239319
> >>> >>> >>> >> >> >>
> >>> >>>>24771178&sdata=fMwSLPw1i2ucqETktb4PJRSg%2FFtnQRjQQbBBulFkWp
> >>> >>> >>> g%3D&
> >>> >>> >>> >> >> >> reserved=0
> >>> >>> >>> >> >> >> >>*
> >>> >>> >>> >> >> >>
> >>> >>> >>> >> >> >>
> >>> >>> >>> >> >> >
> >>> >>> >>> >> >> >
> >>> >>> >>> >> >> >--
> >>> >>> >>> >> >> >
> >>> >>> >>> >> >> >Piotr Zarzycki
> >>> >>> >>> >> >> >
> >>> >>> >>> >> >> >Patreon:
> >>> >>> >>> >> >> >*https://na01.safelinks.protection.outlook.com/?url=
> >>> >>> >>> >> >> https%3A%2F%2Fwww.patr
> >>> >>> >>> >> >>
> >>>>eon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%
> >>> >>> >>> >> >> 7Cafcc2207437643
> >>> >>> >>> >> >> >0e972508d5635711da%7Cfa7b1b5a7b34438794aed2c178de
> >>> >>> >>> >> >> cee1%7C0%7C0%7C6365241479
> >>> >>> >>> >> >> >98979848&sdata=0BDb%2FFUwg%2FIBZE24ilHXu845iMa%
> >>> >>> >>> >> >> 2Fmu9iDF9P7NK3sYc%3D&reserv
> >>> >>> >>> >> >> >ed=0
> >>> >>> >>> >> >> ><https://na01.safelinks.protection.outlook.com/?url=
> >>> >>> >>> >> >> https%3A%2F%2Fwww.patr
> >>> >>> >>> >> >>
> >>>>eon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%
> >>> >>> >>> >> >> 7Cafcc2207437643
> >>> >>> >>> >> >> >0e972508d5635711da%7Cfa7b1b5a7b34438794aed2c178de
> >>> >>> >>> >> >> cee1%7C0%7C0%7C6365241479
> >>> >>> >>> >> >> >98979848&sdata=0BDb%2FFUwg%2FIBZE24ilHXu845iMa%
> >>> >>> >>> >> >> 2Fmu9iDF9P7NK3sYc%3D&reserv
> >>> >>> >>> >> >> >ed=0>*
> >>> >>> >>> >> >>
> >>> >>> >>> >> >>
> >>> >>> >>> >> >
> >>> >>> >>> >> >
> >>> >>> >>> >> >--
> >>> >>> >>> >> >
> >>> >>> >>> >> >Piotr Zarzycki
> >>> >>> >>> >> >
> >>> >>> >>> >> >Patreon:
> >>> >>> >>> >> >*https://na01.safelinks.protection.outlook.com/?url=
> >>> >>> >>> >> https%3A%2F%2Fwww.patr
> >>> >>> >>> >> >eon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%
> >>> >>> >>> >> 7Cf9ce62f67abd4e
> >>> >>> >>> >> >56304408d563650e0e%7Cfa7b1b5a7b34438794aed2c178de
> >>> >>> >>> >> cee1%7C0%7C0%7C6365242080
> >>> >>> >>> >> >50899771&sdata=jQn5ESWbpyqVD%
> 2FzUrDgz%2BLiakH6nHusSV1L0slA8
> >>> >>> XAo%3D&
> >>> >>> >>> >> reserved
> >>> >>> >>> >> >=0
> >>> >>> >>> >> ><https://na01.safelinks.protection.outlook.com/?url=
> >>> >>> >>> >> https%3A%2F%2Fwww.patr
> >>> >>> >>> >> >eon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%
> >>> >>> >>> >> 7Cf9ce62f67abd4e
> >>> >>> >>> >> >56304408d563650e0e%7Cfa7b1b5a7b34438794aed2c178de
> >>> >>> >>> >> cee1%7C0%7C0%7C6365242080
> >>> >>> >>> >> >50899771&sdata=jQn5ESWbpyqVD%
> 2FzUrDgz%2BLiakH6nHusSV1L0slA8
> >>> >>> XAo%3D&
> >>> >>> >>> >> reserved
> >>> >>> >>> >> >=0>*
> >>> >>> >>> >>
> >>> >>> >>> >>
> >>> >>> >>> >
> >>> >>> >>> >
> >>> >>> >>> >--
> >>> >>> >>> >
> >>> >>> >>> >Piotr Zarzycki
> >>> >>> >>> >
> >>> >>> >>> >Patreon:
> >>> >>> >>> >*https://na01.safelinks.protection.outlook.com/?url=https%
> >>> >>> >>> 3A%2F%2Fwww.patr
> >>> >>> >>> >eon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%7
> >>> >>> >>> C070a6ad3a98841
> >>> >>> >>> >413a7b08d5636a5e5d%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%
> >>> >>> >>> 7C0%7C6365242308
> >>> >>> >>> >58327364&sdata=4qxljVdaqOmyE8nITJ6UJ%2FhVdUPs%2BwkShDP0zq0%
> >>> >>> >>> 2FuNU%3D&reserv
> >>> >>> >>> >ed=0
> >>> >>> >>> ><https://na01.safelinks.protection.outlook.com/?url=https%
> >>> >>> >>> 3A%2F%2Fwww.patr
> >>> >>> >>> >eon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%7
> >>> >>> >>> C070a6ad3a98841
> >>> >>> >>> >413a7b08d5636a5e5d%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%
> >>> >>> >>> 7C0%7C6365242308
> >>> >>> >>> >58327364&sdata=4qxljVdaqOmyE8nITJ6UJ%2FhVdUPs%2BwkShDP0zq0%
> >>> >>> >>> 2FuNU%3D&reserv
> >>> >>> >>> >ed=0>*
> >>> >>> >>>
> >>> >>> >>>
> >>> >>> >>
> >>> >>> >>
> >>> >>> >> --
> >>> >>> >>
> >>> >>> >> Piotr Zarzycki
> >>> >>> >>
> >>> >>> >> Patreon:
> >>> >>> >>*https://na01.safelinks.protection.outlook.com/?url=https%
> >>> >>> 3A%2F%2Fwww.pat
> >>> >>> >>reon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com
> >>> >>> %7C09264452e2ab
> >>> >>> >>436cdb2608d56418924c%7Cfa7b1b5a7b34438794aed2c178decee1%
> >>> >>> 7C0%7C0%7C6365249
> >>> >>> >>79061106599&sdata=zt7QApJRCZp8t82OaJStjIMJ3pOgu4tG%2B4z3%
> >>> >>> 2FMBMoH0%3D&rese
> >>> >>> >>rved=0
> >>> >>> >>
> >>> >>> >><https://na01.safelinks.protection.outlook.com/?url=https%
> >>> >>> 3A%2F%2Fwww.pat
> >>> >>> >>reon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com
> >>> >>> %7C09264452e2ab
> >>> >>> >>436cdb2608d56418924c%7Cfa7b1b5a7b34438794aed2c178decee1%
> >>> >>> 7C0%7C0%7C6365249
> >>> >>> >>79061106599&sdata=zt7QApJRCZp8t82OaJStjIMJ3pOgu4tG%2B4z3%
> >>> >>> 2FMBMoH0%3D&rese
> >>> >>> >>rved=0>*
> >>> >>> >>
> >>> >>> >
> >>> >>> >
> >>> >>> >
> >>> >>> >--
> >>> >>> >
> >>> >>> >Piotr Zarzycki
> >>> >>> >
> >>> >>> >Patreon:
> >>> >>> >*https://na01.safelinks.protection.outlook.com/?url=https%
> >>> >>> 3A%2F%2Fwww.patr
> >>> >>> >eon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%7
> >>> >>> C09264452e2ab43
> >>> >>> >6cdb2608d56418924c%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%
> >>> >>> 7C0%7C6365249790
> >>> >>> >61106599&sdata=zt7QApJRCZp8t82OaJStjIMJ3pOgu4tG%2B4z3%
> >>> >>> 2FMBMoH0%3D&reserved
> >>> >>> >=0
> >>> >>> ><https://na01.safelinks.protection.outlook.com/?url=https%
> >>> >>> 3A%2F%2Fwww.patr
> >>> >>> >eon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%7
> >>> >>> C09264452e2ab43
> >>> >>> >6cdb2608d56418924c%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%
> >>> >>> 7C0%7C6365249790
> >>> >>> >61106599&sdata=zt7QApJRCZp8t82OaJStjIMJ3pOgu4tG%2B4z3%
> >>> >>> 2FMBMoH0%3D&reserved
> >>> >>> >=0>*
> >>> >>>
> >>> >>>
> >>> >>
> >>> >>
> >>> >> --
> >>> >>
> >>> >> Piotr Zarzycki
> >>> >>
> >>> >> Patreon:
> >>> >>*https://na01.safelinks.protection.outlook.com/?url=
> >>> https%3A%2F%2Fwww.pat
> >>> >>reon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com
> >>> %7Cd46f24996cb8
> >>> >>41f1e5e208d56baaa2dc%7C71f1da39c0a84d5a8d88a67b23c3
> >>> 0bf4%7C0%7C0%7C6365333
> >>> >>03003198853&sdata=UBjttvm26cQkKscrS2psuB8J5uy1LK
> >>> ruGbT0dHKhd6o%3D&reserved
> >>> >>=0
> >>> >>
> >>> >><https://na01.safelinks.protection.outlook.com/?url=
> >>> https%3A%2F%2Fwww.pat
> >>> >>reon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com
> >>> %7Cd46f24996cb8
> >>> >>41f1e5e208d56baaa2dc%7C71f1da39c0a84d5a8d88a67b23c3
> >>> 0bf4%7C0%7C0%7C6365333
> >>> >>03003198853&sdata=UBjttvm26cQkKscrS2psuB8J5uy1LK
> >>> ruGbT0dHKhd6o%3D&reserved
> >>> >>=0>*
> >>> >>
> >>> >
> >>> >
> >>> >
> >>> >--
> >>> >
> >>> >Piotr Zarzycki
> >>> >
> >>> >Patreon:
> >>> >*https://na01.safelinks.protection.outlook.com/?url=
> >>> https%3A%2F%2Fwww.patr
> >>> >eon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%
> >>> 7Cd46f24996cb841
> >>> >f1e5e208d56baaa2dc%7C71f1da39c0a84d5a8d88a67b23c3
> >>> 0bf4%7C0%7C0%7C6365333030
> >>>
> >>>>03198853&sdata=UBjttvm26cQkKscrS2psuB8J5uy1LK
> ruGbT0dHKhd6o%3D&reserved=
> >>>>0
> >>> ><https://na01.safelinks.protection.outlook.com/?url=
> >>> https%3A%2F%2Fwww.patr
> >>> >eon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%
> >>> 7Cd46f24996cb841
> >>> >f1e5e208d56baaa2dc%7C71f1da39c0a84d5a8d88a67b23c3
> >>> 0bf4%7C0%7C0%7C6365333030
> >>> >03198853&sdata=UBjttvm26cQkKscrS2psuB8J5uy1LK
> >>> ruGbT0dHKhd6o%3D&reserved=0>*
> >>>
> >>>
> >>
> >>
> >>--
> >>
> >>Piotr Zarzycki
> >>
> >>Patreon:
> >>*https://na01.safelinks.protection.outlook.com/?url=
> https%3A%2F%2Fwww.pat
> >>r
> >>eon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com
> %7Ca9cd3efd32a34
> >>3
> >>5e552808d56cba7d96%7C71f1da39c0a84d5a8d88a67b23c3
> 0bf4%7C0%7C0%7C636534470
> >>5
> >>82493502&sdata=4NCtcyIQxK57Q9e9IecFnEJNx14WLAFVMkUW4xOhjuo%3D&reserved=0
> >><https://na01.safelinks.protection.outlook.com/?url=
> https%3A%2F%2Fwww.pat
> >>r
> >>eon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com
> %7Ca9cd3efd32a34
> >>3
> >>5e552808d56cba7d96%7C71f1da39c0a84d5a8d88a67b23c3
> 0bf4%7C0%7C0%7C636534470
> >>5
> >>82493502&sdata=4NCtcyIQxK57Q9e9IecFnEJNx14WLA
> FVMkUW4xOhjuo%3D&reserved=0>
> >>*
> >
>
>


-- 

Piotr Zarzycki

Patreon: *https://www.patreon.com/piotrzarzycki
<https://www.patreon.com/piotrzarzycki>*

Re: Different results for compilation Error in JS and SWF compilation

Posted by Alex Harui <ah...@adobe.com.INVALID>.
This should be fixed in the nightly builds.

This is the last thing I wanted to get done before cutting this release.
When I start my day tomorrow I will start the process.

I would also like to push royale-docs to master so it gets published with
this release.  I think it is good enough (or will be by the end of the
72-hour voting period).

Thoughts?
-Alex

On 2/5/18, 9:28 AM, "Alex Harui" <ah...@adobe.com.INVALID> wrote:

>Hopefully, the compiler returns a different exit code if there are only
>warnings and Moonshine is checking exit codes.
>
>Thanks,
>-Alex
>
>On 2/5/18, 9:04 AM, "Piotr Zarzycki" <pi...@gmail.com> wrote:
>
>>It would be great, because I have found that Moonshine's build of any
>>Royale app is failing if it contains Warnings from the compiler. I could
>>change the implementation a bit there, but I believe fix in the compiler
>>is
>>more appropriate. It would be consistent then with SWF build.
>>
>>Thanks!
>>Piotr
>>
>>
>>2018-02-05 17:56 GMT+01:00 Alex Harui <ah...@adobe.com.invalid>:
>>
>>> Yep.  I noticed that too.  I have no idea how to fix it.  Maybe I'll
>>>find
>>> time to dig into it before cutting the release.
>>>
>>> -Alex
>>>
>>> On 2/4/18, 12:38 AM, "Piotr Zarzycki" <pi...@gmail.com>
>>>wrote:
>>>
>>> >Alex,
>>> >
>>> >The same thing goes with Warnings, not only errors.
>>> >
>>> >Piotr
>>> >
>>> >2018-01-25 18:59 GMT+01:00 Piotr Zarzycki <pi...@gmail.com>:
>>> >
>>> >> I have raised issue ->
>>> >>https://na01.safelinks.protection.outlook.com/?url=
>>> https%3A%2F%2Fgithub.c
>>> >>om%2Fapache%2Froyale-compiler%2Fissues%2F21&data=
>>> 02%7C01%7Caharui%40adobe
>>> 
>>>>>.com%7Cd46f24996cb841f1e5e208d56baaa2dc%7C71f1da39c0a84d5a8d88a67b23c3
>>> 0bf
>>> >>4%7C0%7C0%7C636533303003198853&sdata=srWYw5bL8DlUtwHdZFKEH8nGsbLcsJ
>>> rwX0Te
>>> >>PQhPCCE%3D&reserved=0
>>> >>
>>> >> 2018-01-25 18:38 GMT+01:00 Alex Harui <ah...@adobe.com.invalid>:
>>> >>
>>> >>> Hmm.  Maybe MXMLJSC isn't able to pick up the ErrorFormat and just
>>>uses
>>> >>> %s.  I've never looked into how the language resources work.
>>> >>>
>>> >>> HTH,
>>> >>> -Alex
>>> >>>
>>> >>> On 1/25/18, 9:24 AM, "Piotr Zarzycki" <pi...@gmail.com>
>>> >>>wrote:
>>> >>>
>>> >>> >Alex,
>>> >>> >
>>> >>> >I looked into that and without debugging there is no option for me
>>> >>>figure
>>> >>> >out what has happened. Both classes are using the same formatter
>>>and
>>> >>> >printer to output errors. WorkspaceProblemFormatter and
>>>ProblemPrinter
>>> >>> >
>>> >>> >MXMLC is taking ErrorFormat=Error: %s from language resources.
>>>During
>>> >>>the
>>> >>> >compilation MXMLJSC is even using methods from MXMLC.
>>> >>> >
>>> >>> >
>>> >>> >
>>> >>> >2018-01-24 22:49 GMT+01:00 Piotr Zarzycki
>>><piotrzarzycki21@gmail.com
>>> >:
>>> >>> >
>>> >>> >> Ok now I understand! I will look into that :)
>>> >>> >>
>>> >>> >> 2018-01-24 21:40 GMT+01:00 Alex Harui
>>><ah...@adobe.com.invalid>:
>>> >>> >>
>>> >>> >>> I'm saying that if you want JSRoyale to have the same output as
>>>the
>>> >>> SWF
>>> >>> >>> target, I would look at the compiler source in those files and
>>>see
>>> >>>if
>>> >>> >>>they
>>> >>> >>> are doing something different.  I could go fix it myself, but I
>>>am
>>> >>> >>>trying
>>> >>> >>> to encourage other committers to get more familiar with the
>>> >>>compiler
>>> >>> >>> source.
>>> >>> >>>
>>> >>> >>> HTH,
>>> >>> >>> -Alex
>>> >>> >>>
>>> >>> >>> On 1/24/18, 12:37 PM, "Piotr Zarzycki"
>>><pi...@gmail.com>
>>> >>> >>>wrote:
>>> >>> >>>
>>> >>> >>> >Not sure what do you mean ? That's how we use it I think so.
>>> >>> >>> >
>>> >>> >>> >2018-01-24 21:28 GMT+01:00 Alex Harui
>>><ah...@adobe.com.invalid>:
>>> >>> >>> >
>>> >>> >>> >> Interesting.  Hadn't noticed that.  I guess you could
>>>compare
>>> >>>the
>>> >>> >>> output
>>> >>> >>> >> logic in the compilers.  MXMLC.java should be used for SWF
>>> >>>compiles
>>> >>> >>>and
>>> >>> >>> >> MXMLJSC.java for JS compiles.
>>> >>> >>> >>
>>> >>> >>> >> -Alex
>>> >>> >>> >>
>>> >>> >>> >> On 1/24/18, 11:59 AM, "Piotr Zarzycki"
>>> >>><pi...@gmail.com>
>>> >>> >>> >>wrote:
>>> >>> >>> >>
>>> >>> >>> >> >Once Again:
>>> >>> >>> >> >
>>> >>> >>> >> >JSRoyale:
>>> >>> >>> >> >col: 12 This attribute is unexpected. It will be ignored.
>>> >>> >>> >> >:
>>> >>> >>> >> >: <js:View percentWidh="100" percentHeight="100">
>>> >>> >>> >> >
>>> >>> >>> >> >SWF:
>>> >>> >>> >> >col: 12 Error: This attribute is unexpected. It will be
>>> >>>ignored.
>>> >>> >>> >> >:
>>> >>> >>> >> >: <js:View percentWidh="100" percentHeight="100">
>>> >>> >>> >> >
>>> >>> >>> >> >
>>> >>> >>> >> >
>>> >>> >>> >> >2018-01-24 20:47 GMT+01:00 Alex Harui
>>> >>><ah...@adobe.com.invalid>:
>>> >>> >>> >> >
>>> >>> >>> >> >> Links are still broken.  Paste.a.o might be having
>>>problems.
>>> >>> Try
>>> >>> >>> >>just
>>> >>> >>> >> >>cut
>>> >>> >>> >> >> and paste of a section of the main differences.
>>> >>> >>> >> >>
>>> >>> >>> >> >> -Alex
>>> >>> >>> >> >>
>>> >>> >>> >> >> On 1/24/18, 10:19 AM, "Piotr Zarzycki"
>>> >>> >>><pi...@gmail.com>
>>> >>> >>> >> >>wrote:
>>> >>> >>> >> >>
>>> >>> >>> >> >> >Something happened with Apache paste. Posting once
>>>again.
>>> >>> >>> >> >> >
>>> >>> >>> >> >> >JSRoyale compilation error [1]
>>> >>> >>> >> >> >SWF compilation error [2]
>>> >>> >>> >> >> >
>>> >>> >>> >> >> >[1]
>>> >>> >>> >> >> >https://na01.safelinks.protection.outlook.com/?url=
>>> >>> >>> >> >> https%3A%2F%2Fpaste.apa
>>> >>> >>> >> >> >che.org%2FJdNf&data=02%7C01%7Caharui%40adobe.com%
>>> >>> >>> >> >> 7Cafcc22074376430e972508d
>>> >>> >>> >> >> >5635711da%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%
>>> >>> >>> >> >> 7C636524147998979848&
>>> >>> >>> >> >> >sdata=11pnBHmUDQhSfiCfYIsbBw9G1n8vPfwEoAP09onRP14%3D&
>>> >>> reserved=0
>>> >>> >>> >> >> >[2]
>>> >>> >>> >> >> >https://na01.safelinks.protection.outlook.com/?url=
>>> >>> >>> >> >> https%3A%2F%2Fpaste.apa
>>> >>> >>> >> >> >che.org%2FQgUo&data=02%7C01%7Caharui%40adobe.com%
>>> >>> >>> >> >> 7Cafcc22074376430e972508d
>>> >>> >>> >> >> >5635711da%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%
>>> >>> >>> >> >> 7C636524147998979848&
>>> >>> >>> >> >> >sdata=EcK0PgVPJWOa9YxQcvP6LbIbFZ32hNK6pjgsN695lxE%3D&
>>> >>> reserved=0
>>> >>> >>> >> >> >
>>> >>> >>> >> >> >
>>> >>> >>> >> >> >
>>> >>> >>> >> >> >2018-01-24 18:22 GMT+01:00 Alex Harui
>>> >>> >>><ah...@adobe.com.invalid>:
>>> >>> >>> >> >> >
>>> >>> >>> >> >> >> The links do not work for me.
>>> >>> >>> >> >> >>
>>> >>> >>> >> >> >> -Alex
>>> >>> >>> >> >> >>
>>> >>> >>> >> >> >> On 1/24/18, 4:19 AM, "Piotr Zarzycki"
>>> >>> >>><piotrzarzycki21@gmail.com
>>> >>> >>> >
>>> >>> >>> >> >> wrote:
>>> >>> >>> >> >> >>
>>> >>> >>> >> >> >> >Carlos,
>>> >>> >>> >> >> >> >
>>> >>> >>> >> >> >> >I know what causes the error :) I just wanted to know
>>>why
>>> >>> the
>>> >>> >>> >> >>message
>>> >>> >>> >> >> >> >provided by compiler is different :)
>>> >>> >>> >> >> >> >
>>> >>> >>> >> >> >> >Piotr
>>> >>> >>> >> >> >> >
>>> >>> >>> >> >> >> >2018-01-24 13:18 GMT+01:00 Carlos Rovira
>>> >>> >>> >><ca...@apache.org>:
>>> >>> >>> >> >> >> >
>>> >>> >>> >> >> >> >> there's a need for a final "h" here percentWidt
>>> >>> >>> >> >> >> >>
>>> >>> >>> >> >> >> >> so it seems something is wrong in the generation
>>>right?
>>> >>> >>> >> >> >> >>
>>> >>> >>> >> >> >> >>
>>> >>> >>> >> >> >> >> 2018-01-24 13:08 GMT+01:00 Piotr Zarzycki
>>> >>> >>> >> >> >><pi...@gmail.com>:
>>> >>> >>> >> >> >> >>
>>> >>> >>> >> >> >> >> > Hi,
>>> >>> >>> >> >> >> >> >
>>> >>> >>> >> >> >> >> > I have found that during SWF only compilation and
>>>JS
>>> >>> only
>>> >>> >>> >> >>although
>>> >>> >>> >> >> >>I'm
>>> >>> >>> >> >> >> >> > getting the same errors they are reported a bit
>>> >>> >>>differently.
>>> >>> >>> >> >> >> >> >
>>> >>> >>> >> >> >> >> > In build: compiler.targets=JSRoyale I got [1]
>>> >>> >>> >> >> >> >> > In build: compiler.targets=SWF I got [2]
>>> >>> >>> >> >> >> >> >
>>> >>> >>> >> >> >> >> > There is no word "Error" in case of JSRoyale - Is
>>> >>>this a
>>> >>> >>>bug
>>> >>> >>> >>?
>>> >>> >>> >> >> >> >> >
>>> >>> >>> >> >> >> >> > [1]
>>> >>> >>> >> >> >> >>https://na01.safelinks.protection.outlook.com/?url=
>>> >>> >>> >> >> >> https%3A%2F%2Fpaste.ap
>>> >>> >>> >> >> >> >>ache.org%2FH7m7&data=02%7C01%7Caharui%40adobe.com%
>>> >>> >>> >> >> >> 7C86539a854146402e21510
>>> >>> >>> >> >> >>
>>>>>8d56324c4af%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%
>>> >>> >>> >> >> >> 7C6365239319247711
>>> >>> >>> >> >> >>
>>> >>> >>> >>>>78&sdata=I0RlFQKtU8QJ48nFi3Zv6e9gmrVHfTqUiCD0rHxOfYs%3D&
>>> >>> reserved=0
>>> >>> >>> >> >> >> >> > [2]
>>> >>> >>> >> >> >> >>https://na01.safelinks.protection.outlook.com/?url=
>>> >>> >>> >> >> >> https%3A%2F%2Fpaste.ap
>>> >>> >>> >> >> >> >>ache.org%2FtvL9&data=02%7C01%7Caharui%40adobe.com%
>>> >>> >>> >> >> >> 7C86539a854146402e21510
>>> >>> >>> >> >> >>
>>>>>8d56324c4af%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%
>>> >>> >>> >> >> >> 7C6365239319247711
>>> >>> >>> >> >> >>
>>> >>> >>> >>>>78&sdata=3SB0VZjSQ3cq15PMeNK9hDtVEf2IQ2W76uM0jVyyiXo%3D&
>>> >>> reserved=0
>>> >>> >>> >> >> >> >> >
>>> >>> >>> >> >> >> >> > Thanks,
>>> >>> >>> >> >> >> >> > --
>>> >>> >>> >> >> >> >> >
>>> >>> >>> >> >> >> >> > Piotr Zarzycki
>>> >>> >>> >> >> >> >> >
>>> >>> >>> >> >> >> >> > Patreon:
>>> >>> >>> >> >> >> >>*https://na01.safelinks.protection.outlook.com/?url=
>>> >>> >>> >> >> >> https%3A%2F%2Fwww.pat
>>> >>> >>> >> >> >>
>>> >>>>>reon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com
>>> >>> >>> >> >> >> %7C86539a854146
>>> >>> >>> >> >> >> >>402e215108d56324c4af%7Cfa7b1b5a7b34438794aed2c178de
>>> >>> >>> >> >> >> cee1%7C0%7C0%7C6365239
>>> >>> >>> >> >> >> >>31924771178&sdata=fMwSLPw1i2ucqETktb4PJRSg%
>>> >>> >>> >> >> >> 2FFtnQRjQQbBBulFkWpg%3D&reserv
>>> >>> >>> >> >> >> >>ed=0
>>> >>> >>> >> >> >> >> >
>>> >>> >>> >> >> >> >><https://na01.safelinks.protection.outlook.com/?url=
>>> >>> >>> >> >> >> https%3A%2F%2Fwww.pat
>>> >>> >>> >> >> >>
>>> >>>>>reon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com
>>> >>> >>> >> >> >> %7C86539a854146
>>> >>> >>> >> >> >> >>402e215108d56324c4af%7Cfa7b1b5a7b34438794aed2c178de
>>> >>> >>> >> >> >> cee1%7C0%7C0%7C6365239
>>> >>> >>> >> >> >> >>31924771178&sdata=fMwSLPw1i2ucqETktb4PJRSg%
>>> >>> >>> >> >> >> 2FFtnQRjQQbBBulFkWpg%3D&reserv
>>> >>> >>> >> >> >> >>ed=0>*
>>> >>> >>> >> >> >> >> >
>>> >>> >>> >> >> >> >>
>>> >>> >>> >> >> >> >>
>>> >>> >>> >> >> >> >>
>>> >>> >>> >> >> >> >> --
>>> >>> >>> >> >> >> >> Carlos Rovira
>>> >>> >>> >> >> >> >>
>>> >>> >>> >> >> >> >>https://na01.safelinks.protection.outlook.com/?url=
>>> >>> >>> >> >> >> http%3A%2F%2Fabout.me%
>>> >>> >>> >> >> >> >>2Fcarlosrovira&data=02%7C01%7Caharui%40adobe.com%
>>> >>> >>> >> >> >> 7C86539a854146402e215108
>>> >>> >>> >> >> >>
>>>>>d56324c4af%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%
>>> >>> >>> >> >> >> 7C63652393192477117
>>> >>> >>> >> >> >>
>>> >>> >>>
>>> 
>>>>>>>>>>8&sdata=poE7DnL3nCR3TiIdTKcZq3XiXERRt8230P6BLzjq0pc%3D&reserved=0
>>> >>> >>> >> >> >> >>
>>> >>> >>> >> >> >> >
>>> >>> >>> >> >> >> >
>>> >>> >>> >> >> >> >
>>> >>> >>> >> >> >> >--
>>> >>> >>> >> >> >> >
>>> >>> >>> >> >> >> >Piotr Zarzycki
>>> >>> >>> >> >> >> >
>>> >>> >>> >> >> >> >Patreon:
>>> >>> >>> >> >> >> >*https://na01.safelinks.protection.outlook.com/?url=
>>> >>> >>> >> >> >> https%3A%2F%2Fwww.patr
>>> >>> >>> >> >> >>
>>> >>>>eon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%
>>> >>> >>> >> >> >> 7C86539a85414640
>>> >>> >>> >> >> >> >2e215108d56324c4af%7Cfa7b1b5a7b34438794aed2c178de
>>> >>> >>> >> >> >> cee1%7C0%7C0%7C6365239319
>>> >>> >>> >> >> >>
>>> >>>>24771178&sdata=fMwSLPw1i2ucqETktb4PJRSg%2FFtnQRjQQbBBulFkWp
>>> >>> >>> g%3D&
>>> >>> >>> >> >> >> reserved=0
>>> >>> >>> >> >> >> ><https://na01.safelinks.protection.outlook.com/?url=
>>> >>> >>> >> >> >> https%3A%2F%2Fwww.patr
>>> >>> >>> >> >> >>
>>> >>>>eon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%
>>> >>> >>> >> >> >> 7C86539a85414640
>>> >>> >>> >> >> >> >2e215108d56324c4af%7Cfa7b1b5a7b34438794aed2c178de
>>> >>> >>> >> >> >> cee1%7C0%7C0%7C6365239319
>>> >>> >>> >> >> >>
>>> >>>>24771178&sdata=fMwSLPw1i2ucqETktb4PJRSg%2FFtnQRjQQbBBulFkWp
>>> >>> >>> g%3D&
>>> >>> >>> >> >> >> reserved=0
>>> >>> >>> >> >> >> >>*
>>> >>> >>> >> >> >>
>>> >>> >>> >> >> >>
>>> >>> >>> >> >> >
>>> >>> >>> >> >> >
>>> >>> >>> >> >> >--
>>> >>> >>> >> >> >
>>> >>> >>> >> >> >Piotr Zarzycki
>>> >>> >>> >> >> >
>>> >>> >>> >> >> >Patreon:
>>> >>> >>> >> >> >*https://na01.safelinks.protection.outlook.com/?url=
>>> >>> >>> >> >> https%3A%2F%2Fwww.patr
>>> >>> >>> >> >> 
>>>>eon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%
>>> >>> >>> >> >> 7Cafcc2207437643
>>> >>> >>> >> >> >0e972508d5635711da%7Cfa7b1b5a7b34438794aed2c178de
>>> >>> >>> >> >> cee1%7C0%7C0%7C6365241479
>>> >>> >>> >> >> >98979848&sdata=0BDb%2FFUwg%2FIBZE24ilHXu845iMa%
>>> >>> >>> >> >> 2Fmu9iDF9P7NK3sYc%3D&reserv
>>> >>> >>> >> >> >ed=0
>>> >>> >>> >> >> ><https://na01.safelinks.protection.outlook.com/?url=
>>> >>> >>> >> >> https%3A%2F%2Fwww.patr
>>> >>> >>> >> >> 
>>>>eon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%
>>> >>> >>> >> >> 7Cafcc2207437643
>>> >>> >>> >> >> >0e972508d5635711da%7Cfa7b1b5a7b34438794aed2c178de
>>> >>> >>> >> >> cee1%7C0%7C0%7C6365241479
>>> >>> >>> >> >> >98979848&sdata=0BDb%2FFUwg%2FIBZE24ilHXu845iMa%
>>> >>> >>> >> >> 2Fmu9iDF9P7NK3sYc%3D&reserv
>>> >>> >>> >> >> >ed=0>*
>>> >>> >>> >> >>
>>> >>> >>> >> >>
>>> >>> >>> >> >
>>> >>> >>> >> >
>>> >>> >>> >> >--
>>> >>> >>> >> >
>>> >>> >>> >> >Piotr Zarzycki
>>> >>> >>> >> >
>>> >>> >>> >> >Patreon:
>>> >>> >>> >> >*https://na01.safelinks.protection.outlook.com/?url=
>>> >>> >>> >> https%3A%2F%2Fwww.patr
>>> >>> >>> >> >eon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%
>>> >>> >>> >> 7Cf9ce62f67abd4e
>>> >>> >>> >> >56304408d563650e0e%7Cfa7b1b5a7b34438794aed2c178de
>>> >>> >>> >> cee1%7C0%7C0%7C6365242080
>>> >>> >>> >> >50899771&sdata=jQn5ESWbpyqVD%2FzUrDgz%2BLiakH6nHusSV1L0slA8
>>> >>> XAo%3D&
>>> >>> >>> >> reserved
>>> >>> >>> >> >=0
>>> >>> >>> >> ><https://na01.safelinks.protection.outlook.com/?url=
>>> >>> >>> >> https%3A%2F%2Fwww.patr
>>> >>> >>> >> >eon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%
>>> >>> >>> >> 7Cf9ce62f67abd4e
>>> >>> >>> >> >56304408d563650e0e%7Cfa7b1b5a7b34438794aed2c178de
>>> >>> >>> >> cee1%7C0%7C0%7C6365242080
>>> >>> >>> >> >50899771&sdata=jQn5ESWbpyqVD%2FzUrDgz%2BLiakH6nHusSV1L0slA8
>>> >>> XAo%3D&
>>> >>> >>> >> reserved
>>> >>> >>> >> >=0>*
>>> >>> >>> >>
>>> >>> >>> >>
>>> >>> >>> >
>>> >>> >>> >
>>> >>> >>> >--
>>> >>> >>> >
>>> >>> >>> >Piotr Zarzycki
>>> >>> >>> >
>>> >>> >>> >Patreon:
>>> >>> >>> >*https://na01.safelinks.protection.outlook.com/?url=https%
>>> >>> >>> 3A%2F%2Fwww.patr
>>> >>> >>> >eon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%7
>>> >>> >>> C070a6ad3a98841
>>> >>> >>> >413a7b08d5636a5e5d%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%
>>> >>> >>> 7C0%7C6365242308
>>> >>> >>> >58327364&sdata=4qxljVdaqOmyE8nITJ6UJ%2FhVdUPs%2BwkShDP0zq0%
>>> >>> >>> 2FuNU%3D&reserv
>>> >>> >>> >ed=0
>>> >>> >>> ><https://na01.safelinks.protection.outlook.com/?url=https%
>>> >>> >>> 3A%2F%2Fwww.patr
>>> >>> >>> >eon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%7
>>> >>> >>> C070a6ad3a98841
>>> >>> >>> >413a7b08d5636a5e5d%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%
>>> >>> >>> 7C0%7C6365242308
>>> >>> >>> >58327364&sdata=4qxljVdaqOmyE8nITJ6UJ%2FhVdUPs%2BwkShDP0zq0%
>>> >>> >>> 2FuNU%3D&reserv
>>> >>> >>> >ed=0>*
>>> >>> >>>
>>> >>> >>>
>>> >>> >>
>>> >>> >>
>>> >>> >> --
>>> >>> >>
>>> >>> >> Piotr Zarzycki
>>> >>> >>
>>> >>> >> Patreon:
>>> >>> >>*https://na01.safelinks.protection.outlook.com/?url=https%
>>> >>> 3A%2F%2Fwww.pat
>>> >>> >>reon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com
>>> >>> %7C09264452e2ab
>>> >>> >>436cdb2608d56418924c%7Cfa7b1b5a7b34438794aed2c178decee1%
>>> >>> 7C0%7C0%7C6365249
>>> >>> >>79061106599&sdata=zt7QApJRCZp8t82OaJStjIMJ3pOgu4tG%2B4z3%
>>> >>> 2FMBMoH0%3D&rese
>>> >>> >>rved=0
>>> >>> >>
>>> >>> >><https://na01.safelinks.protection.outlook.com/?url=https%
>>> >>> 3A%2F%2Fwww.pat
>>> >>> >>reon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com
>>> >>> %7C09264452e2ab
>>> >>> >>436cdb2608d56418924c%7Cfa7b1b5a7b34438794aed2c178decee1%
>>> >>> 7C0%7C0%7C6365249
>>> >>> >>79061106599&sdata=zt7QApJRCZp8t82OaJStjIMJ3pOgu4tG%2B4z3%
>>> >>> 2FMBMoH0%3D&rese
>>> >>> >>rved=0>*
>>> >>> >>
>>> >>> >
>>> >>> >
>>> >>> >
>>> >>> >--
>>> >>> >
>>> >>> >Piotr Zarzycki
>>> >>> >
>>> >>> >Patreon:
>>> >>> >*https://na01.safelinks.protection.outlook.com/?url=https%
>>> >>> 3A%2F%2Fwww.patr
>>> >>> >eon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%7
>>> >>> C09264452e2ab43
>>> >>> >6cdb2608d56418924c%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%
>>> >>> 7C0%7C6365249790
>>> >>> >61106599&sdata=zt7QApJRCZp8t82OaJStjIMJ3pOgu4tG%2B4z3%
>>> >>> 2FMBMoH0%3D&reserved
>>> >>> >=0
>>> >>> ><https://na01.safelinks.protection.outlook.com/?url=https%
>>> >>> 3A%2F%2Fwww.patr
>>> >>> >eon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%7
>>> >>> C09264452e2ab43
>>> >>> >6cdb2608d56418924c%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%
>>> >>> 7C0%7C6365249790
>>> >>> >61106599&sdata=zt7QApJRCZp8t82OaJStjIMJ3pOgu4tG%2B4z3%
>>> >>> 2FMBMoH0%3D&reserved
>>> >>> >=0>*
>>> >>>
>>> >>>
>>> >>
>>> >>
>>> >> --
>>> >>
>>> >> Piotr Zarzycki
>>> >>
>>> >> Patreon:
>>> >>*https://na01.safelinks.protection.outlook.com/?url=
>>> https%3A%2F%2Fwww.pat
>>> >>reon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com
>>> %7Cd46f24996cb8
>>> >>41f1e5e208d56baaa2dc%7C71f1da39c0a84d5a8d88a67b23c3
>>> 0bf4%7C0%7C0%7C6365333
>>> >>03003198853&sdata=UBjttvm26cQkKscrS2psuB8J5uy1LK
>>> ruGbT0dHKhd6o%3D&reserved
>>> >>=0
>>> >>
>>> >><https://na01.safelinks.protection.outlook.com/?url=
>>> https%3A%2F%2Fwww.pat
>>> >>reon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com
>>> %7Cd46f24996cb8
>>> >>41f1e5e208d56baaa2dc%7C71f1da39c0a84d5a8d88a67b23c3
>>> 0bf4%7C0%7C0%7C6365333
>>> >>03003198853&sdata=UBjttvm26cQkKscrS2psuB8J5uy1LK
>>> ruGbT0dHKhd6o%3D&reserved
>>> >>=0>*
>>> >>
>>> >
>>> >
>>> >
>>> >--
>>> >
>>> >Piotr Zarzycki
>>> >
>>> >Patreon:
>>> >*https://na01.safelinks.protection.outlook.com/?url=
>>> https%3A%2F%2Fwww.patr
>>> >eon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%
>>> 7Cd46f24996cb841
>>> >f1e5e208d56baaa2dc%7C71f1da39c0a84d5a8d88a67b23c3
>>> 0bf4%7C0%7C0%7C6365333030
>>> 
>>>>03198853&sdata=UBjttvm26cQkKscrS2psuB8J5uy1LKruGbT0dHKhd6o%3D&reserved=
>>>>0
>>> ><https://na01.safelinks.protection.outlook.com/?url=
>>> https%3A%2F%2Fwww.patr
>>> >eon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%
>>> 7Cd46f24996cb841
>>> >f1e5e208d56baaa2dc%7C71f1da39c0a84d5a8d88a67b23c3
>>> 0bf4%7C0%7C0%7C6365333030
>>> >03198853&sdata=UBjttvm26cQkKscrS2psuB8J5uy1LK
>>> ruGbT0dHKhd6o%3D&reserved=0>*
>>>
>>>
>>
>>
>>-- 
>>
>>Piotr Zarzycki
>>
>>Patreon: 
>>*https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.pat
>>r
>>eon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%7Ca9cd3efd32a34
>>3
>>5e552808d56cba7d96%7C71f1da39c0a84d5a8d88a67b23c30bf4%7C0%7C0%7C636534470
>>5
>>82493502&sdata=4NCtcyIQxK57Q9e9IecFnEJNx14WLAFVMkUW4xOhjuo%3D&reserved=0
>><https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.pat
>>r
>>eon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%7Ca9cd3efd32a34
>>3
>>5e552808d56cba7d96%7C71f1da39c0a84d5a8d88a67b23c30bf4%7C0%7C0%7C636534470
>>5
>>82493502&sdata=4NCtcyIQxK57Q9e9IecFnEJNx14WLAFVMkUW4xOhjuo%3D&reserved=0>
>>*
>


Re: Different results for compilation Error in JS and SWF compilation

Posted by Alex Harui <ah...@adobe.com.INVALID>.
Hopefully, the compiler returns a different exit code if there are only
warnings and Moonshine is checking exit codes.

Thanks,
-Alex

On 2/5/18, 9:04 AM, "Piotr Zarzycki" <pi...@gmail.com> wrote:

>It would be great, because I have found that Moonshine's build of any
>Royale app is failing if it contains Warnings from the compiler. I could
>change the implementation a bit there, but I believe fix in the compiler
>is
>more appropriate. It would be consistent then with SWF build.
>
>Thanks!
>Piotr
>
>
>2018-02-05 17:56 GMT+01:00 Alex Harui <ah...@adobe.com.invalid>:
>
>> Yep.  I noticed that too.  I have no idea how to fix it.  Maybe I'll
>>find
>> time to dig into it before cutting the release.
>>
>> -Alex
>>
>> On 2/4/18, 12:38 AM, "Piotr Zarzycki" <pi...@gmail.com> wrote:
>>
>> >Alex,
>> >
>> >The same thing goes with Warnings, not only errors.
>> >
>> >Piotr
>> >
>> >2018-01-25 18:59 GMT+01:00 Piotr Zarzycki <pi...@gmail.com>:
>> >
>> >> I have raised issue ->
>> >>https://na01.safelinks.protection.outlook.com/?url=
>> https%3A%2F%2Fgithub.c
>> >>om%2Fapache%2Froyale-compiler%2Fissues%2F21&data=
>> 02%7C01%7Caharui%40adobe
>> >>.com%7Cd46f24996cb841f1e5e208d56baaa2dc%7C71f1da39c0a84d5a8d88a67b23c3
>> 0bf
>> >>4%7C0%7C0%7C636533303003198853&sdata=srWYw5bL8DlUtwHdZFKEH8nGsbLcsJ
>> rwX0Te
>> >>PQhPCCE%3D&reserved=0
>> >>
>> >> 2018-01-25 18:38 GMT+01:00 Alex Harui <ah...@adobe.com.invalid>:
>> >>
>> >>> Hmm.  Maybe MXMLJSC isn't able to pick up the ErrorFormat and just
>>uses
>> >>> %s.  I've never looked into how the language resources work.
>> >>>
>> >>> HTH,
>> >>> -Alex
>> >>>
>> >>> On 1/25/18, 9:24 AM, "Piotr Zarzycki" <pi...@gmail.com>
>> >>>wrote:
>> >>>
>> >>> >Alex,
>> >>> >
>> >>> >I looked into that and without debugging there is no option for me
>> >>>figure
>> >>> >out what has happened. Both classes are using the same formatter
>>and
>> >>> >printer to output errors. WorkspaceProblemFormatter and
>>ProblemPrinter
>> >>> >
>> >>> >MXMLC is taking ErrorFormat=Error: %s from language resources.
>>During
>> >>>the
>> >>> >compilation MXMLJSC is even using methods from MXMLC.
>> >>> >
>> >>> >
>> >>> >
>> >>> >2018-01-24 22:49 GMT+01:00 Piotr Zarzycki
>><piotrzarzycki21@gmail.com
>> >:
>> >>> >
>> >>> >> Ok now I understand! I will look into that :)
>> >>> >>
>> >>> >> 2018-01-24 21:40 GMT+01:00 Alex Harui <ah...@adobe.com.invalid>:
>> >>> >>
>> >>> >>> I'm saying that if you want JSRoyale to have the same output as
>>the
>> >>> SWF
>> >>> >>> target, I would look at the compiler source in those files and
>>see
>> >>>if
>> >>> >>>they
>> >>> >>> are doing something different.  I could go fix it myself, but I
>>am
>> >>> >>>trying
>> >>> >>> to encourage other committers to get more familiar with the
>> >>>compiler
>> >>> >>> source.
>> >>> >>>
>> >>> >>> HTH,
>> >>> >>> -Alex
>> >>> >>>
>> >>> >>> On 1/24/18, 12:37 PM, "Piotr Zarzycki"
>><pi...@gmail.com>
>> >>> >>>wrote:
>> >>> >>>
>> >>> >>> >Not sure what do you mean ? That's how we use it I think so.
>> >>> >>> >
>> >>> >>> >2018-01-24 21:28 GMT+01:00 Alex Harui
>><ah...@adobe.com.invalid>:
>> >>> >>> >
>> >>> >>> >> Interesting.  Hadn't noticed that.  I guess you could compare
>> >>>the
>> >>> >>> output
>> >>> >>> >> logic in the compilers.  MXMLC.java should be used for SWF
>> >>>compiles
>> >>> >>>and
>> >>> >>> >> MXMLJSC.java for JS compiles.
>> >>> >>> >>
>> >>> >>> >> -Alex
>> >>> >>> >>
>> >>> >>> >> On 1/24/18, 11:59 AM, "Piotr Zarzycki"
>> >>><pi...@gmail.com>
>> >>> >>> >>wrote:
>> >>> >>> >>
>> >>> >>> >> >Once Again:
>> >>> >>> >> >
>> >>> >>> >> >JSRoyale:
>> >>> >>> >> >col: 12 This attribute is unexpected. It will be ignored.
>> >>> >>> >> >:
>> >>> >>> >> >: <js:View percentWidh="100" percentHeight="100">
>> >>> >>> >> >
>> >>> >>> >> >SWF:
>> >>> >>> >> >col: 12 Error: This attribute is unexpected. It will be
>> >>>ignored.
>> >>> >>> >> >:
>> >>> >>> >> >: <js:View percentWidh="100" percentHeight="100">
>> >>> >>> >> >
>> >>> >>> >> >
>> >>> >>> >> >
>> >>> >>> >> >2018-01-24 20:47 GMT+01:00 Alex Harui
>> >>><ah...@adobe.com.invalid>:
>> >>> >>> >> >
>> >>> >>> >> >> Links are still broken.  Paste.a.o might be having
>>problems.
>> >>> Try
>> >>> >>> >>just
>> >>> >>> >> >>cut
>> >>> >>> >> >> and paste of a section of the main differences.
>> >>> >>> >> >>
>> >>> >>> >> >> -Alex
>> >>> >>> >> >>
>> >>> >>> >> >> On 1/24/18, 10:19 AM, "Piotr Zarzycki"
>> >>> >>><pi...@gmail.com>
>> >>> >>> >> >>wrote:
>> >>> >>> >> >>
>> >>> >>> >> >> >Something happened with Apache paste. Posting once again.
>> >>> >>> >> >> >
>> >>> >>> >> >> >JSRoyale compilation error [1]
>> >>> >>> >> >> >SWF compilation error [2]
>> >>> >>> >> >> >
>> >>> >>> >> >> >[1]
>> >>> >>> >> >> >https://na01.safelinks.protection.outlook.com/?url=
>> >>> >>> >> >> https%3A%2F%2Fpaste.apa
>> >>> >>> >> >> >che.org%2FJdNf&data=02%7C01%7Caharui%40adobe.com%
>> >>> >>> >> >> 7Cafcc22074376430e972508d
>> >>> >>> >> >> >5635711da%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%
>> >>> >>> >> >> 7C636524147998979848&
>> >>> >>> >> >> >sdata=11pnBHmUDQhSfiCfYIsbBw9G1n8vPfwEoAP09onRP14%3D&
>> >>> reserved=0
>> >>> >>> >> >> >[2]
>> >>> >>> >> >> >https://na01.safelinks.protection.outlook.com/?url=
>> >>> >>> >> >> https%3A%2F%2Fpaste.apa
>> >>> >>> >> >> >che.org%2FQgUo&data=02%7C01%7Caharui%40adobe.com%
>> >>> >>> >> >> 7Cafcc22074376430e972508d
>> >>> >>> >> >> >5635711da%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%
>> >>> >>> >> >> 7C636524147998979848&
>> >>> >>> >> >> >sdata=EcK0PgVPJWOa9YxQcvP6LbIbFZ32hNK6pjgsN695lxE%3D&
>> >>> reserved=0
>> >>> >>> >> >> >
>> >>> >>> >> >> >
>> >>> >>> >> >> >
>> >>> >>> >> >> >2018-01-24 18:22 GMT+01:00 Alex Harui
>> >>> >>><ah...@adobe.com.invalid>:
>> >>> >>> >> >> >
>> >>> >>> >> >> >> The links do not work for me.
>> >>> >>> >> >> >>
>> >>> >>> >> >> >> -Alex
>> >>> >>> >> >> >>
>> >>> >>> >> >> >> On 1/24/18, 4:19 AM, "Piotr Zarzycki"
>> >>> >>><piotrzarzycki21@gmail.com
>> >>> >>> >
>> >>> >>> >> >> wrote:
>> >>> >>> >> >> >>
>> >>> >>> >> >> >> >Carlos,
>> >>> >>> >> >> >> >
>> >>> >>> >> >> >> >I know what causes the error :) I just wanted to know
>>why
>> >>> the
>> >>> >>> >> >>message
>> >>> >>> >> >> >> >provided by compiler is different :)
>> >>> >>> >> >> >> >
>> >>> >>> >> >> >> >Piotr
>> >>> >>> >> >> >> >
>> >>> >>> >> >> >> >2018-01-24 13:18 GMT+01:00 Carlos Rovira
>> >>> >>> >><ca...@apache.org>:
>> >>> >>> >> >> >> >
>> >>> >>> >> >> >> >> there's a need for a final "h" here percentWidt
>> >>> >>> >> >> >> >>
>> >>> >>> >> >> >> >> so it seems something is wrong in the generation
>>right?
>> >>> >>> >> >> >> >>
>> >>> >>> >> >> >> >>
>> >>> >>> >> >> >> >> 2018-01-24 13:08 GMT+01:00 Piotr Zarzycki
>> >>> >>> >> >> >><pi...@gmail.com>:
>> >>> >>> >> >> >> >>
>> >>> >>> >> >> >> >> > Hi,
>> >>> >>> >> >> >> >> >
>> >>> >>> >> >> >> >> > I have found that during SWF only compilation and
>>JS
>> >>> only
>> >>> >>> >> >>although
>> >>> >>> >> >> >>I'm
>> >>> >>> >> >> >> >> > getting the same errors they are reported a bit
>> >>> >>>differently.
>> >>> >>> >> >> >> >> >
>> >>> >>> >> >> >> >> > In build: compiler.targets=JSRoyale I got [1]
>> >>> >>> >> >> >> >> > In build: compiler.targets=SWF I got [2]
>> >>> >>> >> >> >> >> >
>> >>> >>> >> >> >> >> > There is no word "Error" in case of JSRoyale - Is
>> >>>this a
>> >>> >>>bug
>> >>> >>> >>?
>> >>> >>> >> >> >> >> >
>> >>> >>> >> >> >> >> > [1]
>> >>> >>> >> >> >> >>https://na01.safelinks.protection.outlook.com/?url=
>> >>> >>> >> >> >> https%3A%2F%2Fpaste.ap
>> >>> >>> >> >> >> >>ache.org%2FH7m7&data=02%7C01%7Caharui%40adobe.com%
>> >>> >>> >> >> >> 7C86539a854146402e21510
>> >>> >>> >> >> >>
>>>>8d56324c4af%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%
>> >>> >>> >> >> >> 7C6365239319247711
>> >>> >>> >> >> >>
>> >>> >>> >>>>78&sdata=I0RlFQKtU8QJ48nFi3Zv6e9gmrVHfTqUiCD0rHxOfYs%3D&
>> >>> reserved=0
>> >>> >>> >> >> >> >> > [2]
>> >>> >>> >> >> >> >>https://na01.safelinks.protection.outlook.com/?url=
>> >>> >>> >> >> >> https%3A%2F%2Fpaste.ap
>> >>> >>> >> >> >> >>ache.org%2FtvL9&data=02%7C01%7Caharui%40adobe.com%
>> >>> >>> >> >> >> 7C86539a854146402e21510
>> >>> >>> >> >> >>
>>>>8d56324c4af%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%
>> >>> >>> >> >> >> 7C6365239319247711
>> >>> >>> >> >> >>
>> >>> >>> >>>>78&sdata=3SB0VZjSQ3cq15PMeNK9hDtVEf2IQ2W76uM0jVyyiXo%3D&
>> >>> reserved=0
>> >>> >>> >> >> >> >> >
>> >>> >>> >> >> >> >> > Thanks,
>> >>> >>> >> >> >> >> > --
>> >>> >>> >> >> >> >> >
>> >>> >>> >> >> >> >> > Piotr Zarzycki
>> >>> >>> >> >> >> >> >
>> >>> >>> >> >> >> >> > Patreon:
>> >>> >>> >> >> >> >>*https://na01.safelinks.protection.outlook.com/?url=
>> >>> >>> >> >> >> https%3A%2F%2Fwww.pat
>> >>> >>> >> >> >>
>> >>>>>reon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com
>> >>> >>> >> >> >> %7C86539a854146
>> >>> >>> >> >> >> >>402e215108d56324c4af%7Cfa7b1b5a7b34438794aed2c178de
>> >>> >>> >> >> >> cee1%7C0%7C0%7C6365239
>> >>> >>> >> >> >> >>31924771178&sdata=fMwSLPw1i2ucqETktb4PJRSg%
>> >>> >>> >> >> >> 2FFtnQRjQQbBBulFkWpg%3D&reserv
>> >>> >>> >> >> >> >>ed=0
>> >>> >>> >> >> >> >> >
>> >>> >>> >> >> >> >><https://na01.safelinks.protection.outlook.com/?url=
>> >>> >>> >> >> >> https%3A%2F%2Fwww.pat
>> >>> >>> >> >> >>
>> >>>>>reon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com
>> >>> >>> >> >> >> %7C86539a854146
>> >>> >>> >> >> >> >>402e215108d56324c4af%7Cfa7b1b5a7b34438794aed2c178de
>> >>> >>> >> >> >> cee1%7C0%7C0%7C6365239
>> >>> >>> >> >> >> >>31924771178&sdata=fMwSLPw1i2ucqETktb4PJRSg%
>> >>> >>> >> >> >> 2FFtnQRjQQbBBulFkWpg%3D&reserv
>> >>> >>> >> >> >> >>ed=0>*
>> >>> >>> >> >> >> >> >
>> >>> >>> >> >> >> >>
>> >>> >>> >> >> >> >>
>> >>> >>> >> >> >> >>
>> >>> >>> >> >> >> >> --
>> >>> >>> >> >> >> >> Carlos Rovira
>> >>> >>> >> >> >> >>
>> >>> >>> >> >> >> >>https://na01.safelinks.protection.outlook.com/?url=
>> >>> >>> >> >> >> http%3A%2F%2Fabout.me%
>> >>> >>> >> >> >> >>2Fcarlosrovira&data=02%7C01%7Caharui%40adobe.com%
>> >>> >>> >> >> >> 7C86539a854146402e215108
>> >>> >>> >> >> >>
>>>>d56324c4af%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%
>> >>> >>> >> >> >> 7C63652393192477117
>> >>> >>> >> >> >>
>> >>> >>>
>> >>>>>>>8&sdata=poE7DnL3nCR3TiIdTKcZq3XiXERRt8230P6BLzjq0pc%3D&reserved=0
>> >>> >>> >> >> >> >>
>> >>> >>> >> >> >> >
>> >>> >>> >> >> >> >
>> >>> >>> >> >> >> >
>> >>> >>> >> >> >> >--
>> >>> >>> >> >> >> >
>> >>> >>> >> >> >> >Piotr Zarzycki
>> >>> >>> >> >> >> >
>> >>> >>> >> >> >> >Patreon:
>> >>> >>> >> >> >> >*https://na01.safelinks.protection.outlook.com/?url=
>> >>> >>> >> >> >> https%3A%2F%2Fwww.patr
>> >>> >>> >> >> >>
>> >>>>eon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%
>> >>> >>> >> >> >> 7C86539a85414640
>> >>> >>> >> >> >> >2e215108d56324c4af%7Cfa7b1b5a7b34438794aed2c178de
>> >>> >>> >> >> >> cee1%7C0%7C0%7C6365239319
>> >>> >>> >> >> >>
>> >>>>24771178&sdata=fMwSLPw1i2ucqETktb4PJRSg%2FFtnQRjQQbBBulFkWp
>> >>> >>> g%3D&
>> >>> >>> >> >> >> reserved=0
>> >>> >>> >> >> >> ><https://na01.safelinks.protection.outlook.com/?url=
>> >>> >>> >> >> >> https%3A%2F%2Fwww.patr
>> >>> >>> >> >> >>
>> >>>>eon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%
>> >>> >>> >> >> >> 7C86539a85414640
>> >>> >>> >> >> >> >2e215108d56324c4af%7Cfa7b1b5a7b34438794aed2c178de
>> >>> >>> >> >> >> cee1%7C0%7C0%7C6365239319
>> >>> >>> >> >> >>
>> >>>>24771178&sdata=fMwSLPw1i2ucqETktb4PJRSg%2FFtnQRjQQbBBulFkWp
>> >>> >>> g%3D&
>> >>> >>> >> >> >> reserved=0
>> >>> >>> >> >> >> >>*
>> >>> >>> >> >> >>
>> >>> >>> >> >> >>
>> >>> >>> >> >> >
>> >>> >>> >> >> >
>> >>> >>> >> >> >--
>> >>> >>> >> >> >
>> >>> >>> >> >> >Piotr Zarzycki
>> >>> >>> >> >> >
>> >>> >>> >> >> >Patreon:
>> >>> >>> >> >> >*https://na01.safelinks.protection.outlook.com/?url=
>> >>> >>> >> >> https%3A%2F%2Fwww.patr
>> >>> >>> >> >> 
>>>eon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%
>> >>> >>> >> >> 7Cafcc2207437643
>> >>> >>> >> >> >0e972508d5635711da%7Cfa7b1b5a7b34438794aed2c178de
>> >>> >>> >> >> cee1%7C0%7C0%7C6365241479
>> >>> >>> >> >> >98979848&sdata=0BDb%2FFUwg%2FIBZE24ilHXu845iMa%
>> >>> >>> >> >> 2Fmu9iDF9P7NK3sYc%3D&reserv
>> >>> >>> >> >> >ed=0
>> >>> >>> >> >> ><https://na01.safelinks.protection.outlook.com/?url=
>> >>> >>> >> >> https%3A%2F%2Fwww.patr
>> >>> >>> >> >> 
>>>eon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%
>> >>> >>> >> >> 7Cafcc2207437643
>> >>> >>> >> >> >0e972508d5635711da%7Cfa7b1b5a7b34438794aed2c178de
>> >>> >>> >> >> cee1%7C0%7C0%7C6365241479
>> >>> >>> >> >> >98979848&sdata=0BDb%2FFUwg%2FIBZE24ilHXu845iMa%
>> >>> >>> >> >> 2Fmu9iDF9P7NK3sYc%3D&reserv
>> >>> >>> >> >> >ed=0>*
>> >>> >>> >> >>
>> >>> >>> >> >>
>> >>> >>> >> >
>> >>> >>> >> >
>> >>> >>> >> >--
>> >>> >>> >> >
>> >>> >>> >> >Piotr Zarzycki
>> >>> >>> >> >
>> >>> >>> >> >Patreon:
>> >>> >>> >> >*https://na01.safelinks.protection.outlook.com/?url=
>> >>> >>> >> https%3A%2F%2Fwww.patr
>> >>> >>> >> >eon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%
>> >>> >>> >> 7Cf9ce62f67abd4e
>> >>> >>> >> >56304408d563650e0e%7Cfa7b1b5a7b34438794aed2c178de
>> >>> >>> >> cee1%7C0%7C0%7C6365242080
>> >>> >>> >> >50899771&sdata=jQn5ESWbpyqVD%2FzUrDgz%2BLiakH6nHusSV1L0slA8
>> >>> XAo%3D&
>> >>> >>> >> reserved
>> >>> >>> >> >=0
>> >>> >>> >> ><https://na01.safelinks.protection.outlook.com/?url=
>> >>> >>> >> https%3A%2F%2Fwww.patr
>> >>> >>> >> >eon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%
>> >>> >>> >> 7Cf9ce62f67abd4e
>> >>> >>> >> >56304408d563650e0e%7Cfa7b1b5a7b34438794aed2c178de
>> >>> >>> >> cee1%7C0%7C0%7C6365242080
>> >>> >>> >> >50899771&sdata=jQn5ESWbpyqVD%2FzUrDgz%2BLiakH6nHusSV1L0slA8
>> >>> XAo%3D&
>> >>> >>> >> reserved
>> >>> >>> >> >=0>*
>> >>> >>> >>
>> >>> >>> >>
>> >>> >>> >
>> >>> >>> >
>> >>> >>> >--
>> >>> >>> >
>> >>> >>> >Piotr Zarzycki
>> >>> >>> >
>> >>> >>> >Patreon:
>> >>> >>> >*https://na01.safelinks.protection.outlook.com/?url=https%
>> >>> >>> 3A%2F%2Fwww.patr
>> >>> >>> >eon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%7
>> >>> >>> C070a6ad3a98841
>> >>> >>> >413a7b08d5636a5e5d%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%
>> >>> >>> 7C0%7C6365242308
>> >>> >>> >58327364&sdata=4qxljVdaqOmyE8nITJ6UJ%2FhVdUPs%2BwkShDP0zq0%
>> >>> >>> 2FuNU%3D&reserv
>> >>> >>> >ed=0
>> >>> >>> ><https://na01.safelinks.protection.outlook.com/?url=https%
>> >>> >>> 3A%2F%2Fwww.patr
>> >>> >>> >eon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%7
>> >>> >>> C070a6ad3a98841
>> >>> >>> >413a7b08d5636a5e5d%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%
>> >>> >>> 7C0%7C6365242308
>> >>> >>> >58327364&sdata=4qxljVdaqOmyE8nITJ6UJ%2FhVdUPs%2BwkShDP0zq0%
>> >>> >>> 2FuNU%3D&reserv
>> >>> >>> >ed=0>*
>> >>> >>>
>> >>> >>>
>> >>> >>
>> >>> >>
>> >>> >> --
>> >>> >>
>> >>> >> Piotr Zarzycki
>> >>> >>
>> >>> >> Patreon:
>> >>> >>*https://na01.safelinks.protection.outlook.com/?url=https%
>> >>> 3A%2F%2Fwww.pat
>> >>> >>reon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com
>> >>> %7C09264452e2ab
>> >>> >>436cdb2608d56418924c%7Cfa7b1b5a7b34438794aed2c178decee1%
>> >>> 7C0%7C0%7C6365249
>> >>> >>79061106599&sdata=zt7QApJRCZp8t82OaJStjIMJ3pOgu4tG%2B4z3%
>> >>> 2FMBMoH0%3D&rese
>> >>> >>rved=0
>> >>> >>
>> >>> >><https://na01.safelinks.protection.outlook.com/?url=https%
>> >>> 3A%2F%2Fwww.pat
>> >>> >>reon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com
>> >>> %7C09264452e2ab
>> >>> >>436cdb2608d56418924c%7Cfa7b1b5a7b34438794aed2c178decee1%
>> >>> 7C0%7C0%7C6365249
>> >>> >>79061106599&sdata=zt7QApJRCZp8t82OaJStjIMJ3pOgu4tG%2B4z3%
>> >>> 2FMBMoH0%3D&rese
>> >>> >>rved=0>*
>> >>> >>
>> >>> >
>> >>> >
>> >>> >
>> >>> >--
>> >>> >
>> >>> >Piotr Zarzycki
>> >>> >
>> >>> >Patreon:
>> >>> >*https://na01.safelinks.protection.outlook.com/?url=https%
>> >>> 3A%2F%2Fwww.patr
>> >>> >eon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%7
>> >>> C09264452e2ab43
>> >>> >6cdb2608d56418924c%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%
>> >>> 7C0%7C6365249790
>> >>> >61106599&sdata=zt7QApJRCZp8t82OaJStjIMJ3pOgu4tG%2B4z3%
>> >>> 2FMBMoH0%3D&reserved
>> >>> >=0
>> >>> ><https://na01.safelinks.protection.outlook.com/?url=https%
>> >>> 3A%2F%2Fwww.patr
>> >>> >eon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%7
>> >>> C09264452e2ab43
>> >>> >6cdb2608d56418924c%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%
>> >>> 7C0%7C6365249790
>> >>> >61106599&sdata=zt7QApJRCZp8t82OaJStjIMJ3pOgu4tG%2B4z3%
>> >>> 2FMBMoH0%3D&reserved
>> >>> >=0>*
>> >>>
>> >>>
>> >>
>> >>
>> >> --
>> >>
>> >> Piotr Zarzycki
>> >>
>> >> Patreon:
>> >>*https://na01.safelinks.protection.outlook.com/?url=
>> https%3A%2F%2Fwww.pat
>> >>reon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com
>> %7Cd46f24996cb8
>> >>41f1e5e208d56baaa2dc%7C71f1da39c0a84d5a8d88a67b23c3
>> 0bf4%7C0%7C0%7C6365333
>> >>03003198853&sdata=UBjttvm26cQkKscrS2psuB8J5uy1LK
>> ruGbT0dHKhd6o%3D&reserved
>> >>=0
>> >>
>> >><https://na01.safelinks.protection.outlook.com/?url=
>> https%3A%2F%2Fwww.pat
>> >>reon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com
>> %7Cd46f24996cb8
>> >>41f1e5e208d56baaa2dc%7C71f1da39c0a84d5a8d88a67b23c3
>> 0bf4%7C0%7C0%7C6365333
>> >>03003198853&sdata=UBjttvm26cQkKscrS2psuB8J5uy1LK
>> ruGbT0dHKhd6o%3D&reserved
>> >>=0>*
>> >>
>> >
>> >
>> >
>> >--
>> >
>> >Piotr Zarzycki
>> >
>> >Patreon:
>> >*https://na01.safelinks.protection.outlook.com/?url=
>> https%3A%2F%2Fwww.patr
>> >eon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%
>> 7Cd46f24996cb841
>> >f1e5e208d56baaa2dc%7C71f1da39c0a84d5a8d88a67b23c3
>> 0bf4%7C0%7C0%7C6365333030
>> 
>>>03198853&sdata=UBjttvm26cQkKscrS2psuB8J5uy1LKruGbT0dHKhd6o%3D&reserved=0
>> ><https://na01.safelinks.protection.outlook.com/?url=
>> https%3A%2F%2Fwww.patr
>> >eon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%
>> 7Cd46f24996cb841
>> >f1e5e208d56baaa2dc%7C71f1da39c0a84d5a8d88a67b23c3
>> 0bf4%7C0%7C0%7C6365333030
>> >03198853&sdata=UBjttvm26cQkKscrS2psuB8J5uy1LK
>> ruGbT0dHKhd6o%3D&reserved=0>*
>>
>>
>
>
>-- 
>
>Piotr Zarzycki
>
>Patreon: 
>*https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patr
>eon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%7Ca9cd3efd32a343
>5e552808d56cba7d96%7C71f1da39c0a84d5a8d88a67b23c30bf4%7C0%7C0%7C6365344705
>82493502&sdata=4NCtcyIQxK57Q9e9IecFnEJNx14WLAFVMkUW4xOhjuo%3D&reserved=0
><https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patr
>eon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%7Ca9cd3efd32a343
>5e552808d56cba7d96%7C71f1da39c0a84d5a8d88a67b23c30bf4%7C0%7C0%7C6365344705
>82493502&sdata=4NCtcyIQxK57Q9e9IecFnEJNx14WLAFVMkUW4xOhjuo%3D&reserved=0>*


Re: Different results for compilation Error in JS and SWF compilation

Posted by Piotr Zarzycki <pi...@gmail.com>.
It would be great, because I have found that Moonshine's build of any
Royale app is failing if it contains Warnings from the compiler. I could
change the implementation a bit there, but I believe fix in the compiler is
more appropriate. It would be consistent then with SWF build.

Thanks!
Piotr


2018-02-05 17:56 GMT+01:00 Alex Harui <ah...@adobe.com.invalid>:

> Yep.  I noticed that too.  I have no idea how to fix it.  Maybe I'll find
> time to dig into it before cutting the release.
>
> -Alex
>
> On 2/4/18, 12:38 AM, "Piotr Zarzycki" <pi...@gmail.com> wrote:
>
> >Alex,
> >
> >The same thing goes with Warnings, not only errors.
> >
> >Piotr
> >
> >2018-01-25 18:59 GMT+01:00 Piotr Zarzycki <pi...@gmail.com>:
> >
> >> I have raised issue ->
> >>https://na01.safelinks.protection.outlook.com/?url=
> https%3A%2F%2Fgithub.c
> >>om%2Fapache%2Froyale-compiler%2Fissues%2F21&data=
> 02%7C01%7Caharui%40adobe
> >>.com%7Cd46f24996cb841f1e5e208d56baaa2dc%7C71f1da39c0a84d5a8d88a67b23c3
> 0bf
> >>4%7C0%7C0%7C636533303003198853&sdata=srWYw5bL8DlUtwHdZFKEH8nGsbLcsJ
> rwX0Te
> >>PQhPCCE%3D&reserved=0
> >>
> >> 2018-01-25 18:38 GMT+01:00 Alex Harui <ah...@adobe.com.invalid>:
> >>
> >>> Hmm.  Maybe MXMLJSC isn't able to pick up the ErrorFormat and just uses
> >>> %s.  I've never looked into how the language resources work.
> >>>
> >>> HTH,
> >>> -Alex
> >>>
> >>> On 1/25/18, 9:24 AM, "Piotr Zarzycki" <pi...@gmail.com>
> >>>wrote:
> >>>
> >>> >Alex,
> >>> >
> >>> >I looked into that and without debugging there is no option for me
> >>>figure
> >>> >out what has happened. Both classes are using the same formatter and
> >>> >printer to output errors. WorkspaceProblemFormatter and ProblemPrinter
> >>> >
> >>> >MXMLC is taking ErrorFormat=Error: %s from language resources. During
> >>>the
> >>> >compilation MXMLJSC is even using methods from MXMLC.
> >>> >
> >>> >
> >>> >
> >>> >2018-01-24 22:49 GMT+01:00 Piotr Zarzycki <piotrzarzycki21@gmail.com
> >:
> >>> >
> >>> >> Ok now I understand! I will look into that :)
> >>> >>
> >>> >> 2018-01-24 21:40 GMT+01:00 Alex Harui <ah...@adobe.com.invalid>:
> >>> >>
> >>> >>> I'm saying that if you want JSRoyale to have the same output as the
> >>> SWF
> >>> >>> target, I would look at the compiler source in those files and see
> >>>if
> >>> >>>they
> >>> >>> are doing something different.  I could go fix it myself, but I am
> >>> >>>trying
> >>> >>> to encourage other committers to get more familiar with the
> >>>compiler
> >>> >>> source.
> >>> >>>
> >>> >>> HTH,
> >>> >>> -Alex
> >>> >>>
> >>> >>> On 1/24/18, 12:37 PM, "Piotr Zarzycki" <pi...@gmail.com>
> >>> >>>wrote:
> >>> >>>
> >>> >>> >Not sure what do you mean ? That's how we use it I think so.
> >>> >>> >
> >>> >>> >2018-01-24 21:28 GMT+01:00 Alex Harui <ah...@adobe.com.invalid>:
> >>> >>> >
> >>> >>> >> Interesting.  Hadn't noticed that.  I guess you could compare
> >>>the
> >>> >>> output
> >>> >>> >> logic in the compilers.  MXMLC.java should be used for SWF
> >>>compiles
> >>> >>>and
> >>> >>> >> MXMLJSC.java for JS compiles.
> >>> >>> >>
> >>> >>> >> -Alex
> >>> >>> >>
> >>> >>> >> On 1/24/18, 11:59 AM, "Piotr Zarzycki"
> >>><pi...@gmail.com>
> >>> >>> >>wrote:
> >>> >>> >>
> >>> >>> >> >Once Again:
> >>> >>> >> >
> >>> >>> >> >JSRoyale:
> >>> >>> >> >col: 12 This attribute is unexpected. It will be ignored.
> >>> >>> >> >:
> >>> >>> >> >: <js:View percentWidh="100" percentHeight="100">
> >>> >>> >> >
> >>> >>> >> >SWF:
> >>> >>> >> >col: 12 Error: This attribute is unexpected. It will be
> >>>ignored.
> >>> >>> >> >:
> >>> >>> >> >: <js:View percentWidh="100" percentHeight="100">
> >>> >>> >> >
> >>> >>> >> >
> >>> >>> >> >
> >>> >>> >> >2018-01-24 20:47 GMT+01:00 Alex Harui
> >>><ah...@adobe.com.invalid>:
> >>> >>> >> >
> >>> >>> >> >> Links are still broken.  Paste.a.o might be having problems.
> >>> Try
> >>> >>> >>just
> >>> >>> >> >>cut
> >>> >>> >> >> and paste of a section of the main differences.
> >>> >>> >> >>
> >>> >>> >> >> -Alex
> >>> >>> >> >>
> >>> >>> >> >> On 1/24/18, 10:19 AM, "Piotr Zarzycki"
> >>> >>><pi...@gmail.com>
> >>> >>> >> >>wrote:
> >>> >>> >> >>
> >>> >>> >> >> >Something happened with Apache paste. Posting once again.
> >>> >>> >> >> >
> >>> >>> >> >> >JSRoyale compilation error [1]
> >>> >>> >> >> >SWF compilation error [2]
> >>> >>> >> >> >
> >>> >>> >> >> >[1]
> >>> >>> >> >> >https://na01.safelinks.protection.outlook.com/?url=
> >>> >>> >> >> https%3A%2F%2Fpaste.apa
> >>> >>> >> >> >che.org%2FJdNf&data=02%7C01%7Caharui%40adobe.com%
> >>> >>> >> >> 7Cafcc22074376430e972508d
> >>> >>> >> >> >5635711da%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%
> >>> >>> >> >> 7C636524147998979848&
> >>> >>> >> >> >sdata=11pnBHmUDQhSfiCfYIsbBw9G1n8vPfwEoAP09onRP14%3D&
> >>> reserved=0
> >>> >>> >> >> >[2]
> >>> >>> >> >> >https://na01.safelinks.protection.outlook.com/?url=
> >>> >>> >> >> https%3A%2F%2Fpaste.apa
> >>> >>> >> >> >che.org%2FQgUo&data=02%7C01%7Caharui%40adobe.com%
> >>> >>> >> >> 7Cafcc22074376430e972508d
> >>> >>> >> >> >5635711da%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%
> >>> >>> >> >> 7C636524147998979848&
> >>> >>> >> >> >sdata=EcK0PgVPJWOa9YxQcvP6LbIbFZ32hNK6pjgsN695lxE%3D&
> >>> reserved=0
> >>> >>> >> >> >
> >>> >>> >> >> >
> >>> >>> >> >> >
> >>> >>> >> >> >2018-01-24 18:22 GMT+01:00 Alex Harui
> >>> >>><ah...@adobe.com.invalid>:
> >>> >>> >> >> >
> >>> >>> >> >> >> The links do not work for me.
> >>> >>> >> >> >>
> >>> >>> >> >> >> -Alex
> >>> >>> >> >> >>
> >>> >>> >> >> >> On 1/24/18, 4:19 AM, "Piotr Zarzycki"
> >>> >>><piotrzarzycki21@gmail.com
> >>> >>> >
> >>> >>> >> >> wrote:
> >>> >>> >> >> >>
> >>> >>> >> >> >> >Carlos,
> >>> >>> >> >> >> >
> >>> >>> >> >> >> >I know what causes the error :) I just wanted to know why
> >>> the
> >>> >>> >> >>message
> >>> >>> >> >> >> >provided by compiler is different :)
> >>> >>> >> >> >> >
> >>> >>> >> >> >> >Piotr
> >>> >>> >> >> >> >
> >>> >>> >> >> >> >2018-01-24 13:18 GMT+01:00 Carlos Rovira
> >>> >>> >><ca...@apache.org>:
> >>> >>> >> >> >> >
> >>> >>> >> >> >> >> there's a need for a final "h" here percentWidt
> >>> >>> >> >> >> >>
> >>> >>> >> >> >> >> so it seems something is wrong in the generation right?
> >>> >>> >> >> >> >>
> >>> >>> >> >> >> >>
> >>> >>> >> >> >> >> 2018-01-24 13:08 GMT+01:00 Piotr Zarzycki
> >>> >>> >> >> >><pi...@gmail.com>:
> >>> >>> >> >> >> >>
> >>> >>> >> >> >> >> > Hi,
> >>> >>> >> >> >> >> >
> >>> >>> >> >> >> >> > I have found that during SWF only compilation and JS
> >>> only
> >>> >>> >> >>although
> >>> >>> >> >> >>I'm
> >>> >>> >> >> >> >> > getting the same errors they are reported a bit
> >>> >>>differently.
> >>> >>> >> >> >> >> >
> >>> >>> >> >> >> >> > In build: compiler.targets=JSRoyale I got [1]
> >>> >>> >> >> >> >> > In build: compiler.targets=SWF I got [2]
> >>> >>> >> >> >> >> >
> >>> >>> >> >> >> >> > There is no word "Error" in case of JSRoyale - Is
> >>>this a
> >>> >>>bug
> >>> >>> >>?
> >>> >>> >> >> >> >> >
> >>> >>> >> >> >> >> > [1]
> >>> >>> >> >> >> >>https://na01.safelinks.protection.outlook.com/?url=
> >>> >>> >> >> >> https%3A%2F%2Fpaste.ap
> >>> >>> >> >> >> >>ache.org%2FH7m7&data=02%7C01%7Caharui%40adobe.com%
> >>> >>> >> >> >> 7C86539a854146402e21510
> >>> >>> >> >> >> >>8d56324c4af%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%
> >>> >>> >> >> >> 7C6365239319247711
> >>> >>> >> >> >>
> >>> >>> >>>>78&sdata=I0RlFQKtU8QJ48nFi3Zv6e9gmrVHfTqUiCD0rHxOfYs%3D&
> >>> reserved=0
> >>> >>> >> >> >> >> > [2]
> >>> >>> >> >> >> >>https://na01.safelinks.protection.outlook.com/?url=
> >>> >>> >> >> >> https%3A%2F%2Fpaste.ap
> >>> >>> >> >> >> >>ache.org%2FtvL9&data=02%7C01%7Caharui%40adobe.com%
> >>> >>> >> >> >> 7C86539a854146402e21510
> >>> >>> >> >> >> >>8d56324c4af%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%
> >>> >>> >> >> >> 7C6365239319247711
> >>> >>> >> >> >>
> >>> >>> >>>>78&sdata=3SB0VZjSQ3cq15PMeNK9hDtVEf2IQ2W76uM0jVyyiXo%3D&
> >>> reserved=0
> >>> >>> >> >> >> >> >
> >>> >>> >> >> >> >> > Thanks,
> >>> >>> >> >> >> >> > --
> >>> >>> >> >> >> >> >
> >>> >>> >> >> >> >> > Piotr Zarzycki
> >>> >>> >> >> >> >> >
> >>> >>> >> >> >> >> > Patreon:
> >>> >>> >> >> >> >>*https://na01.safelinks.protection.outlook.com/?url=
> >>> >>> >> >> >> https%3A%2F%2Fwww.pat
> >>> >>> >> >> >>
> >>>>>reon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com
> >>> >>> >> >> >> %7C86539a854146
> >>> >>> >> >> >> >>402e215108d56324c4af%7Cfa7b1b5a7b34438794aed2c178de
> >>> >>> >> >> >> cee1%7C0%7C0%7C6365239
> >>> >>> >> >> >> >>31924771178&sdata=fMwSLPw1i2ucqETktb4PJRSg%
> >>> >>> >> >> >> 2FFtnQRjQQbBBulFkWpg%3D&reserv
> >>> >>> >> >> >> >>ed=0
> >>> >>> >> >> >> >> >
> >>> >>> >> >> >> >><https://na01.safelinks.protection.outlook.com/?url=
> >>> >>> >> >> >> https%3A%2F%2Fwww.pat
> >>> >>> >> >> >>
> >>>>>reon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com
> >>> >>> >> >> >> %7C86539a854146
> >>> >>> >> >> >> >>402e215108d56324c4af%7Cfa7b1b5a7b34438794aed2c178de
> >>> >>> >> >> >> cee1%7C0%7C0%7C6365239
> >>> >>> >> >> >> >>31924771178&sdata=fMwSLPw1i2ucqETktb4PJRSg%
> >>> >>> >> >> >> 2FFtnQRjQQbBBulFkWpg%3D&reserv
> >>> >>> >> >> >> >>ed=0>*
> >>> >>> >> >> >> >> >
> >>> >>> >> >> >> >>
> >>> >>> >> >> >> >>
> >>> >>> >> >> >> >>
> >>> >>> >> >> >> >> --
> >>> >>> >> >> >> >> Carlos Rovira
> >>> >>> >> >> >> >>
> >>> >>> >> >> >> >>https://na01.safelinks.protection.outlook.com/?url=
> >>> >>> >> >> >> http%3A%2F%2Fabout.me%
> >>> >>> >> >> >> >>2Fcarlosrovira&data=02%7C01%7Caharui%40adobe.com%
> >>> >>> >> >> >> 7C86539a854146402e215108
> >>> >>> >> >> >> >>d56324c4af%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%
> >>> >>> >> >> >> 7C63652393192477117
> >>> >>> >> >> >>
> >>> >>>
> >>>>>>>8&sdata=poE7DnL3nCR3TiIdTKcZq3XiXERRt8230P6BLzjq0pc%3D&reserved=0
> >>> >>> >> >> >> >>
> >>> >>> >> >> >> >
> >>> >>> >> >> >> >
> >>> >>> >> >> >> >
> >>> >>> >> >> >> >--
> >>> >>> >> >> >> >
> >>> >>> >> >> >> >Piotr Zarzycki
> >>> >>> >> >> >> >
> >>> >>> >> >> >> >Patreon:
> >>> >>> >> >> >> >*https://na01.safelinks.protection.outlook.com/?url=
> >>> >>> >> >> >> https%3A%2F%2Fwww.patr
> >>> >>> >> >> >>
> >>>>eon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%
> >>> >>> >> >> >> 7C86539a85414640
> >>> >>> >> >> >> >2e215108d56324c4af%7Cfa7b1b5a7b34438794aed2c178de
> >>> >>> >> >> >> cee1%7C0%7C0%7C6365239319
> >>> >>> >> >> >>
> >>>>24771178&sdata=fMwSLPw1i2ucqETktb4PJRSg%2FFtnQRjQQbBBulFkWp
> >>> >>> g%3D&
> >>> >>> >> >> >> reserved=0
> >>> >>> >> >> >> ><https://na01.safelinks.protection.outlook.com/?url=
> >>> >>> >> >> >> https%3A%2F%2Fwww.patr
> >>> >>> >> >> >>
> >>>>eon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%
> >>> >>> >> >> >> 7C86539a85414640
> >>> >>> >> >> >> >2e215108d56324c4af%7Cfa7b1b5a7b34438794aed2c178de
> >>> >>> >> >> >> cee1%7C0%7C0%7C6365239319
> >>> >>> >> >> >>
> >>>>24771178&sdata=fMwSLPw1i2ucqETktb4PJRSg%2FFtnQRjQQbBBulFkWp
> >>> >>> g%3D&
> >>> >>> >> >> >> reserved=0
> >>> >>> >> >> >> >>*
> >>> >>> >> >> >>
> >>> >>> >> >> >>
> >>> >>> >> >> >
> >>> >>> >> >> >
> >>> >>> >> >> >--
> >>> >>> >> >> >
> >>> >>> >> >> >Piotr Zarzycki
> >>> >>> >> >> >
> >>> >>> >> >> >Patreon:
> >>> >>> >> >> >*https://na01.safelinks.protection.outlook.com/?url=
> >>> >>> >> >> https%3A%2F%2Fwww.patr
> >>> >>> >> >> >eon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%
> >>> >>> >> >> 7Cafcc2207437643
> >>> >>> >> >> >0e972508d5635711da%7Cfa7b1b5a7b34438794aed2c178de
> >>> >>> >> >> cee1%7C0%7C0%7C6365241479
> >>> >>> >> >> >98979848&sdata=0BDb%2FFUwg%2FIBZE24ilHXu845iMa%
> >>> >>> >> >> 2Fmu9iDF9P7NK3sYc%3D&reserv
> >>> >>> >> >> >ed=0
> >>> >>> >> >> ><https://na01.safelinks.protection.outlook.com/?url=
> >>> >>> >> >> https%3A%2F%2Fwww.patr
> >>> >>> >> >> >eon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%
> >>> >>> >> >> 7Cafcc2207437643
> >>> >>> >> >> >0e972508d5635711da%7Cfa7b1b5a7b34438794aed2c178de
> >>> >>> >> >> cee1%7C0%7C0%7C6365241479
> >>> >>> >> >> >98979848&sdata=0BDb%2FFUwg%2FIBZE24ilHXu845iMa%
> >>> >>> >> >> 2Fmu9iDF9P7NK3sYc%3D&reserv
> >>> >>> >> >> >ed=0>*
> >>> >>> >> >>
> >>> >>> >> >>
> >>> >>> >> >
> >>> >>> >> >
> >>> >>> >> >--
> >>> >>> >> >
> >>> >>> >> >Piotr Zarzycki
> >>> >>> >> >
> >>> >>> >> >Patreon:
> >>> >>> >> >*https://na01.safelinks.protection.outlook.com/?url=
> >>> >>> >> https%3A%2F%2Fwww.patr
> >>> >>> >> >eon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%
> >>> >>> >> 7Cf9ce62f67abd4e
> >>> >>> >> >56304408d563650e0e%7Cfa7b1b5a7b34438794aed2c178de
> >>> >>> >> cee1%7C0%7C0%7C6365242080
> >>> >>> >> >50899771&sdata=jQn5ESWbpyqVD%2FzUrDgz%2BLiakH6nHusSV1L0slA8
> >>> XAo%3D&
> >>> >>> >> reserved
> >>> >>> >> >=0
> >>> >>> >> ><https://na01.safelinks.protection.outlook.com/?url=
> >>> >>> >> https%3A%2F%2Fwww.patr
> >>> >>> >> >eon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%
> >>> >>> >> 7Cf9ce62f67abd4e
> >>> >>> >> >56304408d563650e0e%7Cfa7b1b5a7b34438794aed2c178de
> >>> >>> >> cee1%7C0%7C0%7C6365242080
> >>> >>> >> >50899771&sdata=jQn5ESWbpyqVD%2FzUrDgz%2BLiakH6nHusSV1L0slA8
> >>> XAo%3D&
> >>> >>> >> reserved
> >>> >>> >> >=0>*
> >>> >>> >>
> >>> >>> >>
> >>> >>> >
> >>> >>> >
> >>> >>> >--
> >>> >>> >
> >>> >>> >Piotr Zarzycki
> >>> >>> >
> >>> >>> >Patreon:
> >>> >>> >*https://na01.safelinks.protection.outlook.com/?url=https%
> >>> >>> 3A%2F%2Fwww.patr
> >>> >>> >eon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%7
> >>> >>> C070a6ad3a98841
> >>> >>> >413a7b08d5636a5e5d%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%
> >>> >>> 7C0%7C6365242308
> >>> >>> >58327364&sdata=4qxljVdaqOmyE8nITJ6UJ%2FhVdUPs%2BwkShDP0zq0%
> >>> >>> 2FuNU%3D&reserv
> >>> >>> >ed=0
> >>> >>> ><https://na01.safelinks.protection.outlook.com/?url=https%
> >>> >>> 3A%2F%2Fwww.patr
> >>> >>> >eon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%7
> >>> >>> C070a6ad3a98841
> >>> >>> >413a7b08d5636a5e5d%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%
> >>> >>> 7C0%7C6365242308
> >>> >>> >58327364&sdata=4qxljVdaqOmyE8nITJ6UJ%2FhVdUPs%2BwkShDP0zq0%
> >>> >>> 2FuNU%3D&reserv
> >>> >>> >ed=0>*
> >>> >>>
> >>> >>>
> >>> >>
> >>> >>
> >>> >> --
> >>> >>
> >>> >> Piotr Zarzycki
> >>> >>
> >>> >> Patreon:
> >>> >>*https://na01.safelinks.protection.outlook.com/?url=https%
> >>> 3A%2F%2Fwww.pat
> >>> >>reon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com
> >>> %7C09264452e2ab
> >>> >>436cdb2608d56418924c%7Cfa7b1b5a7b34438794aed2c178decee1%
> >>> 7C0%7C0%7C6365249
> >>> >>79061106599&sdata=zt7QApJRCZp8t82OaJStjIMJ3pOgu4tG%2B4z3%
> >>> 2FMBMoH0%3D&rese
> >>> >>rved=0
> >>> >>
> >>> >><https://na01.safelinks.protection.outlook.com/?url=https%
> >>> 3A%2F%2Fwww.pat
> >>> >>reon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com
> >>> %7C09264452e2ab
> >>> >>436cdb2608d56418924c%7Cfa7b1b5a7b34438794aed2c178decee1%
> >>> 7C0%7C0%7C6365249
> >>> >>79061106599&sdata=zt7QApJRCZp8t82OaJStjIMJ3pOgu4tG%2B4z3%
> >>> 2FMBMoH0%3D&rese
> >>> >>rved=0>*
> >>> >>
> >>> >
> >>> >
> >>> >
> >>> >--
> >>> >
> >>> >Piotr Zarzycki
> >>> >
> >>> >Patreon:
> >>> >*https://na01.safelinks.protection.outlook.com/?url=https%
> >>> 3A%2F%2Fwww.patr
> >>> >eon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%7
> >>> C09264452e2ab43
> >>> >6cdb2608d56418924c%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%
> >>> 7C0%7C6365249790
> >>> >61106599&sdata=zt7QApJRCZp8t82OaJStjIMJ3pOgu4tG%2B4z3%
> >>> 2FMBMoH0%3D&reserved
> >>> >=0
> >>> ><https://na01.safelinks.protection.outlook.com/?url=https%
> >>> 3A%2F%2Fwww.patr
> >>> >eon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%7
> >>> C09264452e2ab43
> >>> >6cdb2608d56418924c%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%
> >>> 7C0%7C6365249790
> >>> >61106599&sdata=zt7QApJRCZp8t82OaJStjIMJ3pOgu4tG%2B4z3%
> >>> 2FMBMoH0%3D&reserved
> >>> >=0>*
> >>>
> >>>
> >>
> >>
> >> --
> >>
> >> Piotr Zarzycki
> >>
> >> Patreon:
> >>*https://na01.safelinks.protection.outlook.com/?url=
> https%3A%2F%2Fwww.pat
> >>reon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com
> %7Cd46f24996cb8
> >>41f1e5e208d56baaa2dc%7C71f1da39c0a84d5a8d88a67b23c3
> 0bf4%7C0%7C0%7C6365333
> >>03003198853&sdata=UBjttvm26cQkKscrS2psuB8J5uy1LK
> ruGbT0dHKhd6o%3D&reserved
> >>=0
> >>
> >><https://na01.safelinks.protection.outlook.com/?url=
> https%3A%2F%2Fwww.pat
> >>reon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com
> %7Cd46f24996cb8
> >>41f1e5e208d56baaa2dc%7C71f1da39c0a84d5a8d88a67b23c3
> 0bf4%7C0%7C0%7C6365333
> >>03003198853&sdata=UBjttvm26cQkKscrS2psuB8J5uy1LK
> ruGbT0dHKhd6o%3D&reserved
> >>=0>*
> >>
> >
> >
> >
> >--
> >
> >Piotr Zarzycki
> >
> >Patreon:
> >*https://na01.safelinks.protection.outlook.com/?url=
> https%3A%2F%2Fwww.patr
> >eon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%
> 7Cd46f24996cb841
> >f1e5e208d56baaa2dc%7C71f1da39c0a84d5a8d88a67b23c3
> 0bf4%7C0%7C0%7C6365333030
> >03198853&sdata=UBjttvm26cQkKscrS2psuB8J5uy1LKruGbT0dHKhd6o%3D&reserved=0
> ><https://na01.safelinks.protection.outlook.com/?url=
> https%3A%2F%2Fwww.patr
> >eon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%
> 7Cd46f24996cb841
> >f1e5e208d56baaa2dc%7C71f1da39c0a84d5a8d88a67b23c3
> 0bf4%7C0%7C0%7C6365333030
> >03198853&sdata=UBjttvm26cQkKscrS2psuB8J5uy1LK
> ruGbT0dHKhd6o%3D&reserved=0>*
>
>


-- 

Piotr Zarzycki

Patreon: *https://www.patreon.com/piotrzarzycki
<https://www.patreon.com/piotrzarzycki>*

Re: Different results for compilation Error in JS and SWF compilation

Posted by Alex Harui <ah...@adobe.com.INVALID>.
Yep.  I noticed that too.  I have no idea how to fix it.  Maybe I'll find
time to dig into it before cutting the release.

-Alex

On 2/4/18, 12:38 AM, "Piotr Zarzycki" <pi...@gmail.com> wrote:

>Alex,
>
>The same thing goes with Warnings, not only errors.
>
>Piotr
>
>2018-01-25 18:59 GMT+01:00 Piotr Zarzycki <pi...@gmail.com>:
>
>> I have raised issue ->
>>https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.c
>>om%2Fapache%2Froyale-compiler%2Fissues%2F21&data=02%7C01%7Caharui%40adobe
>>.com%7Cd46f24996cb841f1e5e208d56baaa2dc%7C71f1da39c0a84d5a8d88a67b23c30bf
>>4%7C0%7C0%7C636533303003198853&sdata=srWYw5bL8DlUtwHdZFKEH8nGsbLcsJrwX0Te
>>PQhPCCE%3D&reserved=0
>>
>> 2018-01-25 18:38 GMT+01:00 Alex Harui <ah...@adobe.com.invalid>:
>>
>>> Hmm.  Maybe MXMLJSC isn't able to pick up the ErrorFormat and just uses
>>> %s.  I've never looked into how the language resources work.
>>>
>>> HTH,
>>> -Alex
>>>
>>> On 1/25/18, 9:24 AM, "Piotr Zarzycki" <pi...@gmail.com>
>>>wrote:
>>>
>>> >Alex,
>>> >
>>> >I looked into that and without debugging there is no option for me
>>>figure
>>> >out what has happened. Both classes are using the same formatter and
>>> >printer to output errors. WorkspaceProblemFormatter and ProblemPrinter
>>> >
>>> >MXMLC is taking ErrorFormat=Error: %s from language resources. During
>>>the
>>> >compilation MXMLJSC is even using methods from MXMLC.
>>> >
>>> >
>>> >
>>> >2018-01-24 22:49 GMT+01:00 Piotr Zarzycki <pi...@gmail.com>:
>>> >
>>> >> Ok now I understand! I will look into that :)
>>> >>
>>> >> 2018-01-24 21:40 GMT+01:00 Alex Harui <ah...@adobe.com.invalid>:
>>> >>
>>> >>> I'm saying that if you want JSRoyale to have the same output as the
>>> SWF
>>> >>> target, I would look at the compiler source in those files and see
>>>if
>>> >>>they
>>> >>> are doing something different.  I could go fix it myself, but I am
>>> >>>trying
>>> >>> to encourage other committers to get more familiar with the
>>>compiler
>>> >>> source.
>>> >>>
>>> >>> HTH,
>>> >>> -Alex
>>> >>>
>>> >>> On 1/24/18, 12:37 PM, "Piotr Zarzycki" <pi...@gmail.com>
>>> >>>wrote:
>>> >>>
>>> >>> >Not sure what do you mean ? That's how we use it I think so.
>>> >>> >
>>> >>> >2018-01-24 21:28 GMT+01:00 Alex Harui <ah...@adobe.com.invalid>:
>>> >>> >
>>> >>> >> Interesting.  Hadn't noticed that.  I guess you could compare
>>>the
>>> >>> output
>>> >>> >> logic in the compilers.  MXMLC.java should be used for SWF
>>>compiles
>>> >>>and
>>> >>> >> MXMLJSC.java for JS compiles.
>>> >>> >>
>>> >>> >> -Alex
>>> >>> >>
>>> >>> >> On 1/24/18, 11:59 AM, "Piotr Zarzycki"
>>><pi...@gmail.com>
>>> >>> >>wrote:
>>> >>> >>
>>> >>> >> >Once Again:
>>> >>> >> >
>>> >>> >> >JSRoyale:
>>> >>> >> >col: 12 This attribute is unexpected. It will be ignored.
>>> >>> >> >:
>>> >>> >> >: <js:View percentWidh="100" percentHeight="100">
>>> >>> >> >
>>> >>> >> >SWF:
>>> >>> >> >col: 12 Error: This attribute is unexpected. It will be
>>>ignored.
>>> >>> >> >:
>>> >>> >> >: <js:View percentWidh="100" percentHeight="100">
>>> >>> >> >
>>> >>> >> >
>>> >>> >> >
>>> >>> >> >2018-01-24 20:47 GMT+01:00 Alex Harui
>>><ah...@adobe.com.invalid>:
>>> >>> >> >
>>> >>> >> >> Links are still broken.  Paste.a.o might be having problems.
>>> Try
>>> >>> >>just
>>> >>> >> >>cut
>>> >>> >> >> and paste of a section of the main differences.
>>> >>> >> >>
>>> >>> >> >> -Alex
>>> >>> >> >>
>>> >>> >> >> On 1/24/18, 10:19 AM, "Piotr Zarzycki"
>>> >>><pi...@gmail.com>
>>> >>> >> >>wrote:
>>> >>> >> >>
>>> >>> >> >> >Something happened with Apache paste. Posting once again.
>>> >>> >> >> >
>>> >>> >> >> >JSRoyale compilation error [1]
>>> >>> >> >> >SWF compilation error [2]
>>> >>> >> >> >
>>> >>> >> >> >[1]
>>> >>> >> >> >https://na01.safelinks.protection.outlook.com/?url=
>>> >>> >> >> https%3A%2F%2Fpaste.apa
>>> >>> >> >> >che.org%2FJdNf&data=02%7C01%7Caharui%40adobe.com%
>>> >>> >> >> 7Cafcc22074376430e972508d
>>> >>> >> >> >5635711da%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%
>>> >>> >> >> 7C636524147998979848&
>>> >>> >> >> >sdata=11pnBHmUDQhSfiCfYIsbBw9G1n8vPfwEoAP09onRP14%3D&
>>> reserved=0
>>> >>> >> >> >[2]
>>> >>> >> >> >https://na01.safelinks.protection.outlook.com/?url=
>>> >>> >> >> https%3A%2F%2Fpaste.apa
>>> >>> >> >> >che.org%2FQgUo&data=02%7C01%7Caharui%40adobe.com%
>>> >>> >> >> 7Cafcc22074376430e972508d
>>> >>> >> >> >5635711da%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%
>>> >>> >> >> 7C636524147998979848&
>>> >>> >> >> >sdata=EcK0PgVPJWOa9YxQcvP6LbIbFZ32hNK6pjgsN695lxE%3D&
>>> reserved=0
>>> >>> >> >> >
>>> >>> >> >> >
>>> >>> >> >> >
>>> >>> >> >> >2018-01-24 18:22 GMT+01:00 Alex Harui
>>> >>><ah...@adobe.com.invalid>:
>>> >>> >> >> >
>>> >>> >> >> >> The links do not work for me.
>>> >>> >> >> >>
>>> >>> >> >> >> -Alex
>>> >>> >> >> >>
>>> >>> >> >> >> On 1/24/18, 4:19 AM, "Piotr Zarzycki"
>>> >>><piotrzarzycki21@gmail.com
>>> >>> >
>>> >>> >> >> wrote:
>>> >>> >> >> >>
>>> >>> >> >> >> >Carlos,
>>> >>> >> >> >> >
>>> >>> >> >> >> >I know what causes the error :) I just wanted to know why
>>> the
>>> >>> >> >>message
>>> >>> >> >> >> >provided by compiler is different :)
>>> >>> >> >> >> >
>>> >>> >> >> >> >Piotr
>>> >>> >> >> >> >
>>> >>> >> >> >> >2018-01-24 13:18 GMT+01:00 Carlos Rovira
>>> >>> >><ca...@apache.org>:
>>> >>> >> >> >> >
>>> >>> >> >> >> >> there's a need for a final "h" here percentWidt
>>> >>> >> >> >> >>
>>> >>> >> >> >> >> so it seems something is wrong in the generation right?
>>> >>> >> >> >> >>
>>> >>> >> >> >> >>
>>> >>> >> >> >> >> 2018-01-24 13:08 GMT+01:00 Piotr Zarzycki
>>> >>> >> >> >><pi...@gmail.com>:
>>> >>> >> >> >> >>
>>> >>> >> >> >> >> > Hi,
>>> >>> >> >> >> >> >
>>> >>> >> >> >> >> > I have found that during SWF only compilation and JS
>>> only
>>> >>> >> >>although
>>> >>> >> >> >>I'm
>>> >>> >> >> >> >> > getting the same errors they are reported a bit
>>> >>>differently.
>>> >>> >> >> >> >> >
>>> >>> >> >> >> >> > In build: compiler.targets=JSRoyale I got [1]
>>> >>> >> >> >> >> > In build: compiler.targets=SWF I got [2]
>>> >>> >> >> >> >> >
>>> >>> >> >> >> >> > There is no word "Error" in case of JSRoyale - Is
>>>this a
>>> >>>bug
>>> >>> >>?
>>> >>> >> >> >> >> >
>>> >>> >> >> >> >> > [1]
>>> >>> >> >> >> >>https://na01.safelinks.protection.outlook.com/?url=
>>> >>> >> >> >> https%3A%2F%2Fpaste.ap
>>> >>> >> >> >> >>ache.org%2FH7m7&data=02%7C01%7Caharui%40adobe.com%
>>> >>> >> >> >> 7C86539a854146402e21510
>>> >>> >> >> >> >>8d56324c4af%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%
>>> >>> >> >> >> 7C6365239319247711
>>> >>> >> >> >>
>>> >>> >>>>78&sdata=I0RlFQKtU8QJ48nFi3Zv6e9gmrVHfTqUiCD0rHxOfYs%3D&
>>> reserved=0
>>> >>> >> >> >> >> > [2]
>>> >>> >> >> >> >>https://na01.safelinks.protection.outlook.com/?url=
>>> >>> >> >> >> https%3A%2F%2Fpaste.ap
>>> >>> >> >> >> >>ache.org%2FtvL9&data=02%7C01%7Caharui%40adobe.com%
>>> >>> >> >> >> 7C86539a854146402e21510
>>> >>> >> >> >> >>8d56324c4af%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%
>>> >>> >> >> >> 7C6365239319247711
>>> >>> >> >> >>
>>> >>> >>>>78&sdata=3SB0VZjSQ3cq15PMeNK9hDtVEf2IQ2W76uM0jVyyiXo%3D&
>>> reserved=0
>>> >>> >> >> >> >> >
>>> >>> >> >> >> >> > Thanks,
>>> >>> >> >> >> >> > --
>>> >>> >> >> >> >> >
>>> >>> >> >> >> >> > Piotr Zarzycki
>>> >>> >> >> >> >> >
>>> >>> >> >> >> >> > Patreon:
>>> >>> >> >> >> >>*https://na01.safelinks.protection.outlook.com/?url=
>>> >>> >> >> >> https%3A%2F%2Fwww.pat
>>> >>> >> >> >> 
>>>>>reon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com
>>> >>> >> >> >> %7C86539a854146
>>> >>> >> >> >> >>402e215108d56324c4af%7Cfa7b1b5a7b34438794aed2c178de
>>> >>> >> >> >> cee1%7C0%7C0%7C6365239
>>> >>> >> >> >> >>31924771178&sdata=fMwSLPw1i2ucqETktb4PJRSg%
>>> >>> >> >> >> 2FFtnQRjQQbBBulFkWpg%3D&reserv
>>> >>> >> >> >> >>ed=0
>>> >>> >> >> >> >> >
>>> >>> >> >> >> >><https://na01.safelinks.protection.outlook.com/?url=
>>> >>> >> >> >> https%3A%2F%2Fwww.pat
>>> >>> >> >> >> 
>>>>>reon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com
>>> >>> >> >> >> %7C86539a854146
>>> >>> >> >> >> >>402e215108d56324c4af%7Cfa7b1b5a7b34438794aed2c178de
>>> >>> >> >> >> cee1%7C0%7C0%7C6365239
>>> >>> >> >> >> >>31924771178&sdata=fMwSLPw1i2ucqETktb4PJRSg%
>>> >>> >> >> >> 2FFtnQRjQQbBBulFkWpg%3D&reserv
>>> >>> >> >> >> >>ed=0>*
>>> >>> >> >> >> >> >
>>> >>> >> >> >> >>
>>> >>> >> >> >> >>
>>> >>> >> >> >> >>
>>> >>> >> >> >> >> --
>>> >>> >> >> >> >> Carlos Rovira
>>> >>> >> >> >> >>
>>> >>> >> >> >> >>https://na01.safelinks.protection.outlook.com/?url=
>>> >>> >> >> >> http%3A%2F%2Fabout.me%
>>> >>> >> >> >> >>2Fcarlosrovira&data=02%7C01%7Caharui%40adobe.com%
>>> >>> >> >> >> 7C86539a854146402e215108
>>> >>> >> >> >> >>d56324c4af%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%
>>> >>> >> >> >> 7C63652393192477117
>>> >>> >> >> >>
>>> >>> 
>>>>>>>8&sdata=poE7DnL3nCR3TiIdTKcZq3XiXERRt8230P6BLzjq0pc%3D&reserved=0
>>> >>> >> >> >> >>
>>> >>> >> >> >> >
>>> >>> >> >> >> >
>>> >>> >> >> >> >
>>> >>> >> >> >> >--
>>> >>> >> >> >> >
>>> >>> >> >> >> >Piotr Zarzycki
>>> >>> >> >> >> >
>>> >>> >> >> >> >Patreon:
>>> >>> >> >> >> >*https://na01.safelinks.protection.outlook.com/?url=
>>> >>> >> >> >> https%3A%2F%2Fwww.patr
>>> >>> >> >> >> 
>>>>eon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%
>>> >>> >> >> >> 7C86539a85414640
>>> >>> >> >> >> >2e215108d56324c4af%7Cfa7b1b5a7b34438794aed2c178de
>>> >>> >> >> >> cee1%7C0%7C0%7C6365239319
>>> >>> >> >> >> 
>>>>24771178&sdata=fMwSLPw1i2ucqETktb4PJRSg%2FFtnQRjQQbBBulFkWp
>>> >>> g%3D&
>>> >>> >> >> >> reserved=0
>>> >>> >> >> >> ><https://na01.safelinks.protection.outlook.com/?url=
>>> >>> >> >> >> https%3A%2F%2Fwww.patr
>>> >>> >> >> >> 
>>>>eon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%
>>> >>> >> >> >> 7C86539a85414640
>>> >>> >> >> >> >2e215108d56324c4af%7Cfa7b1b5a7b34438794aed2c178de
>>> >>> >> >> >> cee1%7C0%7C0%7C6365239319
>>> >>> >> >> >> 
>>>>24771178&sdata=fMwSLPw1i2ucqETktb4PJRSg%2FFtnQRjQQbBBulFkWp
>>> >>> g%3D&
>>> >>> >> >> >> reserved=0
>>> >>> >> >> >> >>*
>>> >>> >> >> >>
>>> >>> >> >> >>
>>> >>> >> >> >
>>> >>> >> >> >
>>> >>> >> >> >--
>>> >>> >> >> >
>>> >>> >> >> >Piotr Zarzycki
>>> >>> >> >> >
>>> >>> >> >> >Patreon:
>>> >>> >> >> >*https://na01.safelinks.protection.outlook.com/?url=
>>> >>> >> >> https%3A%2F%2Fwww.patr
>>> >>> >> >> >eon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%
>>> >>> >> >> 7Cafcc2207437643
>>> >>> >> >> >0e972508d5635711da%7Cfa7b1b5a7b34438794aed2c178de
>>> >>> >> >> cee1%7C0%7C0%7C6365241479
>>> >>> >> >> >98979848&sdata=0BDb%2FFUwg%2FIBZE24ilHXu845iMa%
>>> >>> >> >> 2Fmu9iDF9P7NK3sYc%3D&reserv
>>> >>> >> >> >ed=0
>>> >>> >> >> ><https://na01.safelinks.protection.outlook.com/?url=
>>> >>> >> >> https%3A%2F%2Fwww.patr
>>> >>> >> >> >eon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%
>>> >>> >> >> 7Cafcc2207437643
>>> >>> >> >> >0e972508d5635711da%7Cfa7b1b5a7b34438794aed2c178de
>>> >>> >> >> cee1%7C0%7C0%7C6365241479
>>> >>> >> >> >98979848&sdata=0BDb%2FFUwg%2FIBZE24ilHXu845iMa%
>>> >>> >> >> 2Fmu9iDF9P7NK3sYc%3D&reserv
>>> >>> >> >> >ed=0>*
>>> >>> >> >>
>>> >>> >> >>
>>> >>> >> >
>>> >>> >> >
>>> >>> >> >--
>>> >>> >> >
>>> >>> >> >Piotr Zarzycki
>>> >>> >> >
>>> >>> >> >Patreon:
>>> >>> >> >*https://na01.safelinks.protection.outlook.com/?url=
>>> >>> >> https%3A%2F%2Fwww.patr
>>> >>> >> >eon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%
>>> >>> >> 7Cf9ce62f67abd4e
>>> >>> >> >56304408d563650e0e%7Cfa7b1b5a7b34438794aed2c178de
>>> >>> >> cee1%7C0%7C0%7C6365242080
>>> >>> >> >50899771&sdata=jQn5ESWbpyqVD%2FzUrDgz%2BLiakH6nHusSV1L0slA8
>>> XAo%3D&
>>> >>> >> reserved
>>> >>> >> >=0
>>> >>> >> ><https://na01.safelinks.protection.outlook.com/?url=
>>> >>> >> https%3A%2F%2Fwww.patr
>>> >>> >> >eon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%
>>> >>> >> 7Cf9ce62f67abd4e
>>> >>> >> >56304408d563650e0e%7Cfa7b1b5a7b34438794aed2c178de
>>> >>> >> cee1%7C0%7C0%7C6365242080
>>> >>> >> >50899771&sdata=jQn5ESWbpyqVD%2FzUrDgz%2BLiakH6nHusSV1L0slA8
>>> XAo%3D&
>>> >>> >> reserved
>>> >>> >> >=0>*
>>> >>> >>
>>> >>> >>
>>> >>> >
>>> >>> >
>>> >>> >--
>>> >>> >
>>> >>> >Piotr Zarzycki
>>> >>> >
>>> >>> >Patreon:
>>> >>> >*https://na01.safelinks.protection.outlook.com/?url=https%
>>> >>> 3A%2F%2Fwww.patr
>>> >>> >eon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%7
>>> >>> C070a6ad3a98841
>>> >>> >413a7b08d5636a5e5d%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%
>>> >>> 7C0%7C6365242308
>>> >>> >58327364&sdata=4qxljVdaqOmyE8nITJ6UJ%2FhVdUPs%2BwkShDP0zq0%
>>> >>> 2FuNU%3D&reserv
>>> >>> >ed=0
>>> >>> ><https://na01.safelinks.protection.outlook.com/?url=https%
>>> >>> 3A%2F%2Fwww.patr
>>> >>> >eon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%7
>>> >>> C070a6ad3a98841
>>> >>> >413a7b08d5636a5e5d%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%
>>> >>> 7C0%7C6365242308
>>> >>> >58327364&sdata=4qxljVdaqOmyE8nITJ6UJ%2FhVdUPs%2BwkShDP0zq0%
>>> >>> 2FuNU%3D&reserv
>>> >>> >ed=0>*
>>> >>>
>>> >>>
>>> >>
>>> >>
>>> >> --
>>> >>
>>> >> Piotr Zarzycki
>>> >>
>>> >> Patreon:
>>> >>*https://na01.safelinks.protection.outlook.com/?url=https%
>>> 3A%2F%2Fwww.pat
>>> >>reon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com
>>> %7C09264452e2ab
>>> >>436cdb2608d56418924c%7Cfa7b1b5a7b34438794aed2c178decee1%
>>> 7C0%7C0%7C6365249
>>> >>79061106599&sdata=zt7QApJRCZp8t82OaJStjIMJ3pOgu4tG%2B4z3%
>>> 2FMBMoH0%3D&rese
>>> >>rved=0
>>> >>
>>> >><https://na01.safelinks.protection.outlook.com/?url=https%
>>> 3A%2F%2Fwww.pat
>>> >>reon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com
>>> %7C09264452e2ab
>>> >>436cdb2608d56418924c%7Cfa7b1b5a7b34438794aed2c178decee1%
>>> 7C0%7C0%7C6365249
>>> >>79061106599&sdata=zt7QApJRCZp8t82OaJStjIMJ3pOgu4tG%2B4z3%
>>> 2FMBMoH0%3D&rese
>>> >>rved=0>*
>>> >>
>>> >
>>> >
>>> >
>>> >--
>>> >
>>> >Piotr Zarzycki
>>> >
>>> >Patreon:
>>> >*https://na01.safelinks.protection.outlook.com/?url=https%
>>> 3A%2F%2Fwww.patr
>>> >eon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%7
>>> C09264452e2ab43
>>> >6cdb2608d56418924c%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%
>>> 7C0%7C6365249790
>>> >61106599&sdata=zt7QApJRCZp8t82OaJStjIMJ3pOgu4tG%2B4z3%
>>> 2FMBMoH0%3D&reserved
>>> >=0
>>> ><https://na01.safelinks.protection.outlook.com/?url=https%
>>> 3A%2F%2Fwww.patr
>>> >eon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%7
>>> C09264452e2ab43
>>> >6cdb2608d56418924c%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%
>>> 7C0%7C6365249790
>>> >61106599&sdata=zt7QApJRCZp8t82OaJStjIMJ3pOgu4tG%2B4z3%
>>> 2FMBMoH0%3D&reserved
>>> >=0>*
>>>
>>>
>>
>>
>> --
>>
>> Piotr Zarzycki
>>
>> Patreon: 
>>*https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.pat
>>reon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%7Cd46f24996cb8
>>41f1e5e208d56baaa2dc%7C71f1da39c0a84d5a8d88a67b23c30bf4%7C0%7C0%7C6365333
>>03003198853&sdata=UBjttvm26cQkKscrS2psuB8J5uy1LKruGbT0dHKhd6o%3D&reserved
>>=0
>> 
>><https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.pat
>>reon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%7Cd46f24996cb8
>>41f1e5e208d56baaa2dc%7C71f1da39c0a84d5a8d88a67b23c30bf4%7C0%7C0%7C6365333
>>03003198853&sdata=UBjttvm26cQkKscrS2psuB8J5uy1LKruGbT0dHKhd6o%3D&reserved
>>=0>*
>>
>
>
>
>-- 
>
>Piotr Zarzycki
>
>Patreon: 
>*https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patr
>eon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%7Cd46f24996cb841
>f1e5e208d56baaa2dc%7C71f1da39c0a84d5a8d88a67b23c30bf4%7C0%7C0%7C6365333030
>03198853&sdata=UBjttvm26cQkKscrS2psuB8J5uy1LKruGbT0dHKhd6o%3D&reserved=0
><https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patr
>eon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%7Cd46f24996cb841
>f1e5e208d56baaa2dc%7C71f1da39c0a84d5a8d88a67b23c30bf4%7C0%7C0%7C6365333030
>03198853&sdata=UBjttvm26cQkKscrS2psuB8J5uy1LKruGbT0dHKhd6o%3D&reserved=0>*