Commit graph

812 commits

Author SHA1 Message Date
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 38c157df88 Add test for duplicate mapping keys 2018-04-25 07:30:27 +02:00
Cameron Ross 0bea335f57 massive speed increase for mapping construction 2018-04-25 07:30:27 +02:00
The Dlang Bot fbca742f86
Merge pull request #120 from Herringway/fix-inferrence
temporary fix for another instance of issue 16528
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2018-04-24 19:40:40 +02:00
Cameron Ross 80ee4e5f95
temporary fix for another instance of issue 16528 2018-04-24 13:51:29 -03:00
The Dlang Bot 205f04a67f
Merge pull request #118 from Herringway/safer-composer
make Composer fully @safe to use
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2018-04-23 00:24:58 +02:00
Cameron Ross e316c91643
make Composer fully @safe to use 2018-04-22 18:37:22 -03:00
The Dlang Bot 636f87ad6d
Merge pull request #116 from Herringway/remove-buildtypes
remove useless buildTypes block from dub.json
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2018-04-22 21:37:48 +02:00
The Dlang Bot 3aa7ce6d0c
Merge pull request #117 from Herringway/safe-flags
mark dyaml.flags.Flags.flags as @safe
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2018-04-22 21:36:56 +02:00
Cameron Ross accad93f7f
mark dyaml.flags.Flags.flags as @safe 2018-04-22 16:29:23 -03:00
Cameron Ross aa4af085b3
remove useless buildTypes block from dub.json 2018-04-22 15:48:24 -03:00
Cameron Ross 9dd8bed9b6
remove Node.rawNode and just use the constructor instead 2018-04-22 15:44:16 -03:00
Cameron Ross cd88b7ad17
remove fastcharsearch 2018-04-22 15:22:11 -03:00
Cameron Ross 993dd6c5bc
remove many unnecessary destructors 2018-04-22 15:22:10 -03:00
Cameron Ross b16a3338b5
remove manual memory management from queue 2018-04-22 15:22:09 -03:00
Cameron Ross 04e2c3baab
begin removing fastcharsearch 2018-04-22 15:22:08 -03:00
Cameron Ross 1dac1f39f3
remove dyaml.unused and rest of dyaml.nogcutil in favour of std.utf functions 2018-04-22 15:22:07 -03:00
Cameron Ross d7f51a8225
remove appenderNoGC, printNoGC, parseNoGC 2018-04-22 15:22:06 -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
The Dlang Bot 45cabaa1da
Merge pull request #108 from Herringway/slicebuilder-fixes
make SliceBuilder safer to use.
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2018-04-17 14:08:37 +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
Sebastian Wilzbach 4cad68f924
Merge pull request #106 from Herringway/test-suite-easier-verbose
convert verbose test variable to debug spec for easier access
2018-04-17 01:19:16 +02:00
Sebastian Wilzbach 9566f2468d
Merge pull request #105 from Herringway/update-gitignore
add more build artifacts to .gitignore
2018-04-17 01:18:01 +02:00
Cameron Ross 7c62fd5719
convert verbose test variable to debug spec for easier access 2018-04-16 20:02:42 -03:00
Cameron Ross c43e6dbe28
add more build artifacts to .gitignore 2018-04-16 19:23:18 -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
Sebastian Wilzbach 02cbf4d459
Merge pull request #103 from Herringway/kill-whitespace-errors-dead
Kill whitespace errors dead, finally
2018-04-10 04:21:56 +02: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
Sebastian Wilzbach c682d1940b
Merge pull request #102 from Herringway/unittest-examples
Convert tests to doc'd examples and some minor doc param fixes
2018-04-10 03:38:47 +02:00
Cameron Ross af8f0c1f10
add example.yaml to .gitignore 2018-04-09 21:43:30 -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
Sebastian Wilzbach 7b316fdffb
Merge pull request #101 from Herringway/remove-error-aliases
remove misleading Error = _____Exception aliases
2018-04-10 01:34:33 +02:00
Cameron Ross 3ef3240a4c
remove misleading Error = ___Exception aliases 2018-04-09 19:34:45 -03:00
Sebastian Wilzbach dc29868f7d
Merge pull request #100 from Herringway/remove-redundant-bom
remove redundant BOM definitions
2018-04-08 11:30:40 +02:00
Cameron Ross 8074792fb3
remove redundant BOM definitions 2018-04-08 04:14:03 -03:00
The Dlang Bot 85b6d077cc
Merge pull request #99 from Herringway/fix-json
make dub.json more standard-compliant
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2018-04-08 08:42:37 +02:00
Cameron Ross 59feae3ff4
make dub.json more standard-compliant 2018-04-08 03:15:11 -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