dvm icon indicating copy to clipboard operation
dvm copied to clipboard

A tool to install and manage D compilers

Results 24 dvm issues
Sort by recently updated
recently updated
newest added

The symlinks for dynamic libs are not extracted correctly E.g.: ```sh $ ls -l ~/.dvm/compilers/dmd-2.100.2/linux/lib64/ total 64224 -rw-rw-r-- 1 steves steves 56738472 Sep 10 06:02 libphobos2.a -rw-rw-r-- 1 steves steves...

I just tried to run a project via specifying `dvm` as **dependency** using `dub`, and I've got this error that mentions `"Failed to execute 'git describe'"` ``` object.Exception@C:\Users\vaida\AppData\Local\dub\packages\dvm-0.5.0\dvm\tools\generate_version.d(25): Failed to...

At least on Macos and Linux: ``` Stevens-MacBook-Pro:testd steves$ echo $PATH /Users/steves/.dvm/compilers/dmd-2.069.0/osx/bin:/Users/steves/.dvm/bin:/Users/steves/.dvm/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:~/git/dmd2/osx/bin Stevens-MacBook-Pro:testd steves$ dvm use 2.068.0 Stevens-MacBook-Pro:testd steves$ dvm use 2.068.1 Stevens-MacBook-Pro:testd steves$ dvm use 2.068.2 Stevens-MacBook-Pro:testd steves$ echo...

I recently discovered that my 5 or 6 compilers in dvm were using 800+MB of disk space. So I wanted to clean out some old ones. dvm uninstall removes most...

enhancement

At least in my linux instance, I have used `dvm uninstall` to uninstall compilers. Then running `dvm list` still shows them. When I look in the .dvm directory, the compiler...

bug

When I run the install on Windows 10 after downloading, I get an OutOfMemoryError. Memory is not a problem. DVM has not been previously installed. The path is modified so...

I just put this here as a friendly reminder and maybe as a list of blocking points.

PS C:\Projects\d\foo> .\binaries\dvm.exe -v install 2.068.2 Fetching: source: http://downloads.dlang.org/releases/2.x/2.068.2/dmd.2.068.2.windows.zip destination: C:/Users/jonasd/AppData/Roaming/dvm/archives/dmd.2.068.2.windows.zip [========================================>] 21320/20800 KB Installing: dmd-2.068.2 Unpacking: source: C:/Users/jonasd/AppData/Roaming/dvm/archives/dmd.2.068.2.windows.zip destination: C:/Users/jonasd/AppData/Roaming/dvm/tmp/dmd-2.068.2 Moving: source: C:/Users/jonasd/AppData/Roaming/dvm/tmp/dmd-2.068.2/dmd2/windows/lib destination: C:/Users/jonasd/AppData/Roaming/dvm/compilers/dmd-2.068.2/windows/lib ``` source: C:/Users/jonasd/AppData/Roaming/dvm/tmp/dmd-2.068.2/dmd2/windows/lib64 destination:...

bug

If I say dvm use 2.068, is it possible to have dvm imply that it should use the highest-installed version of dmd that starts with 2.068?

enhancement