Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug with map returned from lamba single arg, missing outer braces that are needed #177

Merged
merged 3 commits into from
Aug 23, 2024

Conversation

ldemailly
Copy link
Member

@ldemailly ldemailly commented Aug 23, 2024

Started as a more complex one in discord bot but reduced to :

$ ()=>{{"a":1,"b":2}}
()=>{"a":1,"b":2}

which doesn't work when reloaded:

parser error: no prefix parse function for `,` found:
()=>{"a":1,"b":2}
          ^
  • test failing
  • fix

@ldemailly ldemailly merged commit bba995c into main Aug 23, 2024
1 check passed
@ldemailly ldemailly deleted the parse_bug branch August 23, 2024 21:16
Copy link
Contributor

@ccoVeille ccoVeille left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants