A little of coordination for Rosettacode

bearophile bearophileHUGS at lycos.com
Wed Jan 15 18:56:13 PST 2014


qznc:

> [0] 
> https://bitbucket.org/qznc/rosetta/src/da12e3673b0d/compile_all/?at=master
> [1] https://gist.github.com/qznc/9ba4b0e78abfc35d4694

Few of the tasks of your list were never updated to D2/Phobos, 
and they should be updated.

Among the ones that are updated, I have found five that don't 
compile on dmd 2.065 because of compiler changes and one (I think 
already reported) regression in std.array.array:

arithmetic_evaluation.d
balanced_ternary.d
combinations_with_repetitions1.d
k_means_plus_plus_clustering.d
names_to_numbers.d or number_names.d

I will try to fix them (and probably I will leave the one with a 
regression untouched).

Bye,
bearophile


More information about the Digitalmars-d-learn mailing list