Skip to content
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

impl Display for StructValue #682

Merged
merged 1 commit into from
Aug 23, 2024

Conversation

danking
Copy link
Member

@danking danking commented Aug 22, 2024

Examples:

{}

{foo:3}

{foo:3,bar:true}

- Further on spiraldb#670.
- Fixes a bug in `sturct_.rs` wherein the failure condition was reversed.
- Permit `as_list` to convert a `Null` into a `None`.

Examples:

    {}

    {foo:3}

    {foo:3,bar:true}
@danking danking force-pushed the impl-display-for-struct branch from e0e9ab2 to 8b7ca74 Compare August 22, 2024 16:37
@danking
Copy link
Member Author

danking commented Aug 22, 2024

@robert3005

@robert3005 robert3005 merged commit 088f2e2 into spiraldb:develop Aug 23, 2024
4 checks passed
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.

2 participants