Commit graph

756 commits

Author SHA1 Message Date
Cameron Ross eff9fef7da
fix verbose test output 2018-08-15 16:14:57 -03:00
The Dlang Bot 8c637e95ec
Merge pull request #191 from BBasile/tuto-gh-pages
fix #190 - Possible broken link #190
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2018-08-14 09:57:15 +02:00
Basile Burg 2c9c40269e fix #190 - Possible broken link #190 2018-08-14 09:54:53 +02:00
The Dlang Bot 206995836d
Merge pull request #188 from Herringway/linebreak-tests
fix windows/mac linebreaks
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2018-07-31 20:30:49 +02:00
Cameron Ross d4ed861920
fix windows/mac linebreaks 2018-07-31 15:08:07 -03:00
The Dlang Bot 1448c8fe86
Merge pull request #186 from Herringway/preserve-exception-source
don't throw away file/line when throwing new YAMLExceptions
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2018-07-18 14:16:37 +02:00
Cameron Ross 6e12cf9d64 a handful of DIP1000 fixes (#185)
a handful of DIP1000 fixes
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2018-07-18 09:14:42 +02:00
Cameron Ross 95872e6d0e
don't throw away file/line when throwing new YAMLExceptions 2018-07-17 20:41:59 -03:00
The Dlang Bot 46db7d3ba2
Merge pull request #182 from BBasile/style-body-do
\s\body\do
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2018-07-12 10:10:05 +02:00
Basile Burg c0c1122a51 \s\body\do 2018-07-12 10:06:46 +02:00
Cameron Ross 040d19b9bc Rangify parser (#176)
Rangify parser
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2018-07-12 04:59:35 +02:00
Cameron Ross 26eb0913f1 Some YAMLObject simplification (#180)
* change YAMLObject to an interface

* move YAMLContainer constructor with other private member

* some YAMLContainer simplification
2018-07-06 08:35:27 +02:00
BBasile 93cdaa90dc
Merge pull request #178 from Herringway/remove-ystream-refs
remove some refs to YStream
2018-07-06 05:38:56 +02:00
Cameron Ross c306c19ef4 Remove dyaml.flags, Use std.typecons.BitFlags (#177)
Remove dyaml.flags, Use std.typecons.BitFlags
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2018-07-06 05:37:51 +02:00
Cameron Ross 151184a754
remove some refs to YStream 2018-07-05 18:45:19 -03:00
The Dlang Bot eed2b54d99
Merge pull request #174 from russel/rw_meson_build
Update the tinyendian ersion number. Update the D-YAML version number.
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2018-06-27 11:07:20 +02:00
Russel Winder cb9e1eecf9 Update the tinyendian ersion number. Update the D-YAML version number. 2018-06-22 12:13:32 +01: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 8f9dafdef3
Merge pull request #172 from BBasile/esc-sw
convert toEscapes AA to a switch for faster convertion
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2018-06-22 05:34:58 +02:00
Basile Burg cc13b4168d convert toEscapes AA to a switch for faster convertion
- prevent to use a module ctor
- Now a single call is enough when used by an Emitter
2018-06-21 09:21:57 +02:00
Cameron Ross bb7b87370a add tojson subpackage for converting yaml docs to json (#171)
add tojson subpackage for converting yaml docs to json
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2018-06-21 05:34:07 +02:00
BBasile 646315ca4c
Merge pull request #150 from Herringway/safe-opapply
add Loader.opApply overload for @safe delegates
2018-06-20 21:07:03 +02:00
The Dlang Bot 53f5d9c799
Merge pull request #170 from BBasile/apply-dscanner
partially address D-Scanner warnings in the whole project
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2018-06-20 21:06:39 +02:00
Basile Burg 09fe112ce6 partially address D-Scanner warnings in the whole project 2018-06-20 11:51:23 +02:00
The Dlang Bot deb56415e5
Merge pull request #169 from Herringway/safe-scanner
make rest of dyaml.scanner @safe
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2018-06-16 08:28:45 +02:00
Cameron Ross a76cac8a74
make rest of dyaml.scanner @safe 2018-06-16 02:57:34 -03:00
The Dlang Bot 2b9f4091a7
Merge pull request #168 from Herringway/appender-stacks
Use Appender for stacks
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2018-06-16 07:30:48 +02:00
Cameron Ross 9eb6f314ec
revert emitter copying 2018-06-16 02:20:30 -03:00
Cameron Ross 118fc291e9
remove obsolete std.container imports 2018-06-16 02:18:31 -03:00
Cameron Ross 590f0cfece
replace dyaml.scanner's Array with an Appender 2018-06-16 02:18:09 -03:00
Cameron Ross ccaa7749bb
use copies of Emitter instead of passing pointers around 2018-06-16 02:10:19 -03:00
Cameron Ross 5172f8b932
eliminate an unnecessary heap allocation 2018-06-16 02:04:48 -03:00
Cameron Ross efd3e403c7
use Appender for stacks 2018-06-16 02:01:42 -03:00
The Dlang Bot f2f8ae2a9f
Merge pull request #166 from Herringway/safe-dump
make Dumper.dump @safe
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2018-06-16 06:41:04 +02:00
Cameron Ross 1cda3fce89 Remove a number of unsafe immutable casts (#164)
Remove a number of unsafe immutable casts
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2018-06-16 06:40:27 +02:00
The Dlang Bot 6a421f239b
Merge pull request #165 from Herringway/isolate-trusted-array
isolate unsafe mark/state pushing into own function
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2018-06-16 06:24:13 +02:00
Cameron Ross ea956da667
make Dumper.dump @safe 2018-06-15 19:22:41 -03:00
Cameron Ross 648d95e4d3
isolate unsafe mark/state pushing into own function 2018-06-15 19:15:50 -03:00
Cameron Ross aee64a5161 add File overload for Loader.fromFile (#163)
add File overload for Loader.fromFile
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2018-06-15 11:01:43 +02:00
BBasile 894982e32d make the queue fully nogc and optimize it with a freelist (#161)
make the queue fully nogc and optimize it with a freelist
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2018-06-13 11:20:31 +02:00
The Dlang Bot 7a2018538c
Merge pull request #162 from Herringway/alias-cleanup
clean up aliases
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2018-06-13 10:44:29 +02:00
Cameron Ross 1f556fdb70
clean up aliases 2018-06-13 05:17:20 -03:00
The Dlang Bot 61f875cbba
Merge pull request #160 from BBasile/style-event
style, address D-Scanner warnings on event.d
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2018-06-12 11:46:54 +02:00
The Dlang Bot 8391e9053c
Merge pull request #158 from BBasile/style-scanner
style, address D-Scanner warnings on scanner.d
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2018-06-12 11:45:41 +02:00
The Dlang Bot 444156ce94
Merge pull request #159 from BBasile/style-resolver
style, address D-Scanner warnings on resolver.d, also fix some DDOC stuff
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2018-06-12 11:45:14 +02:00
Basile Burg c839064133 style, address D-Scanner warnings on event.d 2018-06-12 11:41:20 +02:00
Basile Burg 257546c466 style, address D-Scanner warnings on resolver.d, also fix some DDOC stuff 2018-06-12 11:30:29 +02:00
Basile Burg 1bfc9c30c2 style, address D-Scanner warnings on scanner.d 2018-06-12 10:37:30 +02:00
Cameron Ross 03c9972485 convert docs to markdown and remove built doc artifacts (#153)
convert docs to markdown and remove built doc artifacts
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2018-06-12 07:57:28 +02:00
Cameron Ross ab0e2c0519 remove redundant implicit_2 (#155)
remove redundant implicit_2
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2018-06-12 07:56:33 +02:00