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

Updated to latest rules_kotlin #13830

Closed
wants to merge 3 commits into from
Closed

Conversation

sgowroji
Copy link

@sgowroji sgowroji commented Sep 4, 2023

Updated to latest rules_kotlin

@sgowroji sgowroji requested a review from a team as a code owner September 4, 2023 04:38
@sgowroji sgowroji requested review from dmaclach and removed request for a team September 4, 2023 04:38
@sgowroji
Copy link
Author

sgowroji commented Sep 4, 2023

dmaclach This fixes the protobuf failure at Bazel@HEAD. #13829. Not familiar with the failure testcase. Can you have a look. Thanks!

@meteorcloudy
Copy link
Contributor

@sgowroji I think the c++ code just happen to have similar names but it's in fact irrelevant to the breakage, you'll need to update rules_kotlin instead.

@sgowroji
Copy link
Author

sgowroji commented Sep 4, 2023

Oh okay. @meteorcloudy Thanks for information.

@sgowroji sgowroji changed the title Migrate usages of deprecated JavaInfo fields Updated to latest rules_kotlin Sep 4, 2023
@@ -199,12 +199,12 @@ FileGenerator::CommonState::CollectMinimalFileDepsContainingExtensionsInternal(
CollectMinimalFileDepsContainingExtensionsInternal(dep);

// Everything the dep covered, this file will also cover.
transitive_deps_collector.insert(dep_info.transitive_compile_time_jars.begin(),
dep_info.transitive_compile_time_jars.end());
transitive_deps_collector.insert(dep_info.transitive_deps.begin(),
Copy link
Contributor

Choose a reason for hiding this comment

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

Please revert this change.

Copy link
Author

Choose a reason for hiding this comment

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

Done.

@sgowroji
Copy link
Author

sgowroji commented Sep 6, 2023

Reverting this PR until there is release from rules_kotlin

@sgowroji sgowroji closed this Sep 6, 2023
@sgowroji sgowroji reopened this Sep 8, 2023
@sgowroji
Copy link
Author

sgowroji commented Sep 8, 2023

@meteorcloudy Can you please review. Thanks!

@sgowroji
Copy link
Author

Merged at cl/563772250

@sgowroji sgowroji closed this Sep 11, 2023
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