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

Convert core/datastore project to use declarative buildscript #30

Merged
merged 2 commits into from
May 30, 2024

Conversation

tresat
Copy link
Member

@tresat tresat commented May 29, 2024

@tresat tresat self-assigned this May 29, 2024
@tresat tresat marked this pull request as ready for review May 29, 2024 12:58
@tresat tresat requested review from big-guy and bamboo May 29, 2024 12:59
@tresat tresat changed the title Converting datastore project to declarative buildscript Convert core/datastore project to use declarative buildscript May 29, 2024
@tresat tresat merged commit 2ff2da3 into main-declarative May 30, 2024
0 of 3 checks passed
Copy link
Member

@bamboo bamboo left a comment

Choose a reason for hiding this comment

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

👍

}

testOptions {
returnDefaultValues = true
Copy link
Member

Choose a reason for hiding this comment

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

💅 It would be nicer if the Kotlin naming convention for boolean properties was preserved. People already have to deal with it when migrating from Groovy to Kotlin and this might add more friction.

Copy link
Member Author

Choose a reason for hiding this comment

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

I do think the current way is more "declarative" looking, but I understand your point.

@eskatos, @h0tk3y - passing along some feedback.

Copy link
Member

Choose a reason for hiding this comment

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

+1 to Rodrigo's comment!

@h0tk3y, could you please take care of creating an issue about making sure our schema extraction complies with Kotlin naming convention for boolean properties?

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.

3 participants