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

[do not merge] Relicensing rewrite #3251

Merged
merged 12 commits into from
Oct 5, 2018
Merged

[do not merge] Relicensing rewrite #3251

merged 12 commits into from
Oct 5, 2018

Commits on Oct 2, 2018

  1. relicensing: Remove fn_to_numeric_cast, fn_to_numeric_cast_with_trunc…

    …ation
    
    This removes the code added in #2814
    Manishearth committed Oct 2, 2018
    Configuration menu
    Copy the full SHA
    fffcd09 View commit details
    Browse the repository at this point in the history
  2. relicensing: Remove map_clone

    This removes the code added in #427
    Manishearth committed Oct 2, 2018
    Configuration menu
    Copy the full SHA
    057243f View commit details
    Browse the repository at this point in the history
  3. 4 Configuration menu
    Copy the full SHA
    b36bb0a View commit details
    Browse the repository at this point in the history
  4. FIx dogfood

    oli-obk committed Oct 2, 2018
    Configuration menu
    Copy the full SHA
    696dc36 View commit details
    Browse the repository at this point in the history
  5. Trailing newline

    oli-obk committed Oct 2, 2018
    Configuration menu
    Copy the full SHA
    913a5c9 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2018

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

Commits on Oct 4, 2018

  1. Improve docs of fn_to_numeric_cast

    Closes #2980
    phansch committed Oct 4, 2018
    Configuration menu
    Copy the full SHA
    7adf24e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c0ab8b2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    391d53d View commit details
    Browse the repository at this point in the history
  4. Only run tests if pointer width is 64bit

    If the pointer width of the architechture is 32bit or something else,
    then the tests will most likely produce different results.
    phansch committed Oct 4, 2018
    Configuration menu
    Copy the full SHA
    8b3d207 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2018

  1. Configuration menu
    Copy the full SHA
    1544a1a View commit details
    Browse the repository at this point in the history
  2. Fix fn_to_numeric_cast UI tests

    This collapses both lint tests into one file.
    Somehow allowing the other lint in the respective files did not work
    correctly. Maybe that's fixed as part of fixing #3198.
    phansch committed Oct 5, 2018
    Configuration menu
    Copy the full SHA
    8407957 View commit details
    Browse the repository at this point in the history