Skip to content

Prepare beta release. #5514

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

Closed
5 tasks done
cristianoc opened this issue Jul 5, 2022 · 2 comments
Closed
5 tasks done

Prepare beta release. #5514

cristianoc opened this issue Jul 5, 2022 · 2 comments
Milestone

Comments

@cristianoc
Copy link
Collaborator

cristianoc commented Jul 5, 2022

Here are things noticed about the alpha release:

@cristianoc cristianoc added this to the v10.0 milestone Jul 5, 2022
@cristianoc cristianoc added bug and removed bug labels Jul 5, 2022
@DZakh
Copy link
Member

DZakh commented Jul 6, 2022

Compiler started adding empty strings around values in template literals (DZakh/sury#1 (comment))

Example:

Js.log(`${1->Js.Int.toString}${2->Js.Int.toString}`)

Output:

console.log("" + (1).toString() + "" + (2).toString() + "");

Before:

console.log((1).toString() + (2).toString());

@cristianoc
Copy link
Collaborator Author

Thanks! Can repro directly from the command line.

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

No branches or pull requests

2 participants