QAston/DMocks-revived

std.metastrings removed in 2.066

BlackEdder opened this issue · 3 comments

Instalation of dmocks-revived through d fails with:
Running dmd...
../../../.dub/packages/dmocks-revived-master/dmocks/method_mock.d(5): Error: module metastrings is in file 'std/metastrings.d' which cannot be read
import path[0] = ../../../.dub/packages/dmocks-revived-master
import path[1] = /opt/dmd-2.066/import
I believe this is because std.metastrings is removed from phobos in 2.066.

o3o commented

I've same problem...

$dub build
Running dmd...
dmocks/method_mock.d(5): Error: module metastrings is in file 'std/metastrings.d' which cannot be read
o3o commented

Added a pull request that fix

thanks