Skip to content
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

sexp for core cohttp types #83

Merged
merged 12 commits into from Jan 25, 2014
Merged

sexp for core cohttp types #83

merged 12 commits into from Jan 25, 2014

Conversation

rgrinberg
Copy link
Member

sexpifying the core of cohttp

@avsm
Copy link
Member

avsm commented Jan 16, 2014

mirage/ocaml-uri#4 has a Sexp for Uri patch. I'll release that before merging this.

@rgrinberg
Copy link
Member Author

I've updated the PR for the new sexp'd version of uri

@rgrinberg
Copy link
Member Author

Travis failing because of:

File "cohttp/header.ml", line 197, characters 15-17:
Error: Unbound value |>

open Sexplib.Conv

let sexp_of_t t =
t |> to_list |> sexp_of_list (sexp_of_pair sexp_of_string sexp_of_string)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It would be useful to keep 4.00.1 compatibility for a little while, (since Mirage still supports it). Could this be rewritten without |> for now, and we can reintroduce them for 1.1.x?

@avsm avsm merged commit 472a826 into mirage:master Jan 25, 2014
mseri added a commit to mseri/ocaml-cohttp that referenced this pull request Jun 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants