Skip to content
This repository was archived by the owner on Feb 15, 2022. It is now read-only.
This repository was archived by the owner on Feb 15, 2022. It is now read-only.

make build fails with ls: src//Import.resi: No such file or directory #556

@cdaringe

Description

@cdaringe

Problem

$ make build
ls: src//Import.resi: No such file or directory

Research

I executed a git bisect process and traced this down to 5d3c440e6ca61602eb9cdfca900c30cacecdfbb6.

Repro:

git checkout 4f46be7 && make clean && make build && git checkout 5d3c440 && make clean && make build

makes sense. the associated commit was titled "require interface files", and Import has no interface file.

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