We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Specs:
DUB version 1.14.0, built on Mar 2 2019 macOS Mojave v10.14.4 DMD64 D Compiler v2.085.1
/+dub.sdl: dependency "emsi_containers" version="~>0.7" +/ module test; void main ( ) { }
# ok ~/dev/d master * $ dub -q --single /Users/andrejmitrovic/dev/d/test.d 2 ↵ # fail ~/dev/d master * $ dub -q --single /Users/andrejmitrovic/dev/d//test.d Error: module `test` from file test.d is specified twice on the command line dmd failed with exit code 1. # ok /dev/d master * $ dmd -run /Users/andrejmitrovic/dev/d//test.d
The text was updated successfully, but these errors were encountered:
This PR introduced the regression #1410
Sorry, something went wrong.
No branches or pull requests
Specs:
DUB version 1.14.0, built on Mar 2 2019
macOS Mojave v10.14.4
DMD64 D Compiler v2.085.1
The text was updated successfully, but these errors were encountered: