refuge / cowdb

Pure Key/Value database library for Erlang Applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to remove erlang:now() calls?

dch opened this issue · comments

There are a number of now() calls, do you want a PR simply to replace them, or with a conditional compilation flag to maintain backwards compatibility?

@dch they can be replaced. If there is a way to make it compatible with pre-18 versions of Erlang then let's use it. Or next version can just handle Erlang 18 which would ease the code imo.