Skip to content

Address Panics in boa_engine #3241

@nekevss

Description

@nekevss

Related to #3235.

With Rust v1.72, clippy began linting any panics that have missing panics documentation.

Some potential approaches to addressing the panics are: remove the panics and update them to return a RuntimeError/ImplementationError or add the documentation to the function that identified as panicking, or a combination of the two of those.

#3235 disables the lint, but the panics should be addressed and the lint reenables.

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-InternalChanges that don't modify execution behaviourC-Documentationupdate documentationE-MediumMedium difficulty problem

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions