Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't test dependent dub packages with dmd 2.082.0 #73

Open
atilaneves opened this issue Oct 3, 2018 · 0 comments
Open

Can't test dependent dub packages with dmd 2.082.0 #73

atilaneves opened this issue Oct 3, 2018 · 0 comments

Comments

@atilaneves
Copy link

Running dub test on a dub package that depends on drepl 0.2.1using dmd 2.082.0 results in this:

./../../.dub/packages/drepl-0.2.1/drepl/src/drepl/interpreter.d(128,16): Error: Comparison between different enumeration types Kind and Kind; If this behavior is intended consider using std.conv.asOriginalType
../../../.dub/packages/drepl-0.2.1/drepl/src/drepl/interpreter.d(130,16): Error: Comparison between different enumeration types Kind and Kind; If this behavior is intended consider using std.conv.asOriginalType
../../../.dub/packages/drepl-0.2.1/drepl/src/drepl/interpreter.d(131,16): Error: Comparison between different enumeration types Kind and Kind; If this behavior is intended consider using std.conv.asOriginalType
../../../.dub/packages/drepl-0.2.1/drepl/src/drepl/interpreter.d(133,16): Error: Comparison between different enumeration types Kind and Kind; If this behavior is intended consider using std.conv.asOriginalType
../../../.dub/packages/drepl-0.2.1/drepl/src/drepl/interpreter.d(134,16): Error: Comparison between different enumeration types Kind and Kind; If this behavior is intended consider using std.conv.asOriginalType
../../../.dub/packages/drepl-0.2.1/drepl/src/drepl/interpreter.d(136,16): Error: Comparison between different enumeration types Kind and Kind; If this behavior is intended consider using std.conv.asOriginalType
../../../.dub/packages/drepl-0.2.1/drepl/src/drepl/interpreter.d(138,16): Error: Comparison between different enumeration types Kind and Kind; If this behavior is intended consider using std.conv.asOriginalType
../../../.dub/packages/drepl-0.2.1/drepl/src/drepl/interpreter.d(140,16): Error: Comparison between different enumeration types Kind and Kind; If this behavior is intended consider using std.conv.asOriginalType
../../../.dub/packages/drepl-0.2.1/drepl/src/drepl/interpreter.d(142,16): Error: Comparison between different enumeration types Kind and Kind; If this behavior is intended consider using std.conv.asOriginalType
../../../.dub/packages/drepl-0.2.1/drepl/src/drepl/interpreter.d(144,16): Error: Comparison between different enumeration types Kind and Kind; If this behavior is intended consider using std.conv.asOriginalType
../../../.dub/packages/drepl-0.2.1/drepl/src/drepl/interpreter.d(151,1): Error: template instance `drepl.interpreter.Interpreter!(DMDEngine)` error instantiating
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant