Skip to content

Consistently name argument, unbreak Android OSS build#57063

Open
robhogan wants to merge 1 commit into
mainfrom
export-D107397221
Open

Consistently name argument, unbreak Android OSS build#57063
robhogan wants to merge 1 commit into
mainfrom
export-D107397221

Conversation

@robhogan
Copy link
Copy Markdown
Contributor

@robhogan robhogan commented Jun 3, 2026

Summary:
57eb56f broke Android OSS due to a variable rename that I missed in a rebase.

Eg:
https://github.com/facebook/react-native/actions/runs/26894263379/job/79328683517

e: warnings found and -Werror specified
w: file:///__w/react-native/react-native/packages/react-native/ReactAndroid/src/test/java/com/facebook/react/devsupport/MultipartStreamReaderTest.kt:203:15 The corresponding parameter in the supertype 'CallCountTrackingChunkCallback' is named 'isLastChunk'. This may cause problems when calling this function with named arguments.

> Task :packages:react-native:ReactAndroid:compileDebugOptimizedUnitTestKotlin

> Task :packages:react-native:ReactAndroid:compileDebugOptimizedUnitTestKotlin FAILED
> Task :react-native_popup-menu-android:extractReleaseAnnotations
e: warnings found and -Werror specified

Changelog: Internal

Differential Revision: D107397221

Summary:
57eb56f broke Android OSS due to a variable rename that I missed in a rebase.

Eg:
https://github.com/facebook/react-native/actions/runs/26894263379/job/79328683517

```
e: warnings found and -Werror specified
w: file:///__w/react-native/react-native/packages/react-native/ReactAndroid/src/test/java/com/facebook/react/devsupport/MultipartStreamReaderTest.kt:203:15 The corresponding parameter in the supertype 'CallCountTrackingChunkCallback' is named 'isLastChunk'. This may cause problems when calling this function with named arguments.

> Task :packages:react-native:ReactAndroid:compileDebugOptimizedUnitTestKotlin

> Task :packages:react-native:ReactAndroid:compileDebugOptimizedUnitTestKotlin FAILED
> Task :react-native_popup-menu-android:extractReleaseAnnotations
e: warnings found and -Werror specified
```

Changelog: Internal

Differential Revision: D107397221
@meta-cla meta-cla Bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Jun 3, 2026
@meta-codesync
Copy link
Copy Markdown

meta-codesync Bot commented Jun 3, 2026

@robhogan has exported this pull request. If you are a Meta employee, you can view the originating Diff in D107397221.

Copy link
Copy Markdown
Contributor

@cortinico cortinico left a comment

Choose a reason for hiding this comment

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

Review automatically exported from Phabricator review in Meta.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. fb-exported meta-exported p: Facebook Partner: Facebook Partner

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants