[Issue 8651] Slice op Slice throws exceptions (not errors), and nothrow

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Jun 6 20:46:12 PDT 2013


http://d.puremagic.com/issues/show_bug.cgi?id=8651


Kenji Hara <k.hara.pg at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull
            Version|unspecified                 |D2


--- Comment #9 from Kenji Hara <k.hara.pg at gmail.com> 2013-06-06 20:46:04 PDT ---
A while ago, built-in array-op implementations has been changed to @trusted
nothrow by the druntime fix:

https://github.com/D-Programming-Language/druntime/pull/306

But, as yebblies said in comment #6, this still needs compiler fix.

I opened a new pull request for the compiler fix.

https://github.com/D-Programming-Language/dmd/pull/2141


(In reply to comment #6)
> (In reply to comment #5)
> A lot of druntime functions should probably have D linkage to prevent mistakes
> like this.

>From 2.063, we can use pragma(mangle). Using it could add D linkages to the
druntime functions with hiding internal module packages.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list