I have a patch to let lldb demangle D symbols ; help welcome to improve it
Timothee Cour
thelastmammoth at gmail.com
Fri Mar 9 19:45:29 UTC 2018
updated build instructions, see
https://github.com/timotheecour/dtools/commit/8597923dd4ed7691f717b5e1bdbbf2ee66961ef5
On Fri, Mar 9, 2018 at 9:33 AM, Luís Marques via Digitalmars-d
<digitalmars-d at puremagic.com> wrote:
> 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