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 |
|
The Dlang Bot
|
f4f16666cf
|
Merge pull request #129 from Herringway/doc-markers-test
add tests for explicit doc markers
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
|
2018-04-30 11:59:07 +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
|
aa1af974e8
|
Merge pull request #125 from Herringway/accessible-examples
only build dyaml:benchmark once
merged-on-behalf-of: Cameron Ross <elpenguino@gmail.com>
|
2018-04-29 09:58:29 +02:00 |
|
Cameron Ross
|
99328d471d
|
only build dyaml:benchmark once
|
2018-04-29 04:52:59 -03:00 |
|
Cameron Ross
|
49e855127e
|
compile examples on travis-ci as well
|
2018-04-27 08:53:56 +03:00 |
|
Cameron Ross
|
4680e1b5b2
|
update examples so they can compile again, and make them visible to dub
|
2018-04-27 08:53:56 +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
|
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 |
|
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 |
|