[Issue 12210] dlang.org home page example - Run button does not work

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Feb 20 01:28:49 PST 2014


https://d.puremagic.com/issues/show_bug.cgi?id=12210



--- Comment #2 from Ivan Kazmenko <gassa at mail.ru> 2014-02-20 01:28:46 PST ---
Correction: it still does not work 100%.

New hypothesis: the compilation often times out for harder cases.

I've managed to run an empty program 10/10 times successfully:
-----
void main () {}
-----

But only 4/10 times for this example:
-----
import std.algorithm, std.bigint, std.range, std.stdio;
void main () {BigInt (123).repeat (321).reduce !((a, b) => a * b).writeln;}
-----

Obviously, it depends on the server load (and thus time of day) as well.

Still, having an unresponsive example snippet on the main page is, well, bad.

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


More information about the Digitalmars-d-bugs mailing list