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

Add displayName to Signature for debugging and JRuby fun #9

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

enebo
Copy link

@enebo enebo commented Oct 14, 2019

displayName seems like it would be a useful field for debugging so at least toString can print out additional info on the signature other than just the types. It also feels missing to me in some way since there is optional support for argNames in Signature already.

My deeper motivation is we pass around info to construct ASM Method and Signature in JRuby's JIT. If we added this field we could then pass around Signature and not have this floating 'name' param along side Signature.

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

Successfully merging this pull request may close these issues.

None yet

1 participant