Bug Report, a4d.json.a4l, endArray method

View: New views
2 Messages — Rating Filter:   Alert me  

Bug Report, a4d.json.a4l, endArray method

by Bart Alcorn-4 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

a4d.json.a4l
on line 549 ( within the 'end Array' method )

reads
     $self{"_rep"}[[-1]] = "]"

it should read
     $self{"_rep"}[[-1]] := "]"

This line is an assignment, not an evaluation.

--
Bart Alcorn
_______________________________________________
Active4D-dev mailing list
Active4D-dev@...
http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev
Archives: http://mailman.aparajitaworld.com/archive/active4d-dev/

Re: Bug Report, a4d.json.a4l, endArray method

by aparajita :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Bart,

> a4d.json.a4l
> on line 549 ( within the 'end Array' method )
>
> reads
>     $self{"_rep"}[[-1]] = "]"
>
> it should read
>     $self{"_rep"}[[-1]] := "]"
>
> This line is an assignment, not an evaluation.

Good call. In the future please file a bug report on the issuetracker,  
it's easier for me to keep track of everything there.

How's everything? Haven't heard from you in a while.

Kind regards,

    Aparajita
    www.aparajitaworld.com

    "If you dare to fail, you are bound to succeed."
    - Sri Chinmoy   |   www.srichinmoy.org

_______________________________________________
Active4D-dev mailing list
Active4D-dev@...
http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev
Archives: http://mailman.aparajitaworld.com/archive/active4d-dev/