I have a patch to let lldb demangle D symbols ; help welcome to improve it

Luís Marques luis at luismarques.eu
Fri Mar 9 17:33:18 UTC 2018


On Tuesday, 27 February 2018 at 05:28:41 UTC, Timothee Cour wrote:
> https://github.com/timotheecour/dtools/blob/master/dtools/lldbdplugin.d

dtools seems to rely on the old import visibility behavior and 
doesn't compile with a recent D compiler. For instance:

// functional.d:
import std.algorithm:sort,uniq,walkLength;

Error: module std.algorithm import 'walkLength' not found


More information about the Digitalmars-d mailing list