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

basho-otp-18 compatibility #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

basho-otp-18 compatibility #7

wants to merge 1 commit into from

Conversation

billstclair
Copy link

Make exometer_core work in OTP 18.

Update to parse_trans version 2.9.2 to get a version of edown that has been fixed for the removal in OTP 18.0 of the edoc doclet_gen.packages and doclet_gen.filemap record fields.

Change erlang:now() to os:timestamp(), to eliminate the "Deprecated BIF" warning in OTP 18.0.

The modified exometer_core application passes "make test" in basho/otp branches basho-otp-16, basho-otp-17, and basho-otp-18. "TEST COMPLETE, 19 ok, 0 failed of 19 test cases"

@uwiger
Copy link

uwiger commented Sep 25, 2015

Could you also send this PR to https://github.com/Feuerlabs/exometer_core ?

@billstclair
Copy link
Author

The part of the patch that makes it build correctly in OTP 18 (the update to using parse_trans 2.9.2 instead of 2.9) is already part of exometer_core 1.4. Eliminating the "Deprecated BIF" warning would also be nice, but is not nearly as high priority.

I'll be investigating soon whether it makes more sense to update the Basho fork to 1.4 or to just add this patch.

@uwiger
Copy link

uwiger commented Sep 29, 2015

Ah, sorry. I should of course have detected (or known) that myself. :)

@TBK145 TBK145 mentioned this pull request Oct 2, 2015
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