Skip to content

Asyncify lists does not work correctly with dots #5271

@caiiiycuk

Description

@caiiiycuk

Hi. I am using asyncify for jsdos project. And I found that ... is not handled correctly, for example I have function:

Program::WriteOut(char const*, ...)

When I compile I have warning:

warning: Asyncify onlylist contained a non-matching pattern: Program::WriteOut(char const*,    ) (Program::WriteOut\28char\20const*\2c\20\20\20\20\29)

As you can see dots are replaced with spaces:

expected (from wasm dis): Program::WriteOut\28char\20const*\2c\20...\29
actual                  : Program::WriteOut\28char\20const*\2c\20\20\20\20\29

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions