-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enum support #8
Enum support #8
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The tests and your code are fine.
What this shows me the most is that I should be doing a general sweep over the test-suite.
I personally do not find it obvious what an individual test is supposed to guarantee me, I'll have to go over these test descriptions in bulk in the future.
I have come to the realization that this project does not actually have a devel branch! Just in case you're wondering why: Now that lowdb is released I'd like to keep the master branch "stable" and only update it in chunks whenever I want to release a new version. Previously it hadn't been released yet. |
Rebased on Added changelog entry, not too sure if I got the format right though |
Enums are basically just fancy numbers and so conversion into the database will almost always be the same and so it makes sense to have support for them upstream in
lowdb
itself