Skip to content
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

Upgrade compiler and tcgc in Aug #2741

Merged
merged 2 commits into from
Aug 12, 2024

Conversation

v-jiaodi
Copy link
Member

@v-jiaodi v-jiaodi commented Aug 12, 2024

fixes #2740
Upgrade compiler version to v0.59.0
Upgrade tcgc version to v0.45.1

@MaryGao MaryGao changed the title Upgrade compiler and tcgc Upgrade compiler and tcgc in Aug Aug 12, 2024
@@ -90,6 +90,7 @@
}
},
"requestBody": {
"required": true,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be a fix in OpenAPI emitter with shared route: microsoft/typespec#4044

@MaryGao MaryGao marked this pull request as ready for review August 12, 2024 08:19
@@ -501,7 +501,7 @@ export interface Embedding {
object: "embedding";
/**
* The embedding vector, which is a list of floats. The length of vector depends on the model as\
* * listed in the [embedding guide](/docs/guides/embeddings).
* listed in the [embedding guide](/docs/guides/embeddings).
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The change should be expected and fixed here: microsoft/typespec#3646.

which means the nightly ci would be expected to be failed.

@qiaozha qiaozha merged commit cc3735c into Azure:main Aug 12, 2024
15 checks passed
@qiaozha qiaozha deleted the upgrade-compiler-version-to-v0.59.0 branch August 12, 2024 09:40
@@ -1,43 +1,44 @@
lockfileVersion: 5.4

importers:

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why do we have 7927 lines changes for this file ?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i think this is because of format.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Upgrade compiler version to v0.59.0
3 participants