Skip to content

bug: Remove todo! in deletion vector code. Replace it with an error #1441

@OussamaSaoudi

Description

@OussamaSaoudi

We have an instance of todo!() in production code, which may cause a panic. However, kernel should avoid panicking. See the following locations in the code an make it return an error instead.:

kernel/src/actions/deletion_vector.rs
167:                        todo!("Don't support native serialization in inline bitmaps yet");

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions