Ticket #129 (closed defect: fixed)

Opened 5 years ago

Last modified 5 years ago

Rebuild hangs on file with unclosed brace

Reported by: baxissimo Assigned to: Gregor
Priority: major Milestone:
Component: Rebuild Version:
Keywords: Cc:

Description

I have a simple source file that causes rebuild to hang when a closing brace is left off.

The file is "getopt.d" and I'm trying to rebuild it using the command line:

   rebuild getopt

Attachments

getopt.d (7.4 kB) - added by baxissimo on 08/28/07 22:30:31.
getopt.d

Change History

08/28/07 22:30:31 changed by baxissimo

  • attachment getopt.d added.

getopt.d

08/28/07 22:32:13 changed by baxissimo

  • summary changed from Rebuild hangs on to Rebuild hangs on file with unclosed brace.

(forgot to finish composing the title)

09/03/07 21:51:42 changed by baxissimo

This actually is happening to me a lot with rebuild/dsss.

It's getting to be pretty annoying. I'd chuck rebuild out the window, if the alternatives weren't seriously a lot more annoying.

As a workaround, I've found that if I compile the suspect files with dmd, dmd will tell me where the errors are. After fixing them, rebuild/dsss always works again.

09/03/07 22:22:56 changed by Gregor

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

Fixed in revision 798. Closing.