Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

clj-http.headers/HeaderMap should implement functions 'meta' and 'with-meta' #240

Merged
merged 2 commits into from
Jan 15, 2015

Conversation

tyano
Copy link
Contributor

@tyano tyano commented Jan 14, 2015

clj-http.headers/HeaderMap doesn't implement 'meta' and 'with-meta', although the documentation of def-map-type of potemkin library says it should be implemented.

Some libraries (like Midje) use 'with-meta' on clojure data. cli-http throws java.lang.AbstractMethodError with those libraries because of the lack of 'with-meta'.

@joegallo
Copy link
Collaborator

Looks good, maybe also bump the potemkin dependency to 0.3.11? (I know that's not strictly necessary for this to be working, though.)

@dakrone dakrone merged commit cacd4a3 into dakrone:master Jan 15, 2015
@dakrone
Copy link
Owner

dakrone commented Jan 15, 2015

Merged, thanks @tyano!

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants