Skip to content

Pattern match on Windows #429

@FabrizioSandri

Description

@FabrizioSandri

The fnmatch function checks whether the string argument matches a given pattern. This function is derived from the ISO POSIX-2 standard and thus it's not available on Windows.

The REG_MATCH(PATTERN, STRING) should be redefined for the Windows case given the ongoing work to port DeepState also to Windows(see #428 ); for more information, see the TODO inside src/include/Platform.h.

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