This is the mail archive of the cygwin-apps@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Unifying Exception types in setup


Robert Collins wrote:
> Max Bowsher wrote:
>> Robert,
>>
>> Currently setup uses both <stdexcept> exceptions, and its own
>> std::exception-derived Exceptions.
>>
>> I'm about to write a patch to convert the kludgy
>>
>> if (error)
>>     exit(some_random_exit_code);
>>
>> bits to exceptions. Which kind shall I use, and would you be
>> interested in a patch to convert all of them over to one kind?
>>
>> Max.
>>
>
> I need to think on this.

OK. How about I convert the kludgy exits to Exceptions, and change them to
<stdexcept>s later, along with the rest, if that's what you decide?

Max.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]