-
Notifications
You must be signed in to change notification settings - Fork 46
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
stdcompat dependency #304
Comments
(alternatively, the lower bound for OCaml could be increased to 4.13 -- I think this is as well fine, since most users of omd won't use old OCaml compilers) |
Hi! Sounds like your patch is a good idea: I didn't realise stdcompat was so brittle (tho I see I also filed an issue there awhile back.) Thanks for the patch! |
Thanks for your reply, @shonfeder. What is the plan forward in terms of OCaml version lower bound? Is just putting it on 4.13 fine with you? I opened #305 that requires OCaml 4.13 (with 5.0 out, I don't think maintaining old 4.x Stdlibs is worth it). |
Remove stdcompat dependency (fixes #304), require OCaml 4.13
CHANGES: - Add an `empty` inline value (ocaml-community/omd#298 @cuihtlauac) - Remove stdcompat dependency (ocaml-community/omd#304 ocaml-community/omd#305 @hannesm, review by @samoht) - Minimum supported OCaml version is now 4.13 (ocaml-community/omd#304 @hannesm)
CHANGES: - Add an `empty` inline value (ocaml-community/omd#298 @cuihtlauac) - Remove stdcompat dependency (ocaml-community/omd#304 ocaml-community/omd#305 @hannesm, review by @samoht) - Minimum supported OCaml version is now 4.13 (ocaml-community/omd#304 @hannesm)
Dear Madam or Sir,
first of all thanks for maintaining this package. I've some trouble with the stdcompat dependency (which fails to install for me, reported ocamllibs/stdcompat#28).
So, I looked into OCaml 4.08 and omd without stdcompat, and the only two functions used from Stdcompat are List.find_map and String.for_all. Would you accept a patch (see below) that removes the stdcompat dependency (since omd requires OCaml 4.08).
WDYT?
The text was updated successfully, but these errors were encountered: