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

Prepare for 2024.1: convert kotlin's Sequence to java's Iterable #5967

Merged
merged 1 commit into from
Jan 19, 2024

Conversation

tpasternak
Copy link
Collaborator

@tpasternak tpasternak commented Jan 19, 2024

ExtensionPointImpl is now writen in Kotlin and extends Sequence instead of Iterable

Checklist

  • I have filed an issue about this change and discussed potential changes with the maintainers.
  • I have received the approval from the maintainers to make this change.
  • This is not a stylistic, refactoring, or cleanup change.

Please note that the maintainers will not be reviewing this change until all checkboxes are ticked. See
the Contributions section in the README for more
details.

Discussion thread for this change

Issue number: <please reference the issue number or url here>

Description of this change

ExtensionPointImpl is now writen in Kotlin and extends Sequence instead of Iterable
@tpasternak tpasternak assigned tpasternak and unassigned tpasternak Jan 19, 2024
@tpasternak tpasternak marked this pull request as ready for review January 19, 2024 10:32
@github-actions github-actions bot added product: IntelliJ IntelliJ plugin awaiting-review Awaiting review from Bazel team on PRs labels Jan 19, 2024
@@ -123,7 +126,7 @@ public void testAddJarsForSourceTarget_attchClassJarForKotlinTarget() {
.build();
ArrayList<BlazeJarLibrary> genJars = new ArrayList<>();

for (BlazeJavaSyncAugmenter augmenter : augmenters) {
for (BlazeJavaSyncAugmenter augmenter : toIterable(augmenters)) { // #api233 - in 2024.1 ExtensionPointImpl implements Sequenec instead of Iterable
Copy link
Collaborator

Choose a reason for hiding this comment

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

typo: Sequenec

@tpasternak tpasternak merged commit 0bda2bd into bazelbuild:master Jan 19, 2024
8 checks passed
@tpasternak tpasternak deleted the 2041-prep-1 branch January 19, 2024 14:49
@github-actions github-actions bot removed the awaiting-review Awaiting review from Bazel team on PRs label Jan 19, 2024
ahmedyarub pushed a commit to ahmedyarub/intellij that referenced this pull request Jan 19, 2024
…elbuild#5967)

ExtensionPointImpl is now writen in Kotlin and extends Sequence instead of Iterable
@tpasternak tpasternak mentioned this pull request Jan 22, 2024
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
product: IntelliJ IntelliJ plugin
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants