-
Notifications
You must be signed in to change notification settings - Fork 34
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
Kotlin/Native and C/C++ support #68
base: develop
Are you sure you want to change the base?
Conversation
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.
Good job! I've reviewed a part of PR now, will review the rest later. Please look at the comments in the meanwhile.
There are also two questions:
- What does "easy part" in the PR title mean?
- Is there still any code in Java?
|
||
import java.lang.annotation.Inherited | ||
import java.lang.annotation.Repeatable | ||
import java.lang.annotation.Retention |
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.
Please configure annotations written in Kotlin with the mechanism provided by Kotlin
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.
Repeatable annotation from java can't be replaced by kotlin's one
src/jvm/main/org/jetbrains/kotlinx/lincheck/paramgen/ByteGen.kt
Outdated
Show resolved
Hide resolved
src/jvm/main/org/jetbrains/kotlinx/lincheck/paramgen/ByteGen.kt
Outdated
Show resolved
Hide resolved
src/jvm/main/org/jetbrains/kotlinx/lincheck/paramgen/DoubleGen.kt
Outdated
Show resolved
Hide resolved
src/jvm/main/org/jetbrains/kotlinx/lincheck/paramgen/DoubleGen.kt
Outdated
Show resolved
Hide resolved
src/jvm/main/org/jetbrains/kotlinx/lincheck/paramgen/DoubleGen.kt
Outdated
Show resolved
Hide resolved
da6b5c6
to
ec0217d
Compare
# Conflicts: # src/jvm/main/org/jetbrains/kotlinx/lincheck/CTestStructure.java # src/jvm/main/org/jetbrains/kotlinx/lincheck/runner/ParallelThreadsRunner.kt # src/jvm/main/org/jetbrains/kotlinx/lincheck/strategy/managed/ManagedStrategy.kt # src/jvm/test/org/jetbrains/kotlinx/lincheck/test/representation/AFUCallRepresentationTest.kt
… type from Class to KClass
…rifierClass, ExecutionGeneratorClass
# Conflicts: # src/jvm/main/org/jetbrains/kotlinx/lincheck/Utils.kt
…:locfree::spsc_queue test. Add folly [SM]P[SM]CQueue tests
…tion from HashMap)
No description provided.