dcv
dcv copied to clipboard
Better testing
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
Plus looks like dcv would not work on 32 bit machines.
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?
I just saw ulong
is used for sizes instead of size_t
I just saw ulong is used for sizes instead of size_t
I will make a separate issue on this one- Thanks!