I agree, and don’t mind reversing that. The question is where would that bead 
exist. The only dependency one Effects in HTML now, is in the form of an 
optional  bead that depends on HTML and Effects, namely 
EasyAccordionCollapseBead. Where do you propose to put it?



From: Alex Harui<mailto:[email protected]>
Sent: Wednesday, November 16, 2016 6:00 PM
To: [email protected]<mailto:[email protected]>; 
[email protected]<mailto:[email protected]>
Subject: Re: git commit: [flex-asjs] [refs/heads/develop] - HTML now depends on 
Effects, so order is changed.



Hi Yishay,

Why should HTML components be dependent on Effects?  IMO, basic components
should not presume the existence of any effects/animation subsystem.  In
theory, HTML components might dispatch events that beads can watch and run
effects if requested.

-Alex

On 11/16/16, 2:20 AM, "[email protected]" <[email protected]> wrote:

>Repository: flex-asjs
>Updated Branches:
>  refs/heads/develop 0491e484a -> 23740bcee
>
>
>HTML now depends on Effects, so order is changed.
>
>
>Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo
>Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/23740bce
>Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/23740bce
>Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/23740bce
>
>Branch: refs/heads/develop
>Commit: 23740bceecef86fddba25a6d7d10f5999e561100
>Parents: 0491e48
>Author: yishayw <[email protected]>
>Authored: Wed Nov 16 12:20:40 2016 +0200
>Committer: yishayw <[email protected]>
>Committed: Wed Nov 16 12:20:40 2016 +0200
>
>----------------------------------------------------------------------
> frameworks/build.xml | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>----------------------------------------------------------------------
>
>
>http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/23740bce/frameworks/
>build.xml
>----------------------------------------------------------------------
>diff --git a/frameworks/build.xml b/frameworks/build.xml
>index 40a3bf3..e5662a1 100644
>--- a/frameworks/build.xml
>+++ b/frameworks/build.xml
>@@ -81,11 +81,11 @@
>         <antcall target="Graphics"/>
>         <antcall target="Binding"/>
>         <antcall target="Collections"/>
>+        <antcall target="Effects"/>
>         <antcall target="HTML"/>
>         <antcall target="Flat"/>
>         <antcall target="Charts"/>
>         <antcall target="DragDrop"/>
>-        <antcall target="Effects"/>
>         <antcall target="Formatters"/>
>         <antcall target="GoogleMaps"/>
>         <antcall target="CreateJS"/>
>

Reply via email to