Skip to content

[fork-build] purescript-lua-assert: scripts/build fails, dist/ not created before pslua writes #59

@Unisay

Description

@Unisay

Tracking entry (detail in the package repo).

scripts/build invokes pslua with --lua-output-file dist/Test_Assert.lua but dist/ is absent, and pslua opens output via withFile WriteMode (no parent-dir creation) → withFile: does not exist. Fixed package-side with mkdir -p dist. The pslua-side rough edge is tracked separately.

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