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

DM-17978: Cast to int if required and add casting tests #13

Merged
merged 5 commits into from
Feb 20, 2019

Commits on Feb 19, 2019

  1. Cast to int if required and add casting tests

    Previously casts were in place for str and float but int was
    missing.
    timj committed Feb 19, 2019
    Configuration menu
    Copy the full SHA
    b01fac2 View commit details
    Browse the repository at this point in the history
  2. Simplify casting logic

    timj committed Feb 19, 2019
    Configuration menu
    Copy the full SHA
    24a5e1e View commit details
    Browse the repository at this point in the history
  3. Adjust warnings when property calculation fails

    * Header dump now debug level
    * Warning no longer as confusingly ERROR based
    timj committed Feb 19, 2019
    Configuration menu
    Copy the full SHA
    ca18b79 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    46358cf View commit details
    Browse the repository at this point in the history
  5. Run tests in travis job

    timj committed Feb 19, 2019
    Configuration menu
    Copy the full SHA
    634ae70 View commit details
    Browse the repository at this point in the history