You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: Pattern ((?P<names>([a-z_][a-zA-Z0-9_]*,?\s*)+) = (?P<expression>.*)$) does not match for Assignment for line "box<Item> item1 = CreateBox("a")"
Further notes
I believe the latest merge with boxes wasn't propagated to pypi - perhaps its somehow related as well or some bug in the regex itsefl
The text was updated successfully, but these errors were encountered:
I didnt do a PyPi release yet since the boxes feature merge so you'll have
to install directly from `main` for now. I'll probably tag a release
towards the end of next week with a bunch of improvements together.
On Sat, Jan 14, 2023, 4:51 PM Al ***@***.***> wrote:
Steps to replicate
1. Run tealish compile on
https://github.com/tinymanorg/tealish/blob/main/examples/boxes_with_structs.tl
2. Observe:
Error: Pattern ((?P<names>([a-z_][a-zA-Z0-9_]*,?\s*)+) = (?P<expression>.*)$) does not match for Assignment for line "box<Item> item1 = CreateBox("a")"
Further notes
I believe the latest merge with boxes wasn't propagated to pypi - perhaps
its somehow related as well or some bug in the regex itsefl
—
Reply to this email directly, view it on GitHub
<#42>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AADPAZCPETERBLVGTEO6HE3WSLKQRANCNFSM6AAAAAAT3LRRAQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
Steps to replicate
tealish compile
on https://github.com/tinymanorg/tealish/blob/main/examples/boxes_with_structs.tlFurther notes
I believe the latest merge with boxes wasn't propagated to pypi - perhaps its somehow related as well or some bug in the regex itsefl
The text was updated successfully, but these errors were encountered: