-
Notifications
You must be signed in to change notification settings - Fork 177
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
1 addition
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
768feed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this release commit is incomplete, ppx and react fail:
768feed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's a release of package
lwt
only, packageslwt_ppx
andlwt_react
were not released here. In the normal opam build process, the package being released is built withdune build -p lwt
, which will cause Dune to ignore the rest of the packages (and thus their dependencies). Is this an issue for your build or packaging processes?768feed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh, I did not know that. I use
-p lwt,lwt_ppx,lwt_react
. At least my build used to work with4.4.0
.If I remove lines with
bisect_ppx
:I'm fine with keeping the existing 4.4.0 release.
768feed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The
pat
error is because you should remove onlybisect_ppx --conditional
from the line insrc/ppx/dune
that containsbisect_ppx
. The other PPXs mentioned on that line should remain.An easy way to tell what was released in repos I do releases in is to look at the title of each release (see https://github.com/ocsigen/lwt/releases).