-
-
Notifications
You must be signed in to change notification settings - Fork 436
chore(cli): update CLI to 0.35.0-rc.2
#2267
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
Conversation
Ref: arduino/arduino-cli#2374 Signed-off-by: Akos Kitta <[email protected]>
TODO: Go version must be updated to When building the CLI from sources:
|
After starting the IDE, after a few seconds, it goes to a blank screen and shows the following error: Error sending from webFrameMain: Error: Render frame was disposed before WebFrameMain could be accessed
at WebFrameMain.send (node:electron/js2c/browser_init:2:94495)
at WebContents.send (node:electron/js2c/browser_init:2:79721)
at e.sendWindowEvent (/tmp/.mount_arduinsfQhdn/resources/app/lib/backend/electron-main.js:2:999627)
at BrowserWindow.<anonymous> (/tmp/.mount_arduinsfQhdn/resources/app/lib/backend/electron-main.js:2:1005868)
at BrowserWindow.emit (node:events:525:35) Tested on ubuntu 23.10 and also on ubuntu 23.04 in a vanilla VM Things I've tried:
The problem seems to be related to the new electron update. Testing nightly build with electron EDIT: Trying |
- Related change: 153e34f - Reported at: #2267 (comment) - External: https://forum.arduino.cc/t/ide-2-2-1-main-window-randomly-goes-blank/1166219 Signed-off-by: Akos Kitta <[email protected]>
0.35.0-rc.1
0.35.0-rc.2
- Adjust board discovery to new gRPC API. From now on, it's a client read stream, not a duplex. - Allow `.cxx` and `.cc` file extensions. (Closes #2265) Signed-off-by: Akos Kitta <[email protected]>
Signed-off-by: Akos Kitta <[email protected]>
646059d
to
e77563f
Compare
Duplicate of #2281 |
- Related change: 153e34f - Reported at: #2267 (comment) - External: https://forum.arduino.cc/t/ide-2-2-1-main-window-randomly-goes-blank/1166219 Signed-off-by: Akos Kitta <[email protected]>
- Related change: 153e34f - Reported at: #2267 (comment) - External: https://forum.arduino.cc/t/ide-2-2-1-main-window-randomly-goes-blank/1166219 Signed-off-by: Akos Kitta <[email protected]>
- Related change: 153e34f - Reported at: #2267 (comment) - External: https://forum.arduino.cc/t/ide-2-2-1-main-window-randomly-goes-blank/1166219 Signed-off-by: Akos Kitta <[email protected]>
- Related change: 153e34f - Reported at: #2267 (comment) - External: https://forum.arduino.cc/t/ide-2-2-1-main-window-randomly-goes-blank/1166219 Signed-off-by: Akos Kitta <[email protected]>
- Related change: 153e34f - Reported at: #2267 (comment) - External: https://forum.arduino.cc/t/ide-2-2-1-main-window-randomly-goes-blank/1166219 Signed-off-by: Akos Kitta <[email protected]>
Motivation
Use the latest CLI (
0.35.0-rc.2
) in IDE2.Change description
0.35.0-rc.2
.0.7.5
..cxx
and.cc
file extensions.v
prefix in the CLI's GitHub release name when generating JS/TS fromproto
.Other information
Closes #2265
Reviewer checklist