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

issue-975: webassembly bug #25

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

davidsdearaujo
Copy link
Member

@davidsdearaujo davidsdearaujo commented Dec 12, 2024

This PR fixes the class parsing logic on web when using WASM.

Reported bug:


Note: Please do not merge it yet, we are still testing to know if these changes are enough to fix the issue

…ion method and enhance class name extraction logic

- Updated the parameter addition method to insert positional parameters at the beginning of the list.
- Improved class name extraction from constructor strings using regex, with error handling for unmatched cases.
- Removed generics from the extracted class name for cleaner output.
@davidsdearaujo davidsdearaujo changed the title issue-975: webassembly bug [WIP] issue-975: webassembly bug Dec 12, 2024
@davidsdearaujo davidsdearaujo added the bug Something isn't working label Dec 12, 2024
@davidsdearaujo davidsdearaujo changed the title [WIP] issue-975: webassembly bug issue-975: webassembly bug Dec 12, 2024
@jacobaraujo7
Copy link
Contributor

@davidsdearaujo Deu certo a correção?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants