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

fix(examples): Fix examples triggering issue #399 #414

Merged
merged 1 commit into from
Nov 20, 2017

Conversation

jolhoeft
Copy link
Member

Fix the examples that were returning MiddlewareResults in the
middlware! macro. A couple could be changed to return a Responder, but
most needed to be reimplemented as seperate functions.

Updated the middleware! macro documentaion to note the limitations
from issues #399 and #389.

@jolhoeft
Copy link
Member Author

Unless there are loud objections, I am going to merge this quickly, because it repairs our continuous integration tests, which have been failing for months.

Fix the examples that were returning MiddlewareResults in the
middlware! macro. A couple could be changed to return a Responder, but
most needed to be reimplemented as seperate functions.

Updated the middleware! macro documentaion to note the limitations
from issues nickel-org#399 and nickel-org#389.

Disable ssl testing in travis, which was broken in commit
8d5a7d0. Issue nickel-org#415 to track
our SSL plan.
@jolhoeft
Copy link
Member Author

Ok, trying again, with the SSL testing removed, (broken months ago see #415).

@jolhoeft jolhoeft merged commit 08ef95b into nickel-org:master Nov 20, 2017
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.

1 participant