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 native targets #579

Merged
merged 13 commits into from
Jul 1, 2024
Merged

Conversation

OptimumCode
Copy link
Contributor

@OptimumCode OptimumCode commented Jun 21, 2024

There is a problem with saving test results for native target - this issue will probably be resolved after #574 is merged.
There are also two tests failed (for invalid floating point with input 1e+ and 1e- - the problem was reported to Kotlin team in KT-69327).

Resolves #232

Please, let me know if I have missed something

@OptimumCode
Copy link
Contributor Author

Hi, @charleskorn. Could you please take a look at the PR?

Copy link
Owner

@charleskorn charleskorn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for working on this @OptimumCode!

build.gradle.kts Outdated Show resolved Hide resolved
build.gradle.kts Outdated Show resolved Hide resolved
src/commonMain/kotlin/com/charleskorn/kaml/YamlNode.kt Outdated Show resolved Hide resolved
@OptimumCode OptimumCode force-pushed the native-targets branch 2 times, most recently from 55c5564 to 732c4cd Compare June 23, 2024 10:50
@OptimumCode
Copy link
Contributor Author

@charleskorn Should I add a concurrency group to prevent multiple workflows from running for the same PR?

.github/workflows/build.yml Outdated Show resolved Hide resolved
.github/workflows/build.yml Show resolved Hide resolved
@charleskorn
Copy link
Owner

@charleskorn Should I add a concurrency group to prevent multiple workflows from running for the same PR?

Yep, sounds like a good idea.

Copy link
Owner

@charleskorn charleskorn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @OptimumCode!

@charleskorn charleskorn merged commit 804791d into charleskorn:main Jul 1, 2024
5 checks passed
@OptimumCode OptimumCode deleted the native-targets branch July 1, 2024 07:22
@OptimumCode
Copy link
Contributor Author

KT-69327 should be resolved in Kotlin 2.1.0 based on the latest comment in the issue

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.

Non-JVM targets are not supported
2 participants