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]

Unifying Exception types in setup


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.


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