fix(devops): recognize text-encoded UUIDs as strings - #996
Open
gargsajal9 wants to merge 1 commit into
Open
gargsajal9 wants to merge 1 commit into
gargsajal9 wants to merge 1 commit into
Conversation
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
gargsajal9
marked this pull request as ready for review
September 10, 2026 17:51
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What type of PR is this?
fix
Check the PR title.
This is a transparent compatibility fix; the Devops English and Chinese README guidance is updated in this PR, so no separate user-docs PR is required.
(Optional) Translate the PR title into Chinese.
fix(devops): 将文本编码的 UUID 识别为字符串
(Optional) More detailed description for this PR(en: English/zh: Chinese).
en:
encoding.TextMarshalerandencoding.TextUnmarshalerimplementations as JSON strings in Eino Dev schemas.encoding/json, preserving UUID validation, pointer/null behavior, nested collections, and registered interface envelopes.github.com/google/uuidregression coverage for schemas and debug runs from both START and selected nodes, plus codec-boundary tests.zh(optional):
encoding.TextMarshaler和encoding.TextUnmarshaler的 Go 类型识别为 Eino Dev Schema 中的 JSON 字符串。encoding/json解码这些类型,保留 UUID 校验、指针和 null 语义、嵌套集合以及已注册接口封装格式。Validation:
-race, cross-package coverage, and CI-gcflags="all=-l -N"golangci-linton changed linesgo vet,gofmt, license headers, andtyposv1.42.3(Optional) Which issue(s) this PR fixes:
Fixes #955
(optional) The PR that updates user documentation:
N/A — the Devops module READMEs are updated in this PR.