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.
Thread overview | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
February 27, 2022 https://run.dlang.io/ vs All dmd compilers (2.060 - latest) | ||||
---|---|---|---|---|
| ||||
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. |
February 28, 2022 Re: https://run.dlang.io/ vs All dmd compilers (2.060 - latest) | ||||
---|---|---|---|---|
| ||||
Posted in reply to Matheus | Is the source of 'run.dlang.io' available somewhere? |
February 28, 2022 Re: https://run.dlang.io/ vs All dmd compilers (2.060 - latest) | ||||
---|---|---|---|---|
| ||||
Posted in reply to meta | 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. |
February 28, 2022 Re: https://run.dlang.io/ vs All dmd compilers (2.060 - latest) | ||||
---|---|---|---|---|
| ||||
Posted in reply to Matheus | 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. |
February 28, 2022 Re: https://run.dlang.io/ vs All dmd compilers (2.060 - latest) | ||||
---|---|---|---|---|
| ||||
Posted in reply to Basile B. | 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.
|
February 28, 2022 Re: https://run.dlang.io/ vs All dmd compilers (2.060 - latest) | ||||
---|---|---|---|---|
| ||||
Posted in reply to Mike Parker | 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.
|
February 28, 2022 Re: https://run.dlang.io/ vs All dmd compilers (2.060 - latest) | ||||
---|---|---|---|---|
| ||||
Posted in reply to Matheus | 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.
|
February 28, 2022 Re: https://run.dlang.io/ vs All dmd compilers (2.060 - latest) | ||||
---|---|---|---|---|
| ||||
Posted in reply to Mike Parker | On Monday, 28 February 2022 at 17:49:36 UTC, Mike Parker wrote:
> ...
> Please try again.
Testing.
Matheus.
|
February 28, 2022 Re: https://run.dlang.io/ vs All dmd compilers (2.060 - latest) | ||||
---|---|---|---|---|
| ||||
Posted in reply to Matheus | 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.
|