Re: import error and error types

2011-03-27 Thread bearophile
spir: > * The message is wrong: the error is precisely due to the fact no file > 'algorithm.d' was found. The D compilers need to produce good error messages. So I suggest you to perform a search in Bugzilla, if you don't find your problem there (I have a related bug there), then add a new Bug

import error and error types

2011-03-27 Thread spir
Hello, "import algorithm;" generates the error message: test.d(35): Error: module algorithm is in file 'algorithm.d' which cannot be read Three notes: * The message is wrong: the error is precisely due to the fact no file 'algorithm.d' was found. * A nice tip for phobos modules would be to hin