lemaetech/http-cookie

pb with mdx on ocaml 5.0.0

Closed this issue · 1 comments

craff commented

dune runtest produce the following error on ocaml 5.0.0:

File "README.md", line 1, characters 0-0:
diff --git a/_build/default/README.md b/_build/default/.mdx/README.md.corrected
index eb92e83..6aa709d 100644
--- a/_build/default/README.md
+++ b/_build/default/.mdx/README.md.corrected
@@ -16,6 +16,7 @@ The RFC standards implemented by the library are:

# #require "http-cookie";;
# #install_printer Http_cookie.pp;;
+Cannot find type Topdirs.printer_type_new.

HTTP Cookie header value:
@@ -42,16 +43,5 @@ Create HTTP cookie:

# Http_cookie.create ~path:"/home" ~domain:"eee:aaa:abdf::223:192.168.0.1" ~secure:true ~same_site:`Strict ~name:"SID" "31d4d96e407aad42";;
-- : (Http_cookie.t, string) result =
-Ok
- name: SID
- value: 31d4d96e407aad42
- path: /home
- domain: eee:aaa:abdf::223:192.168.0.1
- expires:
- max_age:
- secure: true
- http_only: true
- same_site: Strict
- extension:
+- : (Http_cookie.t, string) result = Ok <abstr>

Fixed by 5a604ec. Thanks for the report.