mirror of
https://github.com/biojppm/rapidyaml.git
synced 2026-01-18 21:41:18 +01:00
[breaking] rename parse() to either parse_in_place() or parse_in_arena()
This commit is contained in:
@@ -6,7 +6,7 @@ Roughly in order of priority:
|
||||
* Review & cleanup API surface.
|
||||
* Review `parse()` API: add suffixes `_in_situ` and `_in_arena` to clarify
|
||||
intent. Ie:
|
||||
* rename `parse(substr)` to `parse_in_situ(substr)`
|
||||
* rename `parse(substr)` to `parse_in_place(substr)`
|
||||
* rename `parse(csubstr)` to `parse_in_arena(csubstr)`
|
||||
* turn calls to `C4_ASSERT()` into calls to `RYML_ASSERT()`
|
||||
* Add emit formatting controls:
|
||||
|
||||
Reference in New Issue
Block a user