tree output
output
|-- Control.Semigroupoid
| |-- corefn.json
| |-- docs.json
| |-- externs.cbor
| |-- index.js
| `-- index.js.map
|-- Data.ArrayBuffer.Types
| |-- corefn.json
| |-- docs.json
| |-- externs.cbor
| |-- index.js
| `-- index.js.map
|-- Data.Boolean
| |-- corefn.json
| |-- docs.json
| |-- externs.cbor
| |-- index.js
| `-- index.js.map
...
23 directories, 116 files
Superseded by purescript/purescript#3995
Related to #700
Problem
Hi!
spagoseems to ignore already compiled files.Steps to reproduce
Clone this repo at
masteror at a commit, e.g. bbe37b6.Remove the
outputdirectory.Run
spago build.Interrupt the build (
Ctrl+Cin my case) before it finishes.Check the
outputdirectory (part of the logs is omitted).Record the statistics on
output/Control.Semigroupoid/index.js.Run
spago buildagain.Interrupt the build.
Record the statistics on
output/Control.Semigroupoid/index.js.Expected result
spago build-s less files (now it's1014) on subsequent runs