-
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
Use controller exception in Java controller #26708
Use controller exception in Java controller #26708
Conversation
cb184b6
to
2b98cef
Compare
Some code seems to throw a Compile Error. |
PR #26708: Size comparison from b91830a to 090c382 Increases (5 builds for cc32xx, psoc6, telink)
Decreases (16 builds for bl602, bl702, efr32, esp32, nrfconnect, psoc6, telink)
Full report (57 builds for bl602, bl702, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
|
090c382
to
b3d803f
Compare
PR #26708: Size comparison from c24294a to b3d803f Decreases (1 build for cc32xx)
Full report (2 builds for cc32xx, mbed)
|
b3d803f
to
5d79962
Compare
PR #26708: Size comparison from c24294a to 5d79962 Full report (1 build for cc32xx)
|
6d2dac0
to
167923c
Compare
PR #26708: Size comparison from c24294a to 167923c Increases (10 builds for bl702, esp32, nrfconnect, telink)
Decreases (11 builds for bl602, cc32xx, cyw30739, efr32, psoc6, qpg, telink)
Full report (57 builds for bl602, bl702, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
|
167923c
to
542380f
Compare
PR #26708: Size comparison from c24294a to 542380f Decreases (1 build for cc32xx)
Full report (4 builds for cc32xx, mbed, qpg)
|
542380f
to
6e8f92a
Compare
PR #26708: Size comparison from c24294a to 6e8f92a Decreases (1 build for cc32xx)
Full report (6 builds for cc32xx, linux, mbed, qpg)
|
6e8f92a
to
95619b5
Compare
PR #26708: Size comparison from c24294a to 95619b5 Increases (3 builds for bl602, bl702, nrfconnect)
Decreases (2 builds for bl602, cc32xx)
Full report (13 builds for bl602, bl702, cc32xx, linux, mbed, nrfconnect, qpg)
|
95619b5
to
a1141a0
Compare
PR #26708: Size comparison from c24294a to a1141a0 Increases (6 builds for esp32, nrfconnect, psoc6, telink)
Decreases (14 builds for bl602, bl702, cc32xx, efr32, nrfconnect, psoc6, telink)
Full report (57 builds for bl602, bl702, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
|
a1141a0
to
b7e3bc6
Compare
PR #26708: Size comparison from 75bd5af to b7e3bc6 Increases (12 builds for bl602, bl702, cc32xx, nrfconnect, psoc6, telink)
Decreases (10 builds for efr32, esp32, psoc6, telink)
Full report (45 builds for bl602, bl702, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
|
This reverts commit e022057.
…chip#26708)" (project-chip#26799)" This reverts commit bf95967.
--Use controller exception in Java controller so that the exception can have the error code inside when passing from C++ to Java/Kotlin
--Matter error is uint32_t, we should cast it to long in Java, fix this issue across.