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 boolean conversion strict #22200

Merged
merged 26 commits into from
Jan 19, 2017

Commits on Dec 15, 2016

  1. Make boolean conversion strict

    This PR removes all leniency in the conversion of Strings to booleans: "true"
    is converted to the boolean value `true`, "false" is converted to the boolean
    value `false`. Everything else raises an error.
    danielmitterdorfer committed Dec 15, 2016
    Configuration menu
    Copy the full SHA
    b5d642b View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2016

  1. Configuration menu
    Copy the full SHA
    e705d96 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2016

  1. Configuration menu
    Copy the full SHA
    9fb7ea1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db3fd5e View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2016

  1. Configuration menu
    Copy the full SHA
    c1b9df1 View commit details
    Browse the repository at this point in the history
  2. Improve BWC

    danielmitterdorfer committed Dec 21, 2016
    Configuration menu
    Copy the full SHA
    cbb3822 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c09b301 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2016

  1. Configuration menu
    Copy the full SHA
    665554d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ee2db4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f7337ba View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    206adfa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fcfce6c View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2017

  1. Configuration menu
    Copy the full SHA
    8de2eb4 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2017

  1. Configuration menu
    Copy the full SHA
    6144f36 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    22aabf2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    978f047 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    33af9f1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    55b7e2b View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2017

  1. Configuration menu
    Copy the full SHA
    0577acc View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2017

  1. Configuration menu
    Copy the full SHA
    4c90110 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f4a2f64 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0f91b13 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    61f3912 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bdc029e View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2017

  1. Configuration menu
    Copy the full SHA
    fc8f39a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4523e55 View commit details
    Browse the repository at this point in the history