On 2011-06-07 12:26, Andrej Mitrovic wrote:
Well, no array bounds error these times, although:
dvm fetch
Fetching: http://ftp.digitalmars.com/dmd..zip
tango.core.Exception.IOException: The resource with URL
"http://ftp.digitalmars.com/dmd..zip"; could not be found.

It might be an edge case not worth looking into, depending on your views.

dvm -h and dvm --help still don't display the help page.

Calling dvm --default use 2.053, where 2.053 isn't installed will error with:
tango.core.Exception.IOException: File not found "C:\Documents and
Settings\Andrej\Application Data\dvm\env\dmd-2.053.bat"

Again it's just an edge-case, but it might be worth printing "2.053 is
not installed" or something like that.

dvm-default-dc.bat is great for those lousy apps that don't detect
path changes (e.g. Console2).

Great work overall!

Currently DVM does basically no command validation. I'm just relying on D's exceptions, which actually works quite well considering I don't have to do anything.

--
/Jacob Carlborg

Reply via email to