Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
The constant casting just makes user code a mess, for no benefit.
|
|
|
|
This avoids const violations from abusing SerdChunk as a mutable buffer
for string sinks.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This fixes possible segfaults for inputs that push a lot to the stack, like
files with deeply nested or very large nodes.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|