Skip to content

Conversation

@michaeladler
Copy link
Contributor

Summary

The issue was identified where a nil pointer panic occurred during the framing process when handling embedded @list values. This fix ensures proper handling of such scenarios to prevent the application from crashing unexpectedly.

Closes: #91

Basic example

Please see #91

Motivation

Framing must not panic.

Checks

  • Passes make test

The issue was identified where a nil pointer panic occurred during the
framing process when handling embedded @list values. This fix ensures
proper handling of such scenarios to prevent the application from
crashing unexpectedly.

Closes: piprate#91
Co-authored-by: Alex Borodin <[email protected]>
Signed-off-by: Alex Borodin <[email protected]>
Signed-off-by: Michael Adler <[email protected]>
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.

Framing panics on nil pointer when graph includes @list

1 participant