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

+ qfs 0.9 #13703

Merged
merged 2 commits into from
Mar 19, 2019
Merged

+ qfs 0.9 #13703

merged 2 commits into from
Mar 19, 2019

Conversation

ygrek
Copy link
Contributor

@ygrek ygrek commented Mar 19, 2019

CI build is expected to fail due to absent libqfs

["ocaml" "setup.ml" "-configure" "--prefix" prefix]
["ocaml" "setup.ml" "-build"]
["ocaml" "setup.ml" "-configure" "--enable-tests"] {with-test}
["ocaml" "setup.ml" "-build"] {with-test}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the build and configure steps are going to be done twice. I don't think this is what you wanted to do. I would suggest to place the {with-test} attribute to the argument for the configure and to omit the second build command line as it is redundant with the first one which is done unconditionally

["ocaml" "setup.ml" "-doc"] {with-doc}
]
install: ["ocaml" "setup.ml" "-install"]
remove: [
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the remove field can be omitted with opam2

@ygrek
Copy link
Contributor Author

ygrek commented Mar 19, 2019

thanks, fixed

@camelus
Copy link
Contributor

camelus commented Mar 19, 2019

☀️ All lint checks passed 3b7dd90
  • These packages passed lint tests: qfs.0.9

☀️ Installability check (10843 → 10844)
  • new installable packages (1): qfs.0.9

@kit-ty-kate
Copy link
Member

I would suggest to place the {with-test} attribute to the argument for the configure and to omit the second build command line as it is redundant with the first one which is done unconditionally

sorry, what I meant about this comment is my latest commit

@kit-ty-kate
Copy link
Member

It should be ok now. Thanks!

@kit-ty-kate kit-ty-kate merged commit 2cdd255 into ocaml:master Mar 19, 2019
@ygrek
Copy link
Contributor Author

ygrek commented Mar 20, 2019

I didn't know one could do that, nice!

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

Successfully merging this pull request may close these issues.

3 participants