Re: [royale-asjs] branch develop updated: remove toString in EventDispatcher since all seems to work ok know without it. (refers to: #502)

2019-10-15 Thread Carlos Rovira
Thanks Piotr,
I'll take a look

El mar., 15 oct. 2019 a las 16:48, Piotr Zarzycki (<
piotrzarzyck...@gmail.com>) escribió:

> It looks like this causes a fail ->
>
> http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/royale-asjs_jsonly/33/console
>
> wt., 15 paź 2019 o 12:22  napisał(a):
>
> > This is an automated email from the ASF dual-hosted git repository.
> >
> > carlosrovira pushed a commit to branch develop
> > in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
> >
> >
> > The following commit(s) were added to refs/heads/develop by this push:
> >  new d64f02e  remove toString in EventDispatcher since all seems to
> > work ok know without it. (refers to: #502)
> > d64f02e is described below
> >
> > commit d64f02e7ebcc8c32bbd063cb2cf547510e211e37
> > Author: Carlos Rovira 
> > AuthorDate: Tue Oct 15 12:22:02 2019 +0200
> >
> > remove toString in EventDispatcher since all seems to work ok know
> > without it. (refers to: #502)
> > ---
> >  .../Core/src/main/royale/org/apache/royale/events/EventDispatcher.as | 5
> > -
> >  1 file changed, 5 deletions(-)
> >
> > diff --git
> >
> a/frameworks/projects/Core/src/main/royale/org/apache/royale/events/EventDispatcher.as
> >
> b/frameworks/projects/Core/src/main/royale/org/apache/royale/events/EventDispatcher.as
> > index 466e769..360ed1f 100644
> > ---
> >
> a/frameworks/projects/Core/src/main/royale/org/apache/royale/events/EventDispatcher.as
> > +++
> >
> b/frameworks/projects/Core/src/main/royale/org/apache/royale/events/EventDispatcher.as
> > @@ -99,10 +99,5 @@ package org.apache.royale.events
> > }
> > return false;
> > }
> > -
> > -public function toString():String
> > -{
> > -return "EventDispatcher";
> > -}
> > }
> >  }
> >
> >
>
> --
>
> Piotr Zarzycki
>
> Patreon: *https://www.patreon.com/piotrzarzycki
> *
>


-- 
Carlos Rovira
http://about.me/carlosrovira


Re: [royale-asjs] branch develop updated: remove toString in EventDispatcher since all seems to work ok know without it. (refers to: #502)

2019-10-15 Thread Piotr Zarzycki
It looks like this causes a fail ->
http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/royale-asjs_jsonly/33/console

wt., 15 paź 2019 o 12:22  napisał(a):

> This is an automated email from the ASF dual-hosted git repository.
>
> carlosrovira pushed a commit to branch develop
> in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
>
>
> The following commit(s) were added to refs/heads/develop by this push:
>  new d64f02e  remove toString in EventDispatcher since all seems to
> work ok know without it. (refers to: #502)
> d64f02e is described below
>
> commit d64f02e7ebcc8c32bbd063cb2cf547510e211e37
> Author: Carlos Rovira 
> AuthorDate: Tue Oct 15 12:22:02 2019 +0200
>
> remove toString in EventDispatcher since all seems to work ok know
> without it. (refers to: #502)
> ---
>  .../Core/src/main/royale/org/apache/royale/events/EventDispatcher.as | 5
> -
>  1 file changed, 5 deletions(-)
>
> diff --git
> a/frameworks/projects/Core/src/main/royale/org/apache/royale/events/EventDispatcher.as
> b/frameworks/projects/Core/src/main/royale/org/apache/royale/events/EventDispatcher.as
> index 466e769..360ed1f 100644
> ---
> a/frameworks/projects/Core/src/main/royale/org/apache/royale/events/EventDispatcher.as
> +++
> b/frameworks/projects/Core/src/main/royale/org/apache/royale/events/EventDispatcher.as
> @@ -99,10 +99,5 @@ package org.apache.royale.events
> }
> return false;
> }
> -
> -public function toString():String
> -{
> -return "EventDispatcher";
> -}
> }
>  }
>
>

-- 

Piotr Zarzycki

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