[phobos] [D-Programming-Language/phobos] 1fd19c: Fix of Issue 11338
GitHub
noreply at github.com
Fri Nov 1 09:19:58 PDT 2013
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/phobos
Commit: 1fd19c2366e3d1f41ddff5adc3d73820faf56ad4
https://github.com/D-Programming-Language/phobos/commit/1fd19c2366e3d1f41ddff5adc3d73820faf56ad4
Author: DannyArends <Danny.Arends at gmail.com>
Date: 2013-10-24 (Thu, 24 Oct 2013)
Changed paths:
M std/uri.d
Log Message:
-----------
Fix of Issue 11338
- URIerror renamed to URIexception
- URIexception class inherits from Exception
Commit: fa0627b21854a3d7be461da20632e474d07c4b66
https://github.com/D-Programming-Language/phobos/commit/fa0627b21854a3d7be461da20632e474d07c4b66
Author: DannyArends <Danny.Arends at gmail.com>
Date: 2013-10-24 (Thu, 24 Oct 2013)
Changed paths:
M std/uri.d
Log Message:
-----------
Fix Issue 11338
- Now call the onOutOfMemoryError() function when alloca returns NULL
- Fixed the URIexception name to URIException
- Added a string constructor for the URIException class
- Added more informative messages to some of the errors
Commit: 74d59dd7db418126f323586bcc9a09ca6b69b69a
https://github.com/D-Programming-Language/phobos/commit/74d59dd7db418126f323586bcc9a09ca6b69b69a
Author: DannyArends <Danny.Arends at gmail.com>
Date: 2013-10-24 (Thu, 24 Oct 2013)
Changed paths:
M std/uri.d
Log Message:
-----------
Fixing Issue 11338 - Additional
- Now all thrown URIException have human readable text
- throw new OutOfMemoryError("Alloca Failure"); // Make code look more consistant
Commit: d7fa8ad95b2098397027c541b6db26d24a1b2765
https://github.com/D-Programming-Language/phobos/commit/d7fa8ad95b2098397027c541b6db26d24a1b2765
Author: DannyArends <Danny.Arends at gmail.com>
Date: 2013-11-01 (Fri, 01 Nov 2013)
Changed paths:
M std/uri.d
Log Message:
-----------
Fixing exception casing to line style, added better exception message for missing hexadecimals
Commit: 42eec50ffe2f315dfb8caac3b8c110058115b880
https://github.com/D-Programming-Language/phobos/commit/42eec50ffe2f315dfb8caac3b8c110058115b880
Author: monarch dodra <monarchdodra at gmail.com>
Date: 2013-11-01 (Fri, 01 Nov 2013)
Changed paths:
M std/uri.d
Log Message:
-----------
Merge pull request #1659 from DannyArends/issue_11338
Fix Issue 11338 - std.uri URIerror should be an Exception
Compare: https://github.com/D-Programming-Language/phobos/compare/482d0e161b04...42eec50ffe2f
More information about the phobos
mailing list