October 09, 2017
https://issues.dlang.org/show_bug.cgi?id=16487

alex.jercaianu@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |alex.jercaianu@gmail.com
           Assignee|nobody@puremagic.com        |alex.jercaianu@gmail.com

--
October 09, 2017
https://issues.dlang.org/show_bug.cgi?id=16487

--- Comment #11 from alex.jercaianu@gmail.com ---
Hi,

I'd like to take this task.
In which part of the std do you think it would be best to put this function?

Thanks,
Alex

--
October 09, 2017
https://issues.dlang.org/show_bug.cgi?id=16487

--- Comment #12 from b2.temp@gmx.com ---
std.file makes more sense. User wants available disk space to know if it can create a file or how many byte in disk a cache can use (or whatever else). Much less useful in std.path.

ideally there would be:

std.filesystem.file
std.filesystem.path
std.filesystem.package <-- i would put it here

but since it's not the case std.file is the best ooption.

--
February 15, 2018
https://issues.dlang.org/show_bug.cgi?id=16487

johanengelen@weka.io changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |johanengelen@weka.io

--- Comment #13 from johanengelen@weka.io ---
See https://github.com/ldc-developers/ldc/blob/f5b05878de6df2ea4a77c37128ad2eae0266b690/driver/cache_pruning.d#L47-L71

--
June 18, 2019
https://issues.dlang.org/show_bug.cgi?id=16487

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #14 from Dlang Bot <dlang-bot@dlang.rocks> ---
@jercaianu updated dlang/phobos pull request #5776 "Fix Issue 16487 - Add function to obtain the available disk space" fixing this issue:

- Fix Issue 16487 - Add function to obtain the available disk space

- Fix Issue 16487 - Add function to obtain the available disk space

https://github.com/dlang/phobos/pull/5776

--
June 28, 2019
https://issues.dlang.org/show_bug.cgi?id=16487

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #15 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/phobos pull request #5776 "Fix Issue 16487 - Add function to obtain the available disk space" was merged into master:

- d38cbf90cbd66685efa51b5c9a553ff253c7c1a5 by Alexandru Jercaianu:
  Fix Issue 16487 - Add function to obtain the available disk space

https://github.com/dlang/phobos/pull/5776

--
1 2
Next ›   Last »