Ticket #191 (closed defect: fixed)
ddc doesn't find modules in current directory
| Reported by: | erikd | Owned by: | erikd |
|---|---|---|---|
| Priority: | blocker | Milestone: | 0.1.3 |
| Component: | Compilation Driver | Version: | 0.1.2 |
| Keywords: | Cc: |
Description
Have two module in the current directory; Main.ds and Test.ds
/path/to/ddc -basedir /path/to/basedir --make Main.ds -o program
fails with:
ddc error: can't find source for module 'Test'
imported by: /home/erikd/Hack/Darcs/DDC/ddc-head/test/10-Driver/LocalMake/Main.ds
This is caused by having an empty string in importDirs which then triggers a bug in GHC's System.Directory.canonicalize :
Change History
Note: See
TracTickets for help on using
tickets.
