Skip to content

Request Flocq update to 4.2.2: build fails because of Zmod -> Z.modulo change in rocq 9.1.0 #580

@koraynilay

Description

@koraynilay

Hi, when building from master on Rocq 9.1.1, I get this error:

File "./flocq/Core/Zaux.v", line 327, characters 2-6:
Error: The reference Zmod was not found in the current environment.

I looked around and updating flocq to 4.2.2 seems to be the fix.
(a simple find flocq -type f -name "*.v" -exec sed -i 's/\bZmod\b/Z.modulo/g' {} + works)

Thanks.

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