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

Enable support to use libgdiplus library on macOS (splitted) #1424

Merged
merged 5 commits into from
Nov 15, 2020

Conversation

AlexNDRmac
Copy link
Contributor

@AlexNDRmac AlexNDRmac commented Nov 12, 2020

Description

  • Fixed error with libgdiplus on macOS (Unable to load DLL 'libgdiplus')

Related to #1338 EDIT by @antonfirsov fixes #1387
Based on discussion in PR: #1403

@AlexNDRmac
Copy link
Contributor Author

@antonfirsov - lets start with tiny small and clean changes. This PR contains just fix for libgdiplus library issue on macOS.

@codecov
Copy link

codecov bot commented Nov 12, 2020

Codecov Report

Merging #1424 (1763949) into master (abc1573) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1424   +/-   ##
=======================================
  Coverage   83.08%   83.08%           
=======================================
  Files         707      707           
  Lines       31839    31839           
  Branches     3590     3590           
=======================================
  Hits        26454    26454           
  Misses       4668     4668           
  Partials      717      717           
Flag Coverage Δ
unittests 83.08% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update abc1573...1763949. Read the comment docs.

Copy link
Member

@antonfirsov antonfirsov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, but I'm not really familiar with workflows stuff. @JimBobSquarePants can you spot anything wrong?

Copy link
Member

@JimBobSquarePants JimBobSquarePants left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. We can fix any required skipped tests in a follow up PR

@JimBobSquarePants JimBobSquarePants merged commit 59b65a9 into SixLabors:master Nov 15, 2020
@AlexNDRmac AlexNDRmac deleted the enable-libgdiplus-mac branch November 24, 2020 11:04
JimBobSquarePants added a commit that referenced this pull request Mar 13, 2021
Enable support to use libgdiplus library on macOS (splitted)
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.

Extend CI test execution to macOS
3 participants