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
The problem is that constructor is JS function and it got renamed, so another example of dumb symbol rename that failed. This will need to wait for refactor of syntax-rules and adding expantion time for proper handling of LIPS constructs that create new scope variables like let and in this case object methods.
The text was updated successfully, but these errors were encountered:
I've tried to create syntax-rules macro for definition of records:
The problem is that
constructor
is JS function and it got renamed, so another example of dumb symbol rename that failed. This will need to wait for refactor of syntax-rules and adding expantion time for proper handling of LIPS constructs that create new scope variables likelet
and in this case object methods.The text was updated successfully, but these errors were encountered: