January 15, 2015
Mengu:

> i've noticed there are some code that are not working such as the anonymous recursion example. [0] the first example there doesn't work but the second one works with DMD64 D Compiler v2.066.

The code used to work... I fix all the time the code that used to work...


> let's get together and find out which examples are working well and which are not.

Better to introduce a bit of coordination first! Perhaps in the D.learn newsgroup...

Bye,
bearophile
January 15, 2015
On 1/15/15 12:41 PM, Mengu wrote:
>>
>
> bearophile did an awesome job. hats off.

Yes, fantastic.

> i've noticed there are some code that are not working such as the
> anonymous recursion example. [0] the first example there doesn't work
> but the second one works with DMD64 D Compiler v2.066.
>
> let's get together and find out which examples are working well and
> which are not.
>
> [0] http://rosettacode.org/wiki/Anonymous_recursion#D

I wonder how to feature Rosetta Code more prominently on dlang.org.


Andrei
January 16, 2015
Mengu:

> i've noticed there are some code that are not working such as the anonymous recursion example. [0] the first example there doesn't work

I have fixed the bug. If you find other problems please list them in a single thread in D.learn (but keep in mind that Rosettacode D code is meant to be compiled with the latest unreleased compiler, usually dmd unless differently specified).

Bye,
bearophile
January 16, 2015
Andrei Alexandrescu:

> I wonder how to feature Rosetta Code more prominently on dlang.org.

I don't know. One option is to create a kind of "FAQ" page in the D wiki, that associates problems and questions with links to specific entries in the Rosettacode site.

Bye,
bearophile
January 16, 2015
On 1/15/15 4:26 PM, bearophile wrote:
> Andrei Alexandrescu:
>
>> I wonder how to feature Rosetta Code more prominently on dlang.org.
>
> I don't know. One option is to create a kind of "FAQ" page in the D
> wiki, that associates problems and questions with links to specific
> entries in the Rosettacode site.

We need to provide a clear path for people that starts at dlang.org and goes to rosetta. -- Andrei

January 16, 2015
On Thursday, 15 January 2015 at 20:54:05 UTC, bearophile wrote:
> Mengu:
>
>> i've noticed there are some code that are not working such as the anonymous recursion example. [0] the first example there doesn't work but the second one works with DMD64 D Compiler v2.066.
>
> The code used to work... I fix all the time the code that used to work...
>
>
>> let's get together and find out which examples are working well and which are not.
>
> Better to introduce a bit of coordination first! Perhaps in the D.learn newsgroup...
>
> Bye,
> bearophile

Seems like it would be easier to keep the code in a git repo and
run regression tests on it.
January 16, 2015
On Friday, 16 January 2015 at 01:16:26 UTC, weaselcat wrote:
> On Thursday, 15 January 2015 at 20:54:05 UTC, bearophile wrote:
>> Mengu:
>>
>>> i've noticed there are some code that are not working such as the anonymous recursion example. [0] the first example there doesn't work but the second one works with DMD64 D Compiler v2.066.
>>
>> The code used to work... I fix all the time the code that used to work...
>>
>>
>>> let's get together and find out which examples are working well and which are not.
>>
>> Better to introduce a bit of coordination first! Perhaps in the D.learn newsgroup...
>>
>> Bye,
>> bearophile
>
> Seems like it would be easier to keep the code in a git repo and
> run regression tests on it.

Pull the D samples down with curl and run them periodically?

4 5 6 7 8 9 10 11 12 13 14
Next ›   Last »