Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact

Ticket #2044 (closed defect: fixed)

Opened 13 years ago

Last modified 13 years ago

Bob continues on error.

Reported by: doob Assigned to: community
Priority: major Milestone: 1.0
Component: Tango Version: 0.99.9 Kai
Keywords: Cc:

Description

When there is a build error bob just continues to build Tango and creates a library in the end. Either DMD returns exit status 0 or Process.reason doesn't return the correct status. I checked what Process.reason returns and it's 0, even when there was a build error.

Attachments

bob.d.patch (0.5 kB) - added by doob on 04/11/11 19:52:59.
bob.d.2.patch (0.6 kB) - added by mwarning on 04/12/11 01:23:15.

Change History

04/11/11 17:38:33 changed by doob

I should also add that this is on Mac OS X with the bob executable.

04/11/11 19:52:59 changed by doob

  • attachment bob.d.patch added.

04/12/11 01:23:15 changed by mwarning

  • attachment bob.d.2.patch added.

04/12/11 01:25:50 changed by mwarning

We probably need to check for both (while not entirely sure), result.status and result.reason.

04/12/11 01:32:26 changed by mwarning

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

(In [5622]) fixes #2044 :: Bob continues on error; thanks doob