-
-
Notifications
You must be signed in to change notification settings - Fork 69
[auto-bump] [no-release-notes] dependency by reltuk #2884
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -6,13 +6,13 @@ require ( | |
| github.com/PuerkitoBio/goquery v1.8.1 | ||
| github.com/cockroachdb/apd/v3 v3.2.3 | ||
| github.com/cockroachdb/errors v1.7.5 | ||
| github.com/dolthub/dolt/go v0.40.5-0.20260624213831-feba4a825720 | ||
| github.com/dolthub/dolt/go v0.40.5-0.20260626214637-25552a68b104 | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
|
||
| github.com/dolthub/eventsapi_schema v0.0.0-20260310172945-37a9265ade69 | ||
| github.com/dolthub/flatbuffers/v23 v23.3.3-dh.2 | ||
| github.com/dolthub/go-mysql-server v0.20.1-0.20260623224402-eee792a22ff6 | ||
| github.com/dolthub/go-mysql-server v0.20.1-0.20260626203645-7c333f13eaca | ||
| github.com/dolthub/pg_query_go/v6 v6.0.0-20251215122834-fb20be4254d1 | ||
| github.com/dolthub/sqllogictest/go v0.0.0-20240618184124-ca47f9354216 | ||
| github.com/dolthub/vitess v0.0.0-20260617012411-2f308f6cdc23 | ||
| github.com/dolthub/vitess v0.0.0-20260624214226-81d034e0fde8 | ||
| github.com/fatih/color v1.13.0 | ||
| github.com/goccy/go-json v0.10.2 | ||
| github.com/gogo/protobuf v1.3.2 | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What failed: The process crashes with SIGSEGV during root/table initialization because type deserialization requests a type collection with ctx=nil, and getContextValues dereferences ctx.Session without a nil guard.
Impact Β· Steps Β· Stub / mock Β· Analysis Β· Why this is likely a bug
Relevant code
go.mod:9-12core/context.go:55-57core/context.go:420-422server/types/serialization.go:266-268Evidence Package
Copy prompt for an agent