[Issue 9165] Auto conversion from dynamic array to fixed size array at return

2016-04-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=9165 Nick Treleaven changed: What|Removed |Added CC||ntrel-...@mybtinternet.com --- Comment #2 fr

[Issue 15890] New: IFTI for static array argument length when element type supplied

2016-04-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15890 Issue ID: 15890 Summary: IFTI for static array argument length when element type supplied Product: D Version: D2 Hardware: x86 OS: Windows Status: NEW

[Issue 15891] New: Compiler error when std.algorithm.cache and std.algorithm.joiner and map composed

2016-04-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15891 Issue ID: 15891 Summary: Compiler error when std.algorithm.cache and std.algorithm.joiner and map composed Product: D Version: D2 Hardware: x86_64 OS: Linux

[Issue 12625] implicit slicing of RValue static array should be illegal

2016-04-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12625 Nick Treleaven changed: What|Removed |Added CC||ntrel-...@mybtinternet.com --- Comment #5 f

[Issue 15892] New: Can't use alias this with struct static member

2016-04-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15892 Issue ID: 15892 Summary: Can't use alias this with struct static member Product: D Version: D2 Hardware: x86 OS: Windows Status: NEW Severity: minor P

[Issue 12625] implicit slicing of RValue static array should be illegal

2016-04-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12625 --- Comment #6 from Sobirari Muhomori --- Allow sliced temporary to be passed straight to function parameter (sounds like rvalue reference though), disallow everything else? --

[Issue 14615] std.regex.replaceFirstInto throws exception when no match is found

2016-04-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14615 --- Comment #3 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/add07e7ea6815bdfa6f89b12e78f76d0ecaff6fd Fix issue 14615 - std.

[Issue 15893] New: std.algorithm.each returns a misleading compile error

2016-04-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15893 Issue ID: 15893 Summary: std.algorithm.each returns a misleading compile error Product: D Version: D2 Hardware: x86_64 OS: Linux Status: NEW Severity: enhanceme

[Issue 14615] std.regex.replaceFirstInto throws exception when no match is found

2016-04-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14615 Dmitry Olshansky changed: What|Removed |Added Severity|enhancement |major --

[Issue 15886] Add an uncaught exception handler

2016-04-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15886 Marenz changed: What|Removed |Added CC||dmdtrac...@supradigital.org --- Comment #1 from Mar

[Issue 15886] Add an uncaught exception handler

2016-04-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15886 --- Comment #2 from Marenz --- The bigger problems I found are that you can't set rt_trapExceptions to 0 from inside your program or through environment variables / command line parameters. So you never actually have a core dump generated other then

[Issue 15894] New: Allow setting of rt_trapExceptions from module c'tors

2016-04-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15894 Issue ID: 15894 Summary: Allow setting of rt_trapExceptions from module c'tors Product: D Version: D2 Hardware: x86_64 OS: All Status: NEW Severity: enhancement

[Issue 15895] New: Make rt_trapExceptions apply to fibers as well

2016-04-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15895 Issue ID: 15895 Summary: Make rt_trapExceptions apply to fibers as well Product: D Version: D2 Hardware: x86_64 OS: All Status: NEW Severity: enhancement

[Issue 15886] Add an uncaught exception handler

2016-04-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15886 --- Comment #3 from Vladimir Panteleev --- (In reply to Marenz from comment #1) > > Currently, rt.dwarfeh calls terminate(__LINE__) which calls abort() > > If abort() is called that will — outside of a debugger — create a core dump > allowing you to

[Issue 15886] Add an uncaught exception handler

2016-04-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15886 --- Comment #4 from Marenz --- >It's very difficult to print the exception object from within abort()'s stack >frame, because the exception object may be optimized out and not easily >available from the debugger. Hm that seems true, I don't seem t

[Issue 15886] Add an uncaught exception handler

2016-04-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15886 --- Comment #5 from Vladimir Panteleev --- Well, yes, exception objects often contain information about the error which otherwise can be difficult to obtain directly from the debugger, such as the error message (obviously), the file name / line numbe

[Issue 15894] Allow setting of rt_trapExceptions from module c'tors

2016-04-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15894 Marenz changed: What|Removed |Added See Also||https://issues.dlang.org/sh |

[Issue 4385] Uncaught exceptions should call abort() at the place where the exception was thrown

2016-04-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=4385 Marenz changed: What|Removed |Added CC||dmdtrac...@supradigital.org --- Comment #7 from Mare

[Issue 4385] Uncaught exceptions should call abort() at the place where the exception was thrown

2016-04-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=4385 Marenz changed: What|Removed |Added See Also||https://issues.dlang.org/sh |

[Issue 15895] Make rt_trapExceptions apply to fibers as well

2016-04-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15895 Marenz changed: What|Removed |Added See Also||https://issues.dlang.org/sh |

[Issue 4385] Uncaught exceptions should call abort() at the place where the exception was thrown

2016-04-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=4385 Marenz changed: What|Removed |Added See Also||https://issues.dlang.org/sh |

[Issue 15891] Compiler error when std.algorithm.cache and std.algorithm.joiner and map composed

2016-04-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15891 Jonathan M Davis changed: What|Removed |Added CC||issues.dl...@jmdavisprog.co

[Issue 15890] IFTI for static array argument length when element type supplied

2016-04-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15890 r...@rcorre.net changed: What|Removed |Added CC||r...@rcorre.net --

[Issue 15382] std.uri has an incorrect set of reserved characters

2016-04-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15382 Eugene Wissner changed: What|Removed |Added CC||be...@caraus.de --- Comment #1 from Eugene

[Issue 14381] It is too difficult to contribute to the auto-tester

2016-04-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14381 greenify changed: What|Removed |Added CC||greeen...@gmail.com --- Comment #7 from greenify