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

Coercion of Native Strings #50

Open
DavePearce opened this issue Aug 12, 2020 · 0 comments
Open

Coercion of Native Strings #50

DavePearce opened this issue Aug 12, 2020 · 0 comments
Labels

Comments

@DavePearce
Copy link
Member

There's at least one situation where coercion of native strings fails. For example:

js::core::string s1 = "hello"
js::core::string s2 = [s1[0]]

Obviously, we want s2 to be the string "h". However, implicit coercion does not recognise this at this stage.

@DavePearce DavePearce added the bug label Aug 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant