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

Fix Dir#info on Windows #13395

Merged
merged 1 commit into from
Apr 27, 2023
Merged

Conversation

HertzDevil
Copy link
Contributor

Fixes #13391.

Crystal::System::Dir::DirHandle#file_handle is only initialized on demand when Dir#info is actually called.

@straight-shoota straight-shoota added this to the 1.9.0 milestone Apr 26, 2023
@straight-shoota straight-shoota merged commit 8c76ff1 into crystal-lang:master Apr 27, 2023
45 checks passed
@HertzDevil HertzDevil deleted the bug/dir-info branch April 28, 2023 17:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Dir#info does not work on Windows
2 participants