-
Notifications
You must be signed in to change notification settings - Fork 1
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
Plugin works #27
Plugin works #27
Conversation
# Conflicts: # kotlinx.fuzz.api/build.gradle.kts # kotlinx.fuzz.gradle/src/main/kotlin/kotlinx/fuzz/gradle/KFuzzPlugin.kt # kotlinx.fuzz.gradle/src/main/kotlin/kotlinx/fuzz/gradle/junit/KotlinxFuzzJunitEngine.kt
Replace direct objectInstance access with a new testInstance extension function, ensuring proper handling of class instantiation. This improves robustness and allows fallback to using a constructor when no objectInstance exists.
…gin-works # Conflicts: # kotlinx.fuzz.jazzer/build.gradle.kts
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
some problems:
fuzz
task does nothing, I think this PR is a good time and place to fix that- IDEA does not highlight
@KFuzzTest
as a runnable test. Should it?
kotlinx.fuzz.gradle/src/main/kotlin/kotlinx/fuzz/gradle/KFuzzPlugin.kt
Outdated
Show resolved
Hide resolved
|
|
Green arrow in IDEA appered after I added kotlin(test) to dependencies 🤷♂️ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Finally works on my machine too! 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks and works good
Plugin can be used and then dsl for config can be called