Could the new errors be a result of removing the other code?

I have a bunch of logging added to the compiler, but the nightly build seems to 
be failing for some reason which I am looking into.  If you are building from 
sources you can get the latest compiler sources and add -diagnostics=14335 and 
restore the files you removed and see if the output shows why it hangs on those 
files.

Thanks,
-Alex

On 7/24/18, 9:18 AM, "bhau" <bhau2...@gmail.com> wrote:

    After adding log messages I find out actions scripts causing problem. I 
tried
    compc command after removing this code. Compiler got through that error and
    moved much ahead. Eventually I failed with tons of following kind of error
    (even though I don't see issue with read-only or binding in the code).
    
    Am i missing something?
    
    "
    Data binding will not be able to detect assignments to 'detailsAction'.
    
        <uiactions:ActionToolbarButton styleName="actionToolbarButtonError"
    action="{effActions.detailsAction}"/>
        
    InputScreenContainerViewStack.as(220): col: 9 Property dataProvider is
    read-only.
    
            dataProvider = dp;
            ^
    
                TableEditorColumn.as(186): col: 33 'InputScreenVBox' has been 
deprecated.
    Please use 'InputScreenNavigatorContent or InputScreenVGroup'.
    
                var inputScreenVBox:InputScreenVBox =
    InputScreenVBox(UiHelper.findComponent(event.currentTarget,
    InputScreenVBox));
                        
    UiContext.as(217): col: 17 Property error is read-only.
    
                    error = true;
    "
    
    Thanks,
    --Bhau
    
    
    
    --
    Sent from: 
https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapache-royale-development.20373.n8.nabble.com%2F&amp;data=02%7C01%7Caharui%40adobe.com%7Cb6a183e4d6144fd00edf08d5f1811cf7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C1%7C636680459197140353&amp;sdata=hvPTZrIXsL3uwBGdHT%2BWa8%2BphN%2Fs7vaDIB%2FweeF1rk8%3D&amp;reserved=0
    

Reply via email to