rgrinberg / opium

Sinatra like web toolkit for OCaml
MIT License
753 stars 68 forks source link

Issue with result dependency version #255

Closed roddyyaga closed 3 years ago

roddyyaga commented 3 years ago

I get errors when trying to build with result pinned to version 1.4 (1.5 is the most recent version):

$ opam switch create . --empty
$ opam pin add result 1.4
$ opam install . --deps-only
$ dune build .
File "opium/src/cookie.ml", line 298, characters 7-23:
298 |     |> Result.to_option
             ^^^^^^^^^^^^^^^^
Error: Unbound value Result.to_option
rgrinberg commented 3 years ago

Indeed. Would you mind sending a PR?