Skip to content

Make playground work with curry/uncurry/extensible record again! #394

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

Merged
merged 1 commit into from
May 22, 2016

Conversation

bobzhang
Copy link
Member

No description provided.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 50.656% when pulling 360ed60 on make_playground_work_again into cb77b1c on master.

@bobzhang bobzhang merged commit f279079 into master May 22, 2016
@bobzhang bobzhang deleted the make_playground_work_again branch May 27, 2016 12:41
bobzhang added a commit that referenced this pull request Apr 26, 2021
bobzhang added a commit that referenced this pull request Jun 20, 2021
kevinbarabash pushed a commit to kevinbarabash/rescript-compiler that referenced this pull request Dec 24, 2021
The scanner underwent extensive refactoring, it appears that  bug was introduced in 5acbbdc
Upon encountering a $ character, the routine that scans template literal tokens, shouldn't consume two characters.

Example:
```
`$${dollarAmountInt}`
```
Seeing a `$` doens't imply that the next character (here also a `$`) should be consumed.
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