@@ -4,9 +4,32 @@ $(COMMENT Pending changelog for 2.069.0.
44)
55
66$(BUGSTITLE Library Changes,
7+ $(LI $(RELATIVE_LINK2 backtraces-with-line-numbers, Backtraces now include file name and line number.))
78)
89
910$(BUGSTITLE Library Changes,
11+ $(LI $(LNAME2 backtraces-with-line-numbers, Backtraces now include file name and line number.)
12+
13+ $(P The default tracehandler on linux now parses DWARF debug info
14+ to add file names and line numbers to backtraces.
15+ )
16+
17+ $(PRE
18+ std.conv.ConvException@DPL/dmd/src/../../phobos/std/conv.d(1720): Unexpected 'a' when converting from type string to type ulong
19+
20+ DPL/dmd/src/../../phobos/std/conv.d:1720 pure @safe ulong std.conv.toImpl!(ulong, immutable(char)[]).toImpl(immutable(char)[]) [0x43b339]
21+ DPL/dmd/src/../../phobos/std/conv.d:298 pure @safe ulong std.conv.to!(ulong).to!(immutable(char)[]).to(immutable(char)[]) [0x437717]
22+ example.d:5 ulong example.foo(immutable(char)[]) [0x4376c7]
23+ example.d:10 _Dmain [0x4376e5]
24+ ??:? _D2rt6dmain211_d_run_mainUiPPaPUAAaZiZ6runAllMFZ9__lambda1MFZv [0x444576]
25+ ??:? void rt.dmain2._d_run_main(int, char**, extern (C) int function(char[][])*).tryExec(scope void delegate()) [0x4444cc]
26+ ??:? void rt.dmain2._d_run_main(int, char**, extern (C) int function(char[][])*).runAll() [0x444532]
27+ ??:? void rt.dmain2._d_run_main(int, char**, extern (C) int function(char[][])*).tryExec(scope void delegate()) [0x4444cc]
28+ ??:? _d_run_main [0x444429]
29+ ??:? main [0x44039f]
30+ ??:? __libc_start_main [0xc3ae96ff]
31+ )
32+ )
1033)
1134
1235Macros:
@@ -23,3 +46,4 @@ Macros:
2346 CXREF = <a href="phobos/core_$1.html#$2">$2</a>
2447
2548 BOOKTABLE = <table><caption>$1</caption>$+</table>
49+ PRE = <pre>$0</pre>
0 commit comments