Skip to content

ARROW-5700: [C++] Try to produce better errors on Windows#4724

Closed
pitrou wants to merge 1 commit into
apache:masterfrom
pitrou:ARROW-5700-better-win-error-message
Closed

ARROW-5700: [C++] Try to produce better errors on Windows#4724
pitrou wants to merge 1 commit into
apache:masterfrom
pitrou:ARROW-5700-better-win-error-message

Conversation

@pitrou
Copy link
Copy Markdown
Member

@pitrou pitrou commented Jun 27, 2019

Using GetLastError() if possible may produce more precise diagnostics than errno, since typically one errno can map to several different Windows error codes.

Using GetLastError() if possible may produce more precise diagnostics than errno,
since typically one errno can map to several different Windows error codes.
Copy link
Copy Markdown
Member

@wesm wesm left a comment

Choose a reason for hiding this comment

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

+1 Here's the Appveyor build https://ci.appveyor.com/project/pitrou/arrow/builds/25589674. I'll wait for MinGW to pass

@wesm wesm closed this in 263c287 Jun 27, 2019
@pitrou pitrou deleted the ARROW-5700-better-win-error-message branch June 27, 2019 18:49
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