Re: Beta 2.089.0

2019-10-24 Thread Vladimir Panteleev via Digitalmars-d-announce
On Thursday, 17 October 2019 at 06:02:33 UTC, Martin Nowak wrote: Glad to announce the first beta for the 2.089.0 release, ♥ to the 44 contributors. http://dlang.org/download.html#dmd_beta http://dlang.org/changelog/2.089.0.html As usual please report any bugs at https://issues.dlang.org

Re: Blog post about printing associative arrays from GDB

2019-10-24 Thread Johannes Riecken via Digitalmars-d-announce
On Thursday, 24 October 2019 at 14:20:42 UTC, Mihails wrote: On Thursday, 24 October 2019 at 13:16:39 UTC, Johannes Riecken wrote: GDB uses internal functions of C++'s runtime to do the pretty-printing for C++. Implementing that for D's runtime library in its current form would seem like a

Re: DIP 1021--Argument Ownership and Function Calls--Formal Assessment

2019-10-24 Thread Exil via Digitalmars-d-announce
On Wednesday, 23 October 2019 at 16:54:36 UTC, 12345swordy wrote: "“But D has a GC!”, I hear you exclaim. No body said that. Funny how you chose the simplest argument to argue against. Yes, but it’s also a systems programming language with value types and pointers, meaning that today, D

Re: Blog post about printing associative arrays from GDB

2019-10-24 Thread Mihails via Digitalmars-d-announce
On Thursday, 24 October 2019 at 13:16:39 UTC, Johannes Riecken wrote: GDB uses internal functions of C++'s runtime to do the pretty-printing for C++. Implementing that for D's runtime library in its current form would seem like a considerable effort to me, since D's runtime library seems to be

Re: Blog post about printing associative arrays from GDB

2019-10-24 Thread Johannes Riecken via Digitalmars-d-announce
On Thursday, 24 October 2019 at 11:20:07 UTC, Mihails wrote: GDB has some dedicated functionality to improve pretty-printing and expression evaluation of things that too complex to figure out automatically: - https://sourceware.org/gdb/onlinedocs/gdb/Pretty-Printing.html -

Re: Blog post about printing associative arrays from GDB

2019-10-24 Thread Mihails via Digitalmars-d-announce
GDB has some dedicated functionality to improve pretty-printing and expression evaluation of things that too complex to figure out automatically: - https://sourceware.org/gdb/onlinedocs/gdb/Pretty-Printing.html - https://sourceware.org/gdb/onlinedocs/gdb/Writing-an-Xmethod.html GCC, for

Re: Blog post about printing associative arrays from GDB

2019-10-24 Thread Johannes Riecken via Digitalmars-d-announce
On Wednesday, 23 October 2019 at 21:07:24 UTC, Dennis wrote: Thanks for spitting through the GDB manual so I don't have to! I would've guessed something like this was possible with GDB, but never bothered until now. On Wednesday, 23 October 2019 at 20:52:55 UTC, Johannes Riecken wrote: is

Re: Beta 2.089.0

2019-10-24 Thread Martin Nowak via Digitalmars-d-announce
On Thursday, 17 October 2019 at 06:02:33 UTC, Martin Nowak wrote: Glad to announce the first beta for the 2.089.0 release, ♥ to the 44 contributors. Second beta is live now. http://dlang.org/download.html#dmd_beta http://dlang.org/changelog/2.089.0.html As usual please report any bugs at