-
Notifications
You must be signed in to change notification settings - Fork 284
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 issue 510: Support text blocks in Diet templates #514
Conversation
…parseXXX and HTTPServerRequest.bodyReader. Fixes vibe-d#483.
Add NetworkAddress.toString and create a NetworkAddress based overload of connectTCP.
…and add toAddressString. Also use lower case letters for IPv6 representations (as recommended by RFC5952). See also vibe-d#485.
…ion level as an additional parameter. See also vibe-d#485.
…because they are impure
- fix field name - remove unused _in_addr
- solely use size_t for indent
fix compilation
Fixed compilation on dmd 2.063.2
add Travis CI configuration for unittests
added convenience method for appending to a file...
…et read event notifications.
…he event loop has started to run.
…lready fixed). Supposedly fixes issue vibe-d#507, but not yet verified.
Safe discover of redis version
Fix issue vibe-d#505: DIET: doctype is actually ignored
I think this partially needs to be built into Some care needs to be taken to handle anything after the dot correctly:
I'll prepare a few unit tests in diet.d, so that a proper unit test suite can be started for this. |
Roger that, gonna update it. |
…d through DUB instead).
This commit prepares for support of string templates, originally proposed by Stefan Koch (Uplink_Coder) in vibe-d#482.
…ure improvement). Fixes vibe-d#516.
Fix issue vibe-d#475: diet doesn't allow boolean attributes without value in H...
Fix issue #510
Again, not sure if it is the best approach.