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

use more efficient signal_connect method in GtkCanvas, add to tests #41

Merged
merged 1 commit into from
Sep 24, 2023

Conversation

jwahlstrand
Copy link
Member

We were using the more user friendly signal_connect with callbacks that were defined for each Canvas. This should be more efficient and it lets the GtkCanvas be GC'ed when destroyed.

@codecov-commenter
Copy link

codecov-commenter commented Sep 23, 2023

Codecov Report

Merging #41 (813f344) into main (d51ff5e) will increase coverage by 0.06%.
The diff coverage is 94.73%.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

@@            Coverage Diff             @@
##             main      #41      +/-   ##
==========================================
+ Coverage   85.07%   85.14%   +0.06%     
==========================================
  Files          43       43              
  Lines        4389     4389              
==========================================
+ Hits         3734     3737       +3     
+ Misses        655      652       -3     
Files Changed Coverage Δ
src/cairo.jl 94.91% <94.73%> (+8.47%) ⬆️

... and 1 file with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@jwahlstrand jwahlstrand merged commit d8c7868 into main Sep 24, 2023
11 checks passed
@jwahlstrand jwahlstrand deleted the jw/cairo branch November 13, 2023 02:38
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.

2 participants