Skip to content

Comments

Upgrade DUB dependencies#137

Merged
wilzbach merged 2 commits intodlang:masterfrom
wilzbach:upgrade-vibed
Jul 20, 2017
Merged

Upgrade DUB dependencies#137
wilzbach merged 2 commits intodlang:masterfrom
wilzbach:upgrade-vibed

Conversation

@wilzbach
Copy link
Contributor

@wilzbach wilzbach commented Jul 16, 2017

Time to upgrade to Vibe.d 0.8.0

(done via dub upgrade)

@dlang-bot
Copy link
Collaborator

Thanks for your pull request, @wilzbach!

.get("*", serveStaticFiles("public"))
.post("/github_hook", &githubHook)
.match(HTTPMethod.HEAD, "/trello_hook", (req, res) => res.writeVoidBody)
.match(HTTPMethod.HEAD, "/trello_hook", (HTTPServerRequest req, HTTPServerResponse res) => res.writeVoidBody)
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Reported and filed issue + PR upstream: vibe-d/vibe.d#1866, vibe-d/vibe.d#1867

@wilzbach
Copy link
Contributor Author

Travis failure is unrelated due to dlang/druntime#1879

@wilzbach
Copy link
Contributor Author

Everything else is passing fine:

image

@wilzbach wilzbach merged commit 58b7bf8 into dlang:master Jul 20, 2017
@wilzbach wilzbach deleted the upgrade-vibed branch July 20, 2017 05:03
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.

2 participants