Closed TEParsons closed 9 months ago
Thanks @TEParsons and sorry for the delay, i don't use this pj so much anymore
Hi @azazel75 , thanks for pulling this in! Do you have a date set for the next release of javascripthon? We use it in PsychoPy and the bug which this fixes is still biting users, would be great to be able to just update the version in our build to 0.13 and solve it.
Hi Todd, I'll try to release a new version in the next days, with just this added, cheers
e.g.
a[b[0]]
previously errored asb[0]
is considered a node of the wrong type (ast.Subscript)I'm not overly familiar with the inner workings of metapensiero having mostly worked on a "chickens go in pies come out" basis via PsychoPy, so please do let me know if there's unforseen consequences to this change!
Also fixes #78