[Issue 17672] Example from std.format throws exceptions
    via Digitalmars-d-bugs 
    digitalmars-d-bugs at puremagic.com
       
    Thu Jul 20 04:48:24 PDT 2017
    
    
  
https://issues.dlang.org/show_bug.cgi?id=17672
Seb <greensunny12 at gmail.com> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |greensunny12 at gmail.com
         Resolution|---                         |FIXED
--- Comment #1 from Seb <greensunny12 at gmail.com> ---
Thanks a lot for reporting this issue.
We do have a pipeline in place, s.t. all runnable examples are automatically
checked:
http://dlang.org/blog/2017/03/08/editable-and-runnable-doc-examples-on-dlang-org
However, in this case the example changed from 2.074.0 to 2.075.0 as a new
feature ws introduced and the daily cron to update the backend didn't run yet.
I manually updated it now and everything works again:
Run the example: https://is.gd/b3UxtJ
See the change that introduced it for 2.075.0:
https://github.com/dlang/phobos/commit/cc8eff102f4ddcf15c4def1a5b87786c3040689d
--
    
    
More information about the Digitalmars-d-bugs
mailing list