Thread overview
[Issue 16325] Provide a construct for a source file to determine where it lives on the file system.
Jul 27, 2016
Jonathan Marler
Jul 27, 2016
Jonathan Marler
Jul 27, 2016
Jonathan Marler
July 27, 2016
https://issues.dlang.org/show_bug.cgi?id=16325

Jonathan Marler <johnnymarler@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|nobody@puremagic.com        |johnnymarler@gmail.com

--
July 27, 2016
https://issues.dlang.org/show_bug.cgi?id=16325

--- Comment #1 from Jonathan Marler <johnnymarler@gmail.com> ---
Was implemented here: https://github.com/dlang/dmd/pull/5959

Adds a new special compiler trait __FILE_FULL_PATH__ that reduces to the absolute path of the current source file.

--
July 27, 2016
https://issues.dlang.org/show_bug.cgi?id=16325

Jonathan Marler <johnnymarler@gmail.com> changed:

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

--