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
This is an old known bug, but probably I should open an issue so that someone can take a look at it. Nested attributes are currently handled directly in pattern variables, which are transformers that look for a . followed by the symbolic attribute names. However, the implementation doesn’t cooperate well enough with repetition outside the syntax pattern. Namely, this program works
This is an old known bug, but probably I should open an issue so that someone can take a look at it. Nested attributes are currently handled directly in pattern variables, which are transformers that look for a
.
followed by the symbolic attribute names. However, the implementation doesn’t cooperate well enough with repetition outside the syntax pattern. Namely, this program workswhile this doesn’t
Two relevant tests in
rhombus/tests/syntax-class.rhm
are commented out, and the comment suggests that::
has a similar bug. Indeed, this program workswhile this doesn’t
The text was updated successfully, but these errors were encountered: