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

Package ppx_string_interpolation.1.0.0 #15480

Merged

Conversation

ksromanov
Copy link
Contributor

]

depends: [
"dune" {build}
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
"dune" {build}
"dune" {>= "1.5"}

Dune should not be tagged as a build dependency (see #14266). Furthermore your dune-project file says this package requires at least dune 1.5

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thanks, addressed.

depends: [
"dune" {build}
"ocaml" {>= "4.04.1"}
"ppxlib" {build}
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
"ppxlib" {build}
"ppxlib"

This package seems to be used in a library. Libraries need to be rebuilt when one of their dependencies change

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thanks, addressed.

"dune" {build}
"ocaml" {>= "4.04.1"}
"ppxlib" {build}
"sedlex" {build}
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
"sedlex" {build}
"sedlex"

This package seems to be used in a library. Libraries need to be rebuilt when one of their dependencies change

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thanks, addressed.

@camelus
Copy link
Contributor

camelus commented Dec 7, 2019

Commit: 4da79bc

@ksromanov has posted 3 contributions.

☀️ All lint checks passed 4da79bc
  • These packages passed lint tests: ppx_string_interpolation.1.0.0

☀️ Installability check (+1)
  • new installable packages (1): ppx_string_interpolation.1.0.0

@ksromanov ksromanov force-pushed the add-pkg-ppx_string_interpolation branch from fc31e73 to 2e668fb Compare December 8, 2019 01:54
@kit-ty-kate
Copy link
Member

Thanks!

@kit-ty-kate kit-ty-kate merged commit bd644e8 into ocaml:master Dec 8, 2019
@ksromanov ksromanov deleted the add-pkg-ppx_string_interpolation branch January 28, 2021 19:51
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.

4 participants