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

coders: Enable opening https files in mingw #201

Merged
merged 1 commit into from
Nov 6, 2022
Merged

coders: Enable opening https files in mingw #201

merged 1 commit into from
Nov 6, 2022

Conversation

Biswa96
Copy link
Contributor

@Biswa96 Biswa96 commented Nov 6, 2022

Prerequisites

  • I have written a descriptive pull-request title
  • I have verified that there are no overlapping pull-requests open
  • I have verified that I am following the existing coding patterns and practices as demonstrated in the repository.

Description

This feature was enabled for Windows platform but disabled for mingw toolchain in 97196e7 commit.

This fixes the following error with magick command in mingw:

$ identify https://imagemagick.org/image/wizard.png
identify.exe: unable to create temporary file '//imagemagick.org/image/wizard.png': No such file or directory @ error/delegate.c/InvokeDelegate/1950.

This feature was enabled for Windows platform but disabled for
mingw toolchain in 97196e7 commit.

This fixes the following error with magick command in mingw:

$ identify https://imagemagick.org/image/wizard.png
identify.exe: unable to create temporary file '//imagemagick.org/image/wizard.png': No such file or directory @ error/delegate.c/InvokeDelegate/1950.
@urban-warrior urban-warrior merged commit 81bbfb2 into ImageMagick:main Nov 6, 2022
@Biswa96 Biswa96 deleted the url-mingw branch November 6, 2022 12:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants