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

Stop dirEntry deprecated warning #116

Closed
wants to merge 1 commit into from

Conversation

John-Colvin
Copy link
Contributor

It's nice to not have any warnings :)

It's nice to not have any warnings :)
@s-ludwig
Copy link
Member

I think I've already looked at that warning, but DMD 2.063.2 doesn't have the DirEntry(path) constructor, yet, only DMD HEAD*. So making this change now would break compilation there. (Maybe using static if (is(typeof(DirEntry("")))) is a solution)

* It does occur on DMD HEAD only, right?

@s-ludwig s-ludwig closed this in 4d854b3 Oct 21, 2013
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