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

Kotlin/Native and C/C++ support #68

Open
wants to merge 76 commits into
base: develop
Choose a base branch
from
Open

Kotlin/Native and C/C++ support #68

wants to merge 76 commits into from

Conversation

Krock21
Copy link
Contributor

@Krock21 Krock21 commented Dec 3, 2020

No description provided.

@Krock21 Krock21 marked this pull request as ready for review December 3, 2020 21:27
@Krock21 Krock21 requested a review from ndkoval December 4, 2020 19:24
Copy link
Collaborator

@ndkoval ndkoval left a 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:

  1. What does "easy part" in the PR title mean?
  2. Is there still any code in Java?

src/jvm/main/org/jetbrains/kotlinx/lincheck/LinChecker.kt Outdated Show resolved Hide resolved
src/jvm/main/org/jetbrains/kotlinx/lincheck/LinChecker.kt Outdated Show resolved Hide resolved
src/jvm/main/org/jetbrains/kotlinx/lincheck/Utils.kt Outdated Show resolved Hide resolved

import java.lang.annotation.Inherited
import java.lang.annotation.Repeatable
import java.lang.annotation.Retention
Copy link
Collaborator

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

Copy link
Contributor Author

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

@Krock21 Krock21 changed the title Switch from Java to Kotlin. Easy part Switch from Java to Kotlin Dec 7, 2020
Krock21 and others added 22 commits December 22, 2020 14:48
# 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
# Conflicts:
#	src/jvm/main/org/jetbrains/kotlinx/lincheck/Utils.kt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants