You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.
The current default format "dump" is not suitable to be edited by hand (e.g. by using kdb editor), which is a usability problem. To improve the situation, YAML can be used. The new storage plugin should fulfill following properties (ordered by priority):
it should round-trip (if a KeySet is serialized and then parsed again, we end up with an identical internal representation)
drop-in replacement as default storage plugin even if user still has some dump files lying around (something like dini is needed)
user efforts in manually crafting the file are not lost (comments, ordering, ...)
source code is maintainable (grammar-based,...) and modular (parsing, generation, ... separated)
good error messages for typical mistakes
good documentation of the format (and grammar for formal definition)
I mark this issue stale as it did not have any activity for one year. I'll close it in two weeks if no further activity occurs. If you want it to be alive again, ping the issue by writing a message here or create a new issue with the remainder of this issue.
Thank you for your contributions 💖
I closed this issue now because it has been inactive for more than one year. If I closed it by mistake, please do not hesitate to reopen it or create a new issue with the remainder of this issue.
Thank you for your contributions 💖
The current default format "dump" is not suitable to be edited by hand (e.g. by using
kdb editor
), which is a usability problem. To improve the situation, YAML can be used. The new storage plugin should fulfill following properties (ordered by priority):Tasks:
The text was updated successfully, but these errors were encountered: