-
Notifications
You must be signed in to change notification settings - Fork 82
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
Migrate Snowflake and flags to inline value classes #886
Migrate Snowflake and flags to inline value classes #886
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.
can you run ./gradlew apiDump
and commit the result? i want to know how bad it's going to be...
common/src/commonMain/kotlin/entity/optional/OptionalSnowflake.kt
Outdated
Show resolved
Hide resolved
Is there an issue already for the problems with mockk? |
I've got wrong. This problem isn't related to inline classes, but to unsigned numbers. mockk/mockk#544 |
the issue you pointed to is now closed, is there any update on this? |
Yes, issue is closed, but it's not released yet |
be60171
to
eeac1bd
Compare
eeac1bd
to
40e43ad
Compare
@lukellmann seems like all works fine with |
I'd like to discuss this some more before deciding what to do with this, see https://discord.com/channels/556525343595298817/1245773750486438060 |
40e43ad
to
e1ff834
Compare
i've updated the target branch btw |
ksp-processors/src/main/kotlin/generation/shared/FileSpecForGenerationEntity.kt
Outdated
Show resolved
Hide resolved
ksp-processors/src/main/kotlin/generation/bitflags/BitFlagsGeneration.kt
Outdated
Show resolved
Hide resolved
e1ff834
to
6027d6a
Compare
b427a29
into
kordlib:experiments/inline-value-classes
these changes can be tested using |
Related to #711