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: Improved lifetime handling and docs of loader #2598

Closed
wants to merge 1 commit into from

Conversation

RossBrunton
Copy link
Contributor

  • The loader now checks that all handles have been released before
    dropping factories.
  • Some arguments of functions have been marked as [alloc]. When the
    loader generates a handle from them, they will have an initial
    reference count that requires a single release.
  • Handles that are assigned to non-alloc pointers must exist and their
    reference counts are not incremented.

* The loader now checks that all handles have been released before
  dropping factories.
* Some arguments of functions have been marked as [alloc]. When the
  loader generates a handle from them, they will have an initial
  reference count that requires a single release.
* Handles that are assigned to non-alloc pointers must exist and their
  reference counts are not incremented.
@github-actions github-actions bot added loader Loader related feature/bug common Changes or additions to common utilities images UR images specification Changes or additions to the specification experimental Experimental feature additions/changes/specification labels Jan 22, 2025
@RossBrunton
Copy link
Contributor Author

Not needed with removal of loader handles entirely.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
common Changes or additions to common utilities experimental Experimental feature additions/changes/specification images UR images loader Loader related feature/bug specification Changes or additions to the specification
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant