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

Do not allocate a list for parameter field of MethodSignature #48

Open
oSumAtrIX opened this issue Jun 22, 2022 · 0 comments
Open

Do not allocate a list for parameter field of MethodSignature #48

oSumAtrIX opened this issue Jun 22, 2022 · 0 comments
Assignees
Labels
Feature request Requesting a new feature that's not implemented yet

Comments

@oSumAtrIX
Copy link
Member

The MethodSignature uses a list for the parameter field. Instead, a string should be used. This will require migrating over existing signatures.

@oSumAtrIX oSumAtrIX self-assigned this Jun 22, 2022
@oSumAtrIX oSumAtrIX added the Feature request Requesting a new feature that's not implemented yet label Jun 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature request Requesting a new feature that's not implemented yet
Projects
None yet
Development

No branches or pull requests

1 participant