-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
[java-matter-controller] Convert from java to kotlin phase I #25384
Merged
yufengwangca
merged 3 commits into
project-chip:master
from
yufengwangca:pr/kotlin/convert
Mar 3, 2023
Merged
[java-matter-controller] Convert from java to kotlin phase I #25384
yufengwangca
merged 3 commits into
project-chip:master
from
yufengwangca:pr/kotlin/convert
Mar 3, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pullapprove
bot
requested review from
amitnj,
andy31415,
anush-apple,
arkq,
Byungjoo-Lee,
bzbarsky-apple,
carol-apple,
chrisdecenzo,
chshu,
chulspro,
cliffamzn,
CodeChronos928,
Damian-Nordic,
dhrishi,
electrocucaracha,
emargolis,
franck-apple,
gjc13,
harimau-qirex,
harsha-rajendran,
hawk248,
jelderton,
jepenven-silabs,
jmartinez-silabs,
jmeg-sfy,
jtung-apple and
kcoppock
March 1, 2023 00:14
pullapprove
bot
requested review from
vijs,
vivien-apple,
woody-apple and
xylophone21
March 1, 2023 00:14
pullapprove
bot
added
review - pending
examples
github
workflows
and removed
examples
github
workflows
labels
Mar 1, 2023
PR #25384: Size comparison from 20c65a2 to d1ca1cc Decreases (1 build for cc32xx)
Full report (2 builds for cc32xx, mbed)
|
PR #25384: Size comparison from e75d35a to 43b9663 Full report (7 builds for cc32xx, mbed, nrfconnect, qpg)
|
g-coppock
suggested changes
Mar 1, 2023
examples/java-matter-controller/java/src/com/matter/controller/Main.kt
Outdated
Show resolved
Hide resolved
examples/java-matter-controller/java/src/com/matter/controller/Main.kt
Outdated
Show resolved
Hide resolved
...s/java-matter-controller/java/src/com/matter/controller/commands/discover/DiscoverCommand.kt
Outdated
Show resolved
Hide resolved
andy31415
reviewed
Mar 1, 2023
...ontroller/java/src/com/matter/controller/commands/discover/DiscoverCommissionablesCommand.kt
Outdated
Show resolved
Hide resolved
andy31415
reviewed
Mar 1, 2023
...-controller/java/src/com/matter/controller/commands/discover/DiscoverCommissionersCommand.kt
Outdated
Show resolved
Hide resolved
PR #25384: Size comparison from 1a1d0c3 to 1209b25 Full report (1 build for cc32xx)
|
andy31415
approved these changes
Mar 2, 2023
g-coppock
suggested changes
Mar 2, 2023
...ontroller/java/src/com/matter/controller/commands/discover/DiscoverCommissionablesCommand.kt
Outdated
Show resolved
Hide resolved
...ontroller/java/src/com/matter/controller/commands/discover/DiscoverCommissionablesCommand.kt
Outdated
Show resolved
Hide resolved
PR #25384: Size comparison from 0062c5d to b586bb5 Increases (1 build for cc32xx)
Full report (1 build for cc32xx)
|
PR #25384: Size comparison from 0062c5d to c800ef7 Increases (1 build for cc32xx)
Full report (1 build for cc32xx)
|
g-coppock
approved these changes
Mar 3, 2023
lecndav
pushed a commit
to lecndav/connectedhomeip
that referenced
this pull request
Mar 22, 2023
…-chip#25384) * [java-matter-controller] Convert from java to kotlin phase I * Address review comments * Move constants outside the class instance
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Currently, java-matter-controller is written in Java, we have request from our internal team to convert it to kotlin to better align with our internal development and easy to integrate with our internal utility libs written in kotlin, such as TLV writter and reader, etc...
Fix: Convert java matter controller test program from java version into kotlin version #25253