Jump to page: 1 2
Thread overview
[Issue 12210] dlang.org home page example - Run button does not work
Apr 22, 2014
Andrej Mitrovic
Sep 02, 2015
Vladimir Panteleev
Sep 11, 2015
Gerald Jansen
Sep 11, 2015
Vladimir Panteleev
Sep 11, 2015
Gerald Jansen
Sep 12, 2015
Gerald Jansen
Sep 12, 2015
Vladimir Panteleev
Sep 12, 2015
Vladimir Panteleev
Sep 12, 2015
Vladimir Panteleev
Sep 12, 2015
Vladimir Panteleev
Sep 30, 2015
Damian Ziemba
Nov 10, 2015
Gerald Jansen
Nov 10, 2015
Vladimir Panteleev
Nov 10, 2015
Gerald Jansen
Jan 10, 2016
Gerald Jansen
April 22, 2014
https://issues.dlang.org/show_bug.cgi?id=12210

Andrej Mitrovic <andrej.mitrovich@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |vertigo80@gmx.net

--- Comment #3 from Andrej Mitrovic <andrej.mitrovich@gmail.com> ---
*** Issue 11498 has been marked as a duplicate of this issue. ***

--
September 02, 2015
https://issues.dlang.org/show_bug.cgi?id=12210

Vladimir Panteleev <thecybershadow@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |thecybershadow@gmail.com
           Assignee|nobody@puremagic.com        |nazriel6969@gmail.com

--
September 11, 2015
https://issues.dlang.org/show_bug.cgi?id=12210

Steven Schveighoffer <schveiguy@yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jansen.gerald@gmail.com

--- Comment #4 from Steven Schveighoffer <schveiguy@yahoo.com> ---
*** Issue 15040 has been marked as a duplicate of this issue. ***

--
September 11, 2015
https://issues.dlang.org/show_bug.cgi?id=12210

--- Comment #5 from Gerald Jansen <jansen.gerald@gmail.com> ---
Okay, so the sample programs often fail to run for timeout or lack of memory and this has been ongoing(?) since November 2013. How could a visitor take a language seriously if the demonstration utility offered front and centre on its home page fails to run even on small examples? Either the server should be upgraded to provide adequate resources or the "feature" should be removed.

--
September 11, 2015
https://issues.dlang.org/show_bug.cgi?id=12210

--- Comment #6 from Vladimir Panteleev <thecybershadow@gmail.com> ---
The problems you are seeing started recently, see here:

http://forum.dlang.org/post/mr5da0$1djk$1@digitalmars.com

--
September 11, 2015
https://issues.dlang.org/show_bug.cgi?id=12210

--- Comment #7 from Gerald Jansen <jansen.gerald@gmail.com> ---
Ah. Sorry for the noise then. Keep up the good work!

--
September 11, 2015
https://issues.dlang.org/show_bug.cgi?id=12210

Steven Schveighoffer <schveiguy@yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |schveiguy@yahoo.com

--- Comment #8 from Steven Schveighoffer <schveiguy@yahoo.com> ---
(In reply to Vladimir Panteleev from comment #6)
> The problems you are seeing started recently

I don't think the compiler upgrade caused the issues, perhaps it fixes the ability to compile some of the code which required a newer compiler, but it appears that the out of memory errors are not new.

I honestly don't know, as I have no idea how to test this.

--
September 12, 2015
https://issues.dlang.org/show_bug.cgi?id=12210

--- Comment #9 from Gerald Jansen <jansen.gerald@gmail.com> ---
Perhaps this is a slightly different issue but it is related so I'll just mention it here. The example in the section "Convenience" under the paragraph starting with "Automatic memory management makes for safe, simple, and robust code.", crashes with message:

Application output: (1 Hangup)
Exiting main.
std.exception.ErrnoException@std/stdio.d(385): Cannot open file `text.txt' in
mode `rb' (No such file or directory)
----------------
... and a bunch of incomprehensible junk (for a casual visitor)

Having examples that don't run is probably worse than no examples. Perhaps the priority of this issue should be increased. Perhaps the more general issue is how to continuously test and ensure that all example code highlighted on dlang.org runs correctly.

--
September 12, 2015
https://issues.dlang.org/show_bug.cgi?id=12210

Vladimir Panteleev <thecybershadow@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|nazriel6969@gmail.com       |thecybershadow@gmail.com

--
September 12, 2015
https://issues.dlang.org/show_bug.cgi?id=12210

Vladimir Panteleev <thecybershadow@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Depends on|                            |15050

--
« First   ‹ Prev
1 2