[Issue 18112] findSkip example in version 2.78 is not working are expected

2017-12-21 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18112

Vino  changed:

   What|Removed |Added

   Priority|P1  |P3

--


[Issue 18112] findSkip example in version 2.78 is not working are expected

2017-12-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18112

greenify  changed:

   What|Removed |Added

 CC||greeen...@gmail.com

--- Comment #1 from greenify  ---
The examples are automatically tested and checked, so I assume you are just
missing an import?

You can always click on the button to the right and open the example with full
imports on run.dlang.io

--


[Issue 18112] findSkip example in version 2.78 is not working are expected

2018-01-02 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18112

Seb  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||greensunn...@gmail.com
 Resolution|--- |INVALID

--- Comment #2 from Seb  ---
Works fine with dmd-nightly: https://run.dlang.io/is/cjGwip and dmd-beta
https://run.dlang.io/is/YKnUqm

Did you look at the `master` pages and run the example with an older DMD?

You can always run the example in an external editor by clicking on the button
"Open in external" on the right side of an example.
If you are on the master pages, dmd-nightly will automatically be selected.

Closing this as invalid because I can't reproduce this with neither dmd-nightly
nor dmd-beta.

--