Skip to content

Commit 1c39832

Browse files
CopilotRodgeFu
andcommitted
Merge branch 'main' into copilot/fix-lsp-debug-message-issue
Resolved conflicts: - packages/compiler/package.json: Accepted updated @types/babel__code-frame version (~7.27.0) from main while keeping @types/debug addition - pnpm-lock.yaml: Regenerated after resolving package.json conflicts All tests passing after merge. Co-authored-by: RodgeFu <[email protected]>
1 parent 856eeb0 commit 1c39832

File tree

318 files changed

+14574
-2295
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

318 files changed

+14574
-2295
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
changeKind: feature
3+
packages:
4+
- "@typespec/http-specs"
5+
---
6+
7+
Add array encoding test for enum and extensible enum arrays.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
changeKind: internal
3+
packages:
4+
- "@typespec/http-client-java"
5+
---
6+
7+
Add end-to-end test for withList operation in specialwords ModelPropertiesClient.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
changeKind: dependencies
3+
packages:
4+
- "@typespec/http-client-java"
5+
---
6+
7+
Upgrade TCGC
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
changeKind: fix
3+
packages:
4+
- "@typespec/openapi3"
5+
---
6+
7+
importer - null reference exception if member schema cannot be resolved
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
# Change versionKind to one of: internal, fix, dependencies, feature, deprecation, breaking
3+
changeKind: fix
4+
packages:
5+
- "@typespec/versioning"
6+
---
7+
8+
Fix incorrect incompatible versioning error in model expressions
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
changeKind: feature
3+
packages:
4+
- "@typespec/openapi3"
5+
---
6+
7+
importer - OpenAPI number type with duration format now converts to TypeSpec duration type with @encode("seconds", float32) decorator
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
# Change versionKind to one of: internal, fix, dependencies, feature, deprecation, breaking
3+
changeKind: internal
4+
packages:
5+
- "@typespec/compiler"
6+
---
7+
8+
Fixed signature help test slow
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
changeKind: dependencies
3+
packages:
4+
- "@typespec/http-client-python"
5+
---
6+
7+
Bump TCGC 0.64.3
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
# Change versionKind to one of: internal, fix, dependencies, feature, deprecation, breaking
3+
changeKind: internal
4+
packages:
5+
- typespec-vscode
6+
---
7+
8+
Reenable and improve vscode e2e tests
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
# Change versionKind to one of: internal, fix, dependencies, feature, deprecation, breaking
3+
changeKind: dependencies
4+
packages:
5+
- "@typespec/compiler"
6+
- "@typespec/emitter-framework"
7+
- "@typespec/html-program-viewer"
8+
- "@typespec/http-canonicalization"
9+
- "@typespec/http-client-js"
10+
- "@typespec/http-client"
11+
- "@typespec/http-server-csharp"
12+
- "@typespec/http-server-js"
13+
- "@typespec/mutator-framework"
14+
- "@typespec/openapi3"
15+
- "@typespec/playground"
16+
- "@typespec/prettier-plugin-typespec"
17+
- "@typespec/spec-coverage-sdk"
18+
- "@typespec/spector"
19+
- "@typespec/tspd"
20+
- typespec-vscode
21+
---
22+
23+
Upgrade dependencies

0 commit comments

Comments
 (0)