dcv icon indicating copy to clipboard operation
dcv copied to clipboard

Better testing

Open 9il opened this issue 8 years ago • 4 comments

Please add tests for LDC and different compiler versions. Also windows testing is very important for users.

See also how it is done for Mir: https://github.com/libmir/mir/blob/master/circle.yml https://github.com/libmir/mir/blob/master/.travis.yml https://github.com/libmir/mir/blob/master/appveyor.yml

9il avatar Aug 15 '16 07:08 9il

Plus looks like dcv would not work on 32 bit machines.

9il avatar Aug 15 '16 07:08 9il

Please add tests for LDC and different compiler versions. Also windows testing is very important for users

Will do, that's the plan. I've twisted my priorities until 0.1.0 release, but in future I will surely pay more attention to testing, and making it available on Windows, and OS X.

Plus looks like dcv would not work on 32 bit machines.

I think I know the answer, but could you tell me why exactly?

ljubobratovicrelja avatar Aug 15 '16 09:08 ljubobratovicrelja

I just saw ulong is used for sizes instead of size_t

9il avatar Aug 15 '16 09:08 9il

I just saw ulong is used for sizes instead of size_t

I will make a separate issue on this one- Thanks!

ljubobratovicrelja avatar Aug 15 '16 09:08 ljubobratovicrelja