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

Added more file size support suffixes. #171

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

Conversation

MrHamel
Copy link

@MrHamel MrHamel commented Oct 22, 2017

I was writing a Python web app and it threw a parsing error when using specifying "1tb" (obviously without quotes).

@MrHamel
Copy link
Author

MrHamel commented Oct 22, 2017

From the build:

Clang C:

Processing tests/test_msgpack-test_msgpack.gcda geninfo: ERROR: /home/travis/build/vstakhov/libucl/tests/test_msgpack-test_msgpack.gcno: reached unexpected end of file make: *** [coverage-lcov] Error 255

@davidchisnall
Copy link
Contributor

Having these be case-insensitive makes me incredibly nervous because mega (M) and milli (m) are both valid SI prefixes and interpreting milli as mega means that you're now off by 9 orders of magnitude.

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