Ticket #9 (closed defect: fixed)

Opened 5 years ago

Last modified 5 years ago

Rebuild doesn't print file names when parsing files

Reported by: CyberShadow Assigned to: Gregor
Priority: major Milestone:
Component: DSSS Version:
Keywords: rebuild Cc:

Description

testcase.d

Some random symbols here: aoetu'rl,gc.p92cp

testcase2.d

import nonExistingModule;

console output

C:\Soft\dsss\tmp\testcase>dmd testcase.d
testcase.d(1): semicolon expected, not 'symbols'
testcase.d(1): semicolon expected, not ':'
testcase.d(1): Declaration expected, not ':'
testcase.d(1): unterminated character constant

C:\Soft\dsss\tmp\testcase>rebuild testcase.d
semicolon expected, not 'symbols'
semicolon expected, not ':'
Declaration expected, not ':'
unterminated character constant

C:\Soft\dsss\tmp\testcase>rebuild testcase2.d
module nonExistingModule cannot read file 'nonExistingModule.d'

C:\Soft\dsss\tmp\testcase>dmd testcase2.d
testcase2.d(1): module nonExistingModule cannot read file 'nonExistingModule.d'

Change History

02/22/07 14:39:55 changed by CyberShadow

Proposed patch in #12

02/23/07 13:50:50 changed by Gregor

  • owner changed from GregorR to Gregor.
  • status changed from new to assigned.

02/23/07 15:31:14 changed by Gregor

  • status changed from assigned to closed.
  • resolution set to fixed.

Fixed in revision 387 (see ticket #12 ).