v3.ocaml.org-rescript icon indicating copy to clipboard operation
v3.ocaml.org-rescript copied to clipboard

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

Open cdaringe opened this issue 4 years ago • 0 comments

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.

cdaringe avatar Dec 19 '21 01:12 cdaringe