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

Make the meta-attributes more "machine friendly" #35

Closed
wants to merge 2 commits into from

Conversation

Frankkkkk
Copy link

The attributes of the meta-downloaded elements (uid, changeset, version, timestamp) are not 'machine friendly': they're all strings whereas they could be converted to an int or to a date. Make that conversion automatically.

  • Auto conversion
  • Updated doc
  • Simple tests

Sometimes we need to use the attributes. Before, they were not converted
to their native type: an attributes['changeset'] was a `str` and not an `int'
@coveralls
Copy link

coveralls commented Jul 24, 2016

Coverage Status

Coverage decreased (-0.2%) to 94.078% when pulling 4588a85 on Frankkkkk:machineattributes into dde33b0 on DinoTools:master.

@Frankkkkk
Copy link
Author

Will make better tests; sorry, it passed on my computer..

@Frankkkkk Frankkkkk closed this Jul 24, 2016
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.

None yet

2 participants