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

gdk: trust nullability annotations #786

Merged
merged 11 commits into from
Jan 1, 2022

Commits on Jan 1, 2022

  1. Configuration menu
    Copy the full SHA
    7e334a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    32e713f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6b8b00a View commit details
    Browse the repository at this point in the history
  4. gdk: manually annotate nullable returns

    until we send a PR upstream
    bilelmoussaoui committed Jan 1, 2022
    Configuration menu
    Copy the full SHA
    8ea4dec View commit details
    Browse the repository at this point in the history
  5. gdk: drop uneeded nullable_return_is_error

    The texture::*_bytes functions are not nullable compared
    to the ones that download to a file, because the file might
    not be writeable for example
    bilelmoussaoui committed Jan 1, 2022
    Configuration menu
    Copy the full SHA
    b580e2e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d79d8a7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    68f6f62 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    78a630a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4183fd4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6c525d1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    fdc4bdb View commit details
    Browse the repository at this point in the history