Skip to content

Commit 0d6f2e5

Browse files
github-actions[bot]stephentoubCopilot
authored
Update @github/copilot to 1.0.63 (#1686)
* Update @github/copilot to 1.0.63 - Updated nodejs and test harness dependencies - Re-ran code generators - Formatted generated code * Fix Rust E2E test for new ignore_whitespace field on WorkspacesDiffRequest The 1.0.63 type regeneration added an optional ignore_whitespace field to the generated WorkspacesDiffRequest struct. The explicit struct literal in rpc_workspace_checkpoints.rs failed to compile (E0063: missing field), which broke clippy on ubuntu and cargo test on macos/windows. Add ..Default::default() to the literal, matching the existing pattern in rpc_session_state.rs. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Stephen Toub <stoub@microsoft.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 4bc7e05 commit 0d6f2e5

24 files changed

Lines changed: 330 additions & 138 deletions

File tree

dotnet/src/Generated/Rpc.cs

Lines changed: 11 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dotnet/src/Generated/SessionEvents.cs

Lines changed: 15 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go/rpc/zrpc.go

Lines changed: 23 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go/rpc/zrpc_encoding.go

Lines changed: 14 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go/rpc/zsession_encoding.go

Lines changed: 6 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go/rpc/zsession_events.go

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
DO NOT EDIT MANUALLY. Updated by the update-copilot-dependency
8787
workflow.
8888
-->
89-
<readonly-copilot-sdk-ref-impl-version-from-lastmerge-file-updated-by-reference-impl-sync>^1.0.62</readonly-copilot-sdk-ref-impl-version-from-lastmerge-file-updated-by-reference-impl-sync>
89+
<readonly-copilot-sdk-ref-impl-version-from-lastmerge-file-updated-by-reference-impl-sync>^1.0.63</readonly-copilot-sdk-ref-impl-version-from-lastmerge-file-updated-by-reference-impl-sync>
9090

9191
</properties>
9292

0 commit comments

Comments
 (0)