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

[win32] Explicit zoom handle management #1901

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

akoch-yatta
Copy link
Contributor

This commit adapt the win32 implementation of Image to manage the map contains all available OS handle more explicitly. As of now the ImageHandle constructor adds all new handles directly to the map. To better support temporary image handles, this implicit adding is replaced by an explicit adding at convenience method to create new ImageHandles.

@akoch-yatta akoch-yatta marked this pull request as draft March 11, 2025 15:36
Copy link
Contributor

github-actions bot commented Mar 11, 2025

Test Results

   509 files  ±0     509 suites  ±0   9m 31s ⏱️ + 1m 2s
 4 308 tests ±0   4 296 ✅ ±0   11 💤 ±0  1 ❌ ±0 
16 576 runs  ±0  16 467 ✅ ±0  108 💤 ±0  1 ❌ ±0 

For more details on these failures, see this check.

Results for commit bfc5ed8. ± Comparison against base commit 011a490.

♻️ This comment has been updated with latest results.

@akoch-yatta akoch-yatta force-pushed the extract-imagehandle-management branch from cb2caf9 to a8a9589 Compare March 14, 2025 09:45
This commit adapt the win32 implementation of Image to manage the map
contains all available OS handle more explicitly. As of now the
ImageHandle constructor adds all new handles directly to the map. To
better support temporary image handles, this implicit adding is replaced
by an explicit adding at convenience method to create new ImageHandles.
@akoch-yatta akoch-yatta force-pushed the extract-imagehandle-management branch from a8a9589 to bfc5ed8 Compare March 14, 2025 16:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant