Thread overview
[Issue 9793] XREF broken for package modules (e.g. digest.digest)
Apr 23, 2014
Andrej Mitrovic
Feb 17, 2016
ag0aep6g@gmail.com
April 23, 2014
https://issues.dlang.org/show_bug.cgi?id=9793

Andrej Mitrovic <andrej.mitrovich@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |andrej.mitrovich@gmail.com

--- Comment #1 from Andrej Mitrovic <andrej.mitrovich@gmail.com> ---
Hmm.. what to do in this case? Change all references to:

$(XREF digest_digest, toHexString)

Or use a new macro? I don't think we can do much else, since macros are a pretty dumb form of text substitution.

--
June 09, 2015
https://issues.dlang.org/show_bug.cgi?id=9793

Andrei Alexandrescu <andrei@erdani.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|unspecified                 |D2

--
February 17, 2016
https://issues.dlang.org/show_bug.cgi?id=9793

ag0aep6g@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |ag0aep6g@gmail.com
         Resolution|---                         |FIXED

--- Comment #2 from ag0aep6g@gmail.com ---
The XREF_PACK macro has been added [1] for the purpose of linking to such symbols. There is also the new, generic REF macro [2] which is supposed to replace all XREF variants, including XREF_PACK. Closing as FIXED.

[1] https://github.com/D-Programming-Language/dlang.org/pull/994 [2] https://github.com/D-Programming-Language/dlang.org/pull/1184

--