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

IllegalStateException: No such method : java/lang/String.codePointAt(I)I #859

Closed
sdeleuze opened this issue Apr 2, 2023 · 2 comments
Closed
Assignees
Labels

Comments

@sdeleuze
Copy link

sdeleuze commented Apr 2, 2023

First, congrats with the latest major refactoring, pretty impressed by the work you have done.

I was able to create a simple hello world with 2023-03-28 and the new Wasm backend, but when I try to add some validation logic with the great https://github.com/making/yavi validation library, I get the following error:
Error running bytecoder: java.lang.IllegalStateException: No such method : java/lang/String.codePointAt(I)I

Since I plan to contribute when I will be more familiar with the code base, any explanation on what is missing and what should be done to fix this would be welcome in order to help me to understand how to fix this kind of issue myself for future potential contributions.

browser-validation.zip

@mirkosertic
Copy link
Owner

Testcase and bug fix merged to master.

@sdeleuze
Copy link
Author

sdeleuze commented Apr 5, 2023

Thanks a lot!

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

2 participants