Commit graph

414 commits

Author SHA1 Message Date
Cameron Ross
2ccdb49943 remove duped unittests in Dumper 2018-04-30 12:08:31 +02:00
The Dlang Bot
244fb4b3c4
Merge pull request #128 from Herringway/emitter-safety
wrap unsafe portion of Emitter in @trusted helper functions
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2018-04-30 12:06:03 +02:00
The Dlang Bot
1c105ee47e
Merge pull request #130 from Herringway/safer-constructor
make Constructor wholly @safe
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2018-04-30 12:02:33 +02:00
Cameron Ross
5c801d6689
make Constructor wholly @safe 2018-04-30 04:24:31 -03:00
Cameron Ross
fa432a309f
add tests for explicit doc markers 2018-04-29 18:48:36 -03:00
Cameron Ross
4cb78ff6f5
wrap unsafe portion of Emitter into @trusted helper functions 2018-04-29 18:48:02 -03:00
The Dlang Bot
b44f96bd9f
Merge pull request #114 from Herringway/rawnode-removal
remove Node.rawNode and just use the constructor instead
merged-on-behalf-of: unknown
2018-04-25 07:31:38 +02:00
Cameron Ross
0bea335f57 massive speed increase for mapping construction 2018-04-25 07:30:27 +02:00
Cameron Ross
80ee4e5f95
temporary fix for another instance of issue 16528 2018-04-24 13:51:29 -03:00
Cameron Ross
e316c91643
make Composer fully @safe to use 2018-04-22 18:37:22 -03:00
Cameron Ross
accad93f7f
mark dyaml.flags.Flags.flags as @safe 2018-04-22 16:29:23 -03:00
Cameron Ross
9dd8bed9b6
remove Node.rawNode and just use the constructor instead 2018-04-22 15:44:16 -03:00
The Dlang Bot
f528351867
Merge pull request #104 from Herringway/const-friendly-nodes
Const-friendly nodes
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2018-04-22 19:37:02 +02:00
The Dlang Bot
15988fec57
Merge pull request #107 from Herringway/event-checks
allow @safe access to anchor/tag/tagDirectives of events
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2018-04-20 10:42:24 +02:00
The Dlang Bot
4437a22430
Merge pull request #109 from Herringway/serializer-safe-constructor
fix Serializer.this using address of ref parameter
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2018-04-17 18:51:17 +02:00
Cameron Ross
84e850a4af
fix Serializer.this using address of ref parameter 2018-04-17 00:43:33 -03:00
Cameron Ross
568acb832a
make SliceBuilder safer to use. 2018-04-17 00:31:13 -03:00
Cameron Ross
d5ef119f1d
allow @safe access to anchor/tag/tagDirectives of events 2018-04-16 21:59:47 -03:00
Cameron Ross
7c62fd5719
convert verbose test variable to debug spec for easier access 2018-04-16 20:02:42 -03:00
Cameron Ross
7ddea9db39
further refactoring and cleaning up of Node.get 2018-04-10 05:37:13 -03:00
Cameron Ross
a35536fe59
fix single-file builds again. add a comment as a reminder. 2018-04-10 05:03:19 -03:00
Cameron Ross
6532251979
cleanups 2018-04-10 04:03:05 -03:00
Cameron Ross
12494a7a78
make Node.mappingKeys and Node.mappingValues const-friendly too 2018-04-10 03:45:51 -03:00
Cameron Ross
fd50e2cefc
refactor portions of Node to allow const Nodes to be more useful 2018-04-10 03:36:09 -03:00
Cameron Ross
1e88dc5074
immutable byte arrays aren't quite @safe yet with D-YAML, so test mutable instead 2018-04-10 03:27:38 -03:00
Cameron Ross
9b7c882a03
remove blank line at EOF errors 2018-04-09 22:57:26 -03:00
Cameron Ross
e411fad92f
remove trailing whitespace 2018-04-09 22:57:14 -03:00
Cameron Ross
cd505b5fb9
fix missing yaml file for a resolver example 2018-04-09 21:43:07 -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
3ef3240a4c
remove misleading Error = ___Exception aliases 2018-04-09 19:34:45 -03:00
Cameron Ross
8074792fb3
remove redundant BOM definitions 2018-04-08 04:14:03 -03:00
Cameron Ross
3b7033d046 allow dyaml.test.reader.testStreamError to be @safe 2018-04-07 20:05:39 +02:00
Cameron Ross
3cfdd7ba56 allow dyaml.test.representer.testRepresenterTypes to be @safe 2018-04-07 20:05:39 +02:00
Cameron Ross
c1165b976e mark dyaml.parser.Parser.parseNode.get as @safe 2018-04-07 20:05:39 +02: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
Cameron Ross
72995df864 remove deprecated yaml/dyaml.all modules (#93)
remove deprecated yaml/dyaml.all modules
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2018-03-01 01:01:00 +01:00
The Dlang Bot
0784ca63ec
Merge pull request #92 from Herringway/bmp-fix
Fix issue #79: Support for non-BMP Unicode characters
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2018-02-28 01:24:54 +01:00
Cameron Ross
5ad4c3c435 minor refactor: move tests to dyaml.test.*, remove spaces at ends of lines (#91)
minor refactor: move tests to dyaml.test.*, remove spaces at ends of lines
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2018-02-28 01:24:05 +01:00
Cameron Ross
4a106181dd
Add support for unicode chars in the 0x10000 - 0x10FFFF range as required by spec 2018-02-27 14:15:47 -04:00
majiang
e7ea38652b Do not emit BOM for UTF-8 (Solve #88) (#89)
Do not emit BOM for UTF-8 (Solve #88)
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2018-02-24 11:45:36 +01:00
Sebastian Wilzbach
e4591f5847 Fix imports 2018-01-18 02:08:38 +01:00
Michail Pevnev
6a381528a3 Added 'enforce' checks on ranges' emptiness. 2017-08-01 18:31:34 +03:00
Michail Pevnev
c123e6afee Fixed new ranges not being random-access ranges.
Forgot to add 'length' property.
2017-08-01 14:37:28 +03:00
Michail Pevnev
2b6c417006 Added ranges-iterators to the Node struct.
Added methods: sequence, mapping (iterates over pairs), mappingKeys,
mappingValues.
2017-08-01 14:13:35 +03:00
Basile Burg
a2c0c60884
fix issue #73 - Failure to compile when assigning a const(bool) to a node 2017-08-01 01:12:35 +02:00
Basile Burg
86079840f0 fix #71 - Unittests of package fails when calling as dependency 2017-07-19 17:00:40 +03:00
Basile Burg
5e47223b4a
Remove a deprecation message + add sub selections file to gitignore 2017-06-30 05:06:54 +02:00
Sebastian Wilzbach
aab0953e31 Fix deprecations: remove the old std.string.removechars 2017-06-15 00:55:50 +02:00
Basile Burg
aab7c7aabe fix #63 (#64)
* fix #63

* rather patch the context in case of corruption
2017-05-31 09:59:27 +02:00