Conversation
|
Thanks for your pull request, @JackStouffer! Bugzilla referencesYour PR doesn't reference any Bugzilla issue. If your PR contains non-trivial changes, please reference a Bugzilla issue or create a manual changelog. |
std/file.d
Outdated
| the buffer, in characters, including the null-terminating character. | ||
| */ | ||
| wchar[4096] buffW = void; //enough for most common case | ||
| version (unittest) |
3f24d97 to
9d8a331
Compare
|
@wilzbach done |
|
Is it sane to depend on a std.experimental module in the main production branch of the library? |
|
We already discussed this in #4712 where the consensus between everyone (including @WalterBright and @andralex) was that using the |
Taken over from #4712