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

Allow most APIs to accept nullable values or arguments #1467

Merged
merged 8 commits into from
Dec 16, 2022

Commits on Dec 12, 2022

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

Commits on Dec 14, 2022

  1. Configuration menu
    Copy the full SHA
    91013fd View commit details
    Browse the repository at this point in the history
  2. More nullability updates

    Evangelink committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    4ee49a0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fba16f1 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2022

  1. Configuration menu
    Copy the full SHA
    9433ea4 View commit details
    Browse the repository at this point in the history
  2. fix broken case

    Evangelink committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    7a16da8 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2022

  1. Remove NotNullIfNotNull attributes

    After discussion with compiler team, they are supposed to be used only on "output" parameters (ref and out).
    Evangelink committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    59ee1e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    90bf5c4 View commit details
    Browse the repository at this point in the history