Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Update dev-server data import to reflect runtime import quirks#6257

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
peterwald merged 1 commit intodotnet:mainfrompeterwald:default-dev-import
Apr 7, 2025

Conversation

@peterwald
Copy link
Member

@peterwaldpeterwald commentedApr 7, 2025
edited by dotnet-policy-servicebot
Loading

Update for#6252

The previously noted bug only occurs in the local development server. It is caused by the fact that we use runtimeimport() to bring in the data from a json file in the local folder.import() assumes we are importing code and treats it as a module, creating amodule namespace object. This causes the data to be duplicated under adefault key.

In this PR we update the dev code to reference the data loaded into the default import, which normalizes the data structure.

Microsoft Reviewers:Open in CodeFlow

@peterwaldpeterwald requested a review froma team as acode ownerApril 7, 2025 18:01
@peterwaldpeterwald self-assigned thisApr 7, 2025
@peterwaldpeterwald added the area-ai-evalMicrosoft.Extensions.AI.Evaluation and related labelApr 7, 2025
@peterwaldpeterwald merged commit05f8b26 intodotnet:mainApr 7, 2025
7 checks passed
@peterwaldpeterwald deleted the default-dev-import branchApril 7, 2025 19:03
@github-actionsgithub-actionsbot locked and limited conversation to collaboratorsMay 8, 2025
Sign up for freeto subscribe to this conversation on GitHub. Already have an account?Sign in.

Reviewers

@shyamnamboodiripadshyamnamboodiripadshyamnamboodiripad approved these changes

Assignees

@peterwaldpeterwald

Labels

area-ai-evalMicrosoft.Extensions.AI.Evaluation and related

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

@peterwald@shyamnamboodiripad

[8]ページ先頭

©2009-2025 Movatter.jp