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

Migrate to the latest version of ProtoData #12

Merged
merged 13 commits into from
Jul 31, 2024
Merged

Conversation

Oleg-Melnik
Copy link
Contributor

@Oleg-Melnik Oleg-Melnik commented Jul 11, 2024

The main goal of this PR is to migrate to the latest version of ProtoData.

Also, the license header is updated to use the correct URL to Apache license.

@Oleg-Melnik Oleg-Melnik self-assigned this Jul 11, 2024
@Oleg-Melnik Oleg-Melnik marked this pull request as ready for review July 30, 2024 15:13
@Oleg-Melnik Oleg-Melnik requested a review from armiol July 30, 2024 15:13
Copy link
Contributor

@armiol armiol left a comment

Choose a reason for hiding this comment

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

@Oleg-Melnik please see my comments.

Otherwise, LGTM.

val sdterrContent = stderr.toString()
val errorFound = sdterrContent.contains(expectedExceptionMessage)

System.err.println(sdterrContent)
Copy link
Contributor

Choose a reason for hiding this comment

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

Let's kill the debug output.


System.err.println(sdterrContent)

//check(errorFound) { sdterrContent }
Copy link
Contributor

Choose a reason for hiding this comment

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

Same here.

// for details.
tasks.configureEach {
if (name == "kspKotlin") {
mustRunAfter(tasks.named("launchProtoData"))
Copy link
Contributor

Choose a reason for hiding this comment

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

I don't think we should have launchProtoData in this module at all.

… unnecessary build scripts. Remove usage of `System.out`.
@Oleg-Melnik Oleg-Melnik requested a review from armiol July 31, 2024 12:23
@Oleg-Melnik
Copy link
Contributor Author

@armiol Please re-review.

@Oleg-Melnik Oleg-Melnik merged commit 201ebb6 into master Jul 31, 2024
2 checks passed
@Oleg-Melnik Oleg-Melnik deleted the update_protodata branch July 31, 2024 14:11
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.

2 participants