Cameron Ross
74c555d22e
use camelCasing for enum members
2018-08-26 21:49:14 -03:00
Cameron Ross
8e0ca41eb5
Replace stream-based dumping interface with an outputrange-based interface ( #154 )
...
Replace stream-based dumping interface with an outputrange-based interface
merged-on-behalf-of: Cameron Ross <elpenguino@gmail.com>
2018-06-22 05:59:10 +02:00
The Dlang Bot
a20d7143e7
Merge pull request #115 from Herringway/remove-redundancy
...
Remove redundant functions
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2018-05-31 08:57:04 +02:00
Cameron Ross
9dd8bed9b6
remove Node.rawNode and just use the constructor instead
2018-04-22 15:44:16 -03:00
Cameron Ross
993dd6c5bc
remove many unnecessary destructors
2018-04-22 15:22:10 -03:00
Cameron Ross
e411fad92f
remove trailing whitespace
2018-04-09 22:57:14 -03:00
Cameron Ross
9d35b773b4
convert examples to doc'd unittests, fix some parameter errors, remove some redundancy
2018-04-09 21:14:51 -03:00
Cameron Ross
6088f0b632
major attribute fixing
2018-04-07 20:05:39 +02:00
Cameron Ross
683335aa3e
remove zerostring ( #94 )
...
remove zerostring
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2018-03-01 04:20:43 +01:00
Robert burner Schadek
daf1a0064f
trying to rip the std.stream out
2016-03-17 00:43:58 +01:00
Ferdinand Majerech
2f3d782c84
Fixed compilation with DMD 2.068
...
Had to use a lot of @trusted as std.variant.VariantN is again less safe.
Will need to change that back once it gets safer, or at least isolate
code using it so that half of Node API doesn't need to be @trusted.
2015-08-23 09:09:24 +02:00
Soar Qin
bfd8654816
Fixed compilation for dmd 2.067
2015-03-17 14:08:40 +08:00
Ferdinand Majerech
05270e5f60
Doc fixes
2015-02-21 14:31:55 +01:00
Ferdinand Majerech
830aef8df5
Simpler grepping for 'std.stream'
2014-07-31 14:53:14 +02:00
Ferdinand Majerech
bc7519f561
Fixed deprecation errors for DMD 2.066
2014-07-19 04:17:18 +02:00
Ferdinand Majerech
c772609e13
Representer ctor no longer pure due to DMD 2.054
2013-12-17 15:15:58 +01:00
Ferdinand Majerech
7be10a44bf
addRepresenter is now pure.
2013-12-17 15:15:36 +01:00
Ferdinand Majerech
a341340d6c
Using the dyaml.all module instead of yaml (which will eventually be removed).
2013-12-17 15:09:19 +01:00
Kiith-Sa
2e3c6fe445
DUB forced property fix.
2013-04-24 01:32:16 +02:00
Jonathan M Davis
7a1e1ecce3
Another attempt at making d-yaml work with dub.
...
Creating a symlink in source to the dyaml directory does not actually
result in a symlink when another package grabs d-yaml as a dependency
via dub, and even if it did, it wouldn't work on Windows. So, this moves
the source into source so that it'll actually work, and cdc.d has been
adjusted accordingly so that building with it should still work.
2013-03-28 21:33:13 -07:00