prohlatype
prohlatype copied to clipboard
Changes to parany.run cause compilation errors
When running make, the following error appears:
File "src/lib/fastq.ml", line 76, characters 24-29:
Error: The function applied to this argument has type
?init:(int -> unit) ->
?finalize:(unit -> unit) -> ?preserve:bool -> ?core_pin:bool -> unit
This argument cannot be applied with label ~verbose
This is due to changes in the implementation of parany.run here.
Also, nprocs is now an anonymous paramater which causes another error.
These changes can be easily fixed by removing the verbose input and removing the nprocs name on lines 76 and 321 of fastq.ml.