Commit 7f9faa7
Fix CI failures from 1.0.64-0 schema regeneration
- Go: Rename Type field to Discriminator in SessionBinaryAssetData to
avoid conflict with the Type() SessionEventType interface method.
Update codegen to handle this pattern automatically.
- Java: Add null for new maxInlineBinaryBytes param in
SessionOptionsUpdateParams constructor call.
- Rust: Add exclude_host_skills field to SkillsDiscoverRequest test
instantiations.
- Python: Add backwards-compat alias SessionFSReaddirWithTypesEntryType
in copilot.rpc (generated name changed casing to SessionFs...).
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 45b29bc commit 7f9faa7
5 files changed
Lines changed: 10 additions & 2 deletions
File tree
- go/rpc
- java/src/main/java/com/github/copilot
- python/copilot
- rust/tests/e2e
- scripts/codegen
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
872 | 872 | | |
873 | 873 | | |
874 | 874 | | |
| 875 | + | |
875 | 876 | | |
876 | 877 | | |
877 | 878 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
165 | 165 | | |
166 | 166 | | |
167 | 167 | | |
| 168 | + | |
168 | 169 | | |
169 | 170 | | |
170 | 171 | | |
| |||
191 | 192 | | |
192 | 193 | | |
193 | 194 | | |
| 195 | + | |
194 | 196 | | |
195 | 197 | | |
196 | 198 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3174 | 3174 | | |
3175 | 3175 | | |
3176 | 3176 | | |
3177 | | - | |
| 3177 | + | |
| 3178 | + | |
| 3179 | + | |
| 3180 | + | |
| 3181 | + | |
3178 | 3182 | | |
3179 | 3183 | | |
3180 | 3184 | | |
| |||
0 commit comments