Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changes to parany.run cause compilation errors #151

Open
gltrost opened this issue Dec 17, 2021 · 0 comments
Open

Changes to parany.run cause compilation errors #151

gltrost opened this issue Dec 17, 2021 · 0 comments

Comments

@gltrost
Copy link

gltrost commented Dec 17, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant