issues
search
dlang-community
/
D-YAML
YAML parser and emitter for the D programming language
https://dlang-community.github.io/D-YAML/
Boost Software License 1.0
119
stars
37
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Fix a DMD 2.109.0 deprecation
#332
Herringway
closed
5 months ago
0
overhaul test suite
#331
Herringway
closed
3 months ago
0
[DON'T MERGE UNTIL DMD 2.111 IS RELEASED] remove dyaml.stdsumtype
#330
Herringway
opened
7 months ago
1
revamp exception handling
#329
Herringway
closed
5 months ago
1
support : and ? in flow context as per updated YAML spec
#328
Herringway
closed
1 year ago
1
fix #325 - null simple keys not properly nullified
#327
Herringway
closed
1 year ago
1
correct an assert() in Scanner.fetchValue, have it occur earlier
#326
Herringway
closed
1 year ago
1
Assertion failure when scanning simple document
#325
Herringway
closed
1 year ago
0
support : and ? in flow context as per updated YAML spec
#324
Herringway
closed
1 year ago
2
add more detail to test suite runner
#323
Herringway
closed
1 year ago
1
implement string representation for tokens
#322
Herringway
closed
1 year ago
1
replace Mark-esque bits of Scanner.SimpleKey with an actual Mark instead
#321
Herringway
closed
1 year ago
1
simplify loader initialization
#320
Herringway
closed
1 year ago
1
remove Loader.parse()
#319
Herringway
closed
1 year ago
1
move Loader.scanBench into benchmark tool
#318
Herringway
closed
1 year ago
1
don't skip explicit str tags when emitting
#317
Herringway
closed
1 year ago
1
make sure assertEventsEqual() actually has events to test
#316
Herringway
closed
1 year ago
1
remove SliceBuilder and Transaction
#315
Herringway
closed
1 year ago
1
Improve the build times of dyaml.node
#314
rikkimax
opened
1 year ago
6
fix missing filename in token tests
#313
Herringway
closed
1 year ago
1
add an example app for dumping the tokens of a yaml document
#312
Herringway
closed
1 year ago
1
DIP1000-related deprecation with DMD 2.101
#311
Herringway
opened
1 year ago
0
Fix #309: Not to include `\0` in the resulted token by `scanBlockScalar`
#310
tom-tan
closed
2 years ago
2
Multiline string that does not end with newline is accidentally parsed as a string that ends with `'\0'`
#309
tom-tan
closed
2 years ago
1
CI: Update actions version
#308
Geod24
closed
2 years ago
1
Allow to pass an explicit filename to Loader.fromString
#307
Geod24
closed
2 years ago
1
Improve and correct error message on duplicated keys
#306
Geod24
closed
2 years ago
1
do proper character substitution in yaml test suite
#305
Herringway
closed
2 years ago
3
add .pdb files to gitignore
#304
Herringway
closed
2 years ago
1
Fix #302: Support escaped forward slashes
#303
Geod24
closed
2 years ago
7
D-YAML does not support escaped slashes in strings
#302
Geod24
closed
2 years ago
5
Remove copy of std.sumtype
#301
Herringway
opened
2 years ago
0
Unclear API for `Emitter` constructor
#300
Geod24
opened
2 years ago
1
relax restrictions on anchors/aliases to closer match current YAML spec
#299
Herringway
closed
2 years ago
2
fix flow style sequences and collections events in test suite
#298
Herringway
closed
2 years ago
1
[Blocked] Make sure disabled functions have correct signature
#297
Geod24
opened
2 years ago
0
Fix #184: Support for DIP1000
#296
Geod24
closed
2 years ago
14
Refactor some `Node.opCmp` code
#295
Geod24
closed
2 years ago
3
Add attributes to type / nodeID / nodeTypeString
#294
Geod24
closed
2 years ago
1
Add missing annotations to exceptions ctor
#293
Geod24
closed
2 years ago
1
constructor: Use new RedblackTree instead of redBlackTree function
#292
Geod24
closed
2 years ago
1
Node: Replace usage of Variant with SumType
#291
Geod24
closed
2 years ago
7
add an explicit break to silence a deprecation
#290
Herringway
closed
2 years ago
1
Make `MarkedYAMLException` and `ParserException` public
#289
tom-tan
closed
2 years ago
2
Don't treat null strings specially
#288
Herringway
closed
2 years ago
1
Fix switch case fallthrough
#287
dkorpel
closed
2 years ago
1
`null`-initialized string is dumped as `null` rather than an empty string
#286
tom-tan
closed
2 years ago
0
Fix usage of `dumper` and `dump` in the documents
#285
tom-tan
closed
2 years ago
3
Feature Request: JSON-compatible dumper settings
#284
tom-tan
closed
2 years ago
5
get yaml test suite runner working again
#283
Herringway
closed
2 years ago
1
Next