Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upCompojure and http-kit: Update dependencies and sync implemetations #1855
Conversation
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
nbrady-techempower
Jan 8, 2016
Member
All tests pass locally as well. Merging!
================================================================================
Verification Summary
| Test: compojure
| fortune : WARN
| plaintext : WARN
| db : WARN
| update : WARN
| json : WARN
| query : WARN
================================================================================
================================================================================
Verification Summary
| Test: http-kit
| fortune : WARN
| plaintext : PASS
| db : WARN
| update : WARN
| json : WARN
| query : WARN
================================================================================
|
All tests pass locally as well. Merging!
|
nbrady-techempower
closed this
Jan 8, 2016
nbrady-techempower
reopened this
Jan 8, 2016
added a commit
that referenced
this pull request
Jan 8, 2016
nbrady-techempower
merged commit 741cd6d
into
TechEmpower:master
Jan 8, 2016
1 check passed
continuous-integration/travis-ci/pr
The Travis CI build passed
Details
k-r-g
deleted the
k-r-g:clojure-updates
branch
Jan 11, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
k-r-g commentedJan 6, 2016
Dependencies:
Implementation synchronization: In handler.clj, make the Compojure and
http-kit implementations as close to identical as possible. Specifically:
Guide (https://github.com/bbatsov/clojure-style-guide) as http-kit does.