Skip to content
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

Fix deprecated now #4

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

wtcross
Copy link

@wtcross wtcross commented Jul 16, 2015

The previously widely used now/0 function has
been deprecated in favor of different functions
for specific tasks. These are things like creating
monotonically ordered integers, getting timestamps,
performing diffs on timestamps, etc.

Reference page for deprecation purpose:
http://www.erlang.org/doc/apps/erts/time_correction.html

Bump version to 3.3.5

matching PR for common_lib here

Tyler Cross added 3 commits July 16, 2015 13:20
The previously widely used now/0 function has
been deprecated in favor of different functions
for specific tasks. These are things like creating
monotonically ordered integers, getting timestamps,
performing diffs on timestamps, etc.

Reference page for deprecation purpose:
http://www.erlang.org/doc/apps/erts/time_correction.html

Bump version to 3.3.5
@iamaleksey
Copy link
Owner

Would be nice to continue to be able to support the old versions of OTP (see http://www.erlang.org/doc/apps/erts/time_correction.html#id62299).

If you add the required wrapping logic, I promise a very quick turnaround on review and merge.

Sorry for a rather significant delay in response.

@wtcross
Copy link
Author

wtcross commented Sep 29, 2015

No problem on the delay. I'll try to put something together soon.

@wtcross
Copy link
Author

wtcross commented Sep 29, 2015

To be honest I'm very new to Erlang and didn't think about this problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants