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

Make dub executable #44

Closed
Timoses opened this issue Dec 13, 2018 · 2 comments
Closed

Make dub executable #44

Timoses opened this issue Dec 13, 2018 · 2 comments

Comments

@Timoses
Copy link

Timoses commented Dec 13, 2018

I was surprised to not having to install dub separately as it's already contained in ~/.dvm/compilers/dmd-2.0xx.x/linux/bin/dub
after using

./dvm install dvm
dvm install 2.083.1
dvm use 2.083.1

However, it is not executable which means I had to run

chmod u+x ~/.dvm/compilers/dmd-2.0xx.x/linux/bin/dub

Would be cool if this happened automatically during the installation process.

@jacob-carlborg
Copy link
Owner

Yes, definitely. The problem is that DVM use Tango, which is not maintained anymore. I need to try to find an old enough compiler that will work.

Ideally DVM should be completely rewritten to not use Phobos instead of Tango but that's a big effort.

@jacob-carlborg
Copy link
Owner

Fixed in 059c1a8.

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

2 participants