Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit bcfbde5

Browse files
committedMar 22, 2023
refactor: removed unused type
1 parent f13ee48 commit bcfbde5

File tree

3 files changed

+177
-228
lines changed

3 files changed

+177
-228
lines changed
 

‎docs/UPGRADING.md

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ Here you can find a list of migration guides to handle breaking changes between
44

55
## 0.32.0
66

7+
In the gRPC API the type `PlatformLoadingError` is dropped. Now a `FailedInstanceInitError` is returned as error details
8+
instead of it with the reason field set to `FAILED_INSTANCE_INIT_REASON_PLATFORM_LOAD_ERROR`.
9+
710
Configuration file lookup in current working directory and its parents is dropped. The command line flag `--config-file`
811
must be specified to use an alternative configuration file from the one in the data directory.
912

‎rpc/cc/arduino/cli/commands/v1/core.pb.go

+174-226
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎rpc/cc/arduino/cli/commands/v1/core.proto

-2
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@ message PlatformInstallResponse {
4545
TaskProgress task_progress = 2;
4646
}
4747

48-
message PlatformLoadingError {}
49-
5048
message PlatformDownloadRequest {
5149
// Arduino Core Service instance from the `Init` response.
5250
Instance instance = 1;

0 commit comments

Comments
 (0)
Please sign in to comment.