Skip to content

AML: Suggestion - Use smart pointer instead of [u8] #173

Open
@rw-vanc

Description

@rw-vanc

It's very difficult to debug AML code and the AML parser due to lack of information about where an error occurs. I suggest using smart pointers instead of [u8] for the buffer type, and reporting the relative position of the cursor when an error occurs. This will allow the developer to find the offending byte much more easily.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions