Skip to content

Check if benchmark names are legal Java names on JVM #304

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

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

Conversation

fzhinkin
Copy link
Collaborator

@fzhinkin fzhinkin commented Apr 29, 2025

It seems like there's no so much we can do with invalid Java identifiers being used as function names at the time Kotlin code is already compiled and is about to be processed to generate JMH benchmarks. So instead of trying to work it around, let's report the problem and let users to fix it themselves.

Closes #272

@fzhinkin fzhinkin marked this pull request as ready for review April 30, 2025 16:59
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.

JVM: generation of benchmark methods returning value classes fails
1 participant