Skip to content
This repository was archived by the owner on Oct 4, 2020. It is now read-only.
This repository was archived by the owner on Oct 4, 2020. It is now read-only.

_clone ellided during dead code elimination #19

@MichaelXavier

Description

@MichaelXavier

If you compile purescript-maps with DCE, the _clone FFI function from StrMap goes away because it is a transitive dependency of _cloneEff, and there's no way for DCE to know that it is needed. It probably also wouldn't be a bad idea for the tests to be run with DCE turned on.

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