www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - https://run.dlang.io/ vs All dmd compilers (2.060 - latest)

reply Matheus <matheus gmail.com> writes:
Hi,

In "https://run.dlang.io" is the "All dmd compilers (2.060 - 
latest)" not working anymore?

Because I always get: "Server error:"

I've been trying for like 2 weeks and I always get this "Server 
Error: " message.

I even tried with this basic example:

void main(){
     import std.algorithm, std.stdio;
     "Starting program".writeln;
     enum a = [ 3, 1, 2, 4, 0 ];
     static immutable b = sort(a);
     pragma(msg, "Finished compilation: ", b);
}

After one minute I think I get:

 rdmd playground.d
Server error: Thanks, Matheus.
Feb 27 2022
next sibling parent reply meta <meta gmail.com> writes:
Is the source of 'run.dlang.io' available somewhere?
Feb 27 2022
parent reply Mike Parker <aldacron gmail.com> writes:
On Monday, 28 February 2022 at 01:51:52 UTC, meta wrote:
 Is the source of 'run.dlang.io' available somewhere?
The link to the github repository is at the top of the run.dlang.io page: https://github.com/dlang-tour/core Issues should be reported there.
Feb 27 2022
parent reply Matheus <matheus gmail.com> writes:
On Monday, 28 February 2022 at 02:31:57 UTC, Mike Parker wrote:
 ...
Hey Parker, I think my IP still under surveillance, everytime I post I get: "Your message has been saved, and will be posted after being approved by a moderator." With VPN I can post without problem. Could you please take a look? Matheus.
Feb 28 2022
parent reply Mike Parker <aldacron gmail.com> writes:
On Monday, 28 February 2022 at 17:44:57 UTC, Matheus wrote:
 On Monday, 28 February 2022 at 02:31:57 UTC, Mike Parker wrote:
 ...
Hey Parker, I think my IP still under surveillance, everytime I post I get: "Your message has been saved, and will be posted after being approved by a moderator." With VPN I can post without problem. Could you please take a look?
Please try again.
Feb 28 2022
parent reply Matheus <matheus gmail.com> writes:
On Monday, 28 February 2022 at 17:49:36 UTC, Mike Parker wrote:
 ...
 Please try again.
Testing. Matheus.
Feb 28 2022
parent Matheus <matheus gmail.com> writes:
On Monday, 28 February 2022 at 19:00:58 UTC, Matheus wrote:
 On Monday, 28 February 2022 at 17:49:36 UTC, Mike Parker wrote:
 ...
 Please try again.
Testing. Matheus.
It worked thanks! Matheus.
Feb 28 2022
prev sibling parent reply Basile B. <b2.temp gmx.com> writes:
On Sunday, 27 February 2022 at 16:14:31 UTC, Matheus wrote:
 Hi,

 [...]

 After one minute I think I get:

 rdmd playground.d

 Server error:

 Thanks,

 Matheus.
This was [reported before]. Apparently this would be caused by a timeout. [reported before]: https://forum.dlang.org/post/skc2dd$1o52$1 digitalmars.com
Feb 28 2022
parent Matheus <matheus gmail.com> writes:
On Monday, 28 February 2022 at 08:11:15 UTC, Basile B. wrote:
 This was [reported before]. Apparently this would be caused by 
 a timeout.

 [reported before]: 
 https://forum.dlang.org/post/skc2dd$1o52$1 digitalmars.com
Apparently yes, but I think the return error should be clear to avoid guessing. I've been trying this for 2 weeks, I think there is something wrong there. Matheus.
Feb 28 2022