[Issue 9265] Nullable fixed-sized array wrapper

2013-03-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9265



--- Comment #2 from github-bugzi...@puremagic.com 2013-03-02 10:06:08 PST ---
Commits pushed to master at https://github.com/D-Programming-Language/phobos

https://github.com/D-Programming-Language/phobos/commit/e2831a5f2a7f3a8b0df4e475ff4f79fea2ff5c0f
Fixes Issue 9265 - assertNotThrown should emit msg from thrown exception if
available.

https://github.com/D-Programming-Language/phobos/commit/ba4095de5f2c6c62dbec45b71ec3e4ba3d802f90
Merge pull request #1185 from AndrejMitrovic/Fix9625

Issue 9265 - assertNotThrown should emit msg from thrown exception if
available.

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


[Issue 9265] Nullable fixed-sized array wrapper

2013-03-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9265



--- Comment #3 from bearophile_h...@eml.cc 2013-03-02 12:48:12 PST ---
(In reply to comment #2)
 Commits pushed to master at https://github.com/D-Programming-Language/phobos
 
 https://github.com/D-Programming-Language/phobos/commit/e2831a5f2a7f3a8b0df4e475ff4f79fea2ff5c0f
 Fixes Issue 9265 - assertNotThrown should emit msg from thrown exception if
 available.
 
 https://github.com/D-Programming-Language/phobos/commit/ba4095de5f2c6c62dbec45b71ec3e4ba3d802f90
 Merge pull request #1185 from AndrejMitrovic/Fix9625
 
 Issue 9265 - assertNotThrown should emit msg from thrown exception if
 available.

Is this related?

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


[Issue 9265] Nullable fixed-sized array wrapper

2013-02-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9265


monarchdo...@gmail.com changed:

   What|Removed |Added

 CC||monarchdo...@gmail.com


--- Comment #1 from monarchdo...@gmail.com 2013-02-04 22:57:48 PST ---
(In reply to comment #0)
 std.typecons.Nullable and std.typecons.NullableRef contain enforce() that
 throws and kills inlining.

FYI: I submitted a pull that changes those enforces to logic errors (asserts):

https://github.com/D-Programming-Language/phobos/pull/1103

This should allow the code to inline.

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