-
Notifications
You must be signed in to change notification settings - Fork 50
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
Add native targets #579
Conversation
Hi, @charleskorn. Could you please take a look at the PR? |
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.
Thanks for working on this @OptimumCode!
buildSrc/src/main/kotlin/com/charleskorn/kaml/build/ConfigureAssemble.kt
Outdated
Show resolved
Hide resolved
55c5564
to
732c4cd
Compare
e3e780b
to
0dc5203
Compare
@charleskorn Should I add a concurrency group to prevent multiple workflows from running for the same PR? |
Yep, sounds like a good idea. |
…sumption after adding native targets
ba25e0d
to
7cb1140
Compare
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.
Thanks @OptimumCode!
KT-69327 should be resolved in Kotlin 2.1.0 based on the latest comment in the issue |
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+
and1e-
- the problem was reported to Kotlin team in KT-69327).Resolves #232
Please, let me know if I have missed something