-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
[new release] inquire (0.1.0) #15839
Conversation
This package fails to build with OCaml 4.04 and 4.05 with the following error:
An constraint on OCaml might be required |
163b032
to
7d8f0f5
Compare
The archive changed again:
|
Hi @kit-ty-kate, thanks for putting the error here! The checksum in the generated Opam file is wrong, which is strange because I've simply used Worst case I'll just put the checksum manually but I'd like to keep the release automatated. |
7d8f0f5
to
11a349a
Compare
CHANGES: All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [0.1.0] - 2020-02-12 ### Added - Add `confirm` prompt. - Add `input` prompt. - Add `password` prompt. - Add `raw_list` prompt. [Unreleased]: tmattio/spin@v0.1.0...HEAD [0.1.0]: https://github.com/tmattio/spin/releases/tag/v0.1.0
bbf585b
to
910d9af
Compare
Dune should not be tagged as a build dependency (see #14266). Could you return the fixes upstream? Otherwise this PR is good to go. Thanks! |
@kit-ty-kate Will do, thanks! Any reason for increaing the lower bound to |
Because otherwise the compilation will fail with lower versions. You changed the lower-bound in this commit: tmattio/inquire@11e1c4c |
An OCaml library to create beautiful interactive CLIs
CHANGES:
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.
Unreleased
0.1.0 - 2020-02-12
Added
confirm
prompt.input
prompt.password
prompt.raw_list
prompt.