Skip to content

Correct Gremlin-Go set and composite-map-key deserialization docs - #3679

Open
spmallette wants to merge 1 commit into
apache:masterfrom
spmallette:tp-docs-gremlin-go-limitations-167
Open

spmallette wants to merge 1 commit into
apache:masterfrom
spmallette:tp-docs-gremlin-go-limitations-167

Conversation

@spmallette

Copy link
Copy Markdown
Contributor

The Limitations section stated that server set type codes deserialize into slices and that GraphBinary maps with non-comparable keys are unsupported. In practice a set type code deserializes into a *gremlingo.SimpleSet and composite/non-comparable map keys are deserialized lossily rather than rejected. Update both bullets to describe the actual behavior.

The Limitations section stated that server set type codes deserialize into
slices and that GraphBinary maps with non-comparable keys are unsupported.
In practice a set type code deserializes into a *gremlingo.SimpleSet and
composite/non-comparable map keys are deserialized lossily rather than
rejected. Update both bullets to describe the actual behavior.

Assisted-by: Kiro:claude-opus-4.8
@codecov-commenter

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 76.29%. Comparing base (a28cd1f) to head (de3fe18).
⚠️ Report is 647 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff              @@
##             master    #3679      +/-   ##
============================================
- Coverage     76.35%   76.29%   -0.07%     
- Complexity    13424    14334     +910     
============================================
  Files          1012     1005       -7     
  Lines         60341    57848    -2493     
  Branches       7075     7695     +620     
============================================
- Hits          46076    44134    -1942     
+ Misses        11548    10946     -602     
- Partials       2717     2768      +51     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@Cole-Greer

Copy link
Copy Markdown
Contributor

VOTE +1

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.

3 participants