Re: [Interest] Exceptions

2024-05-24 Thread Thiago Macieira
On Friday 24 May 2024 13:25:37 GMT-3 Turtle Creek Software wrote: > >> Install a terminate handler instead. > > Is there some way to get from there back to the event loop? No and you don't want to. The moment you let the exception escape back to the Qt event loop, YOU MUST QUIT. So it doesn't

Re: [Interest] Exceptions

2024-05-24 Thread Turtle Creek Software
es...@sina.com) > > > > -- Forwarded message ------ > From: Turtle Creek Software > To: interest@qt-project.org > Cc: > Bcc: > Date: Thu, 23 May 2024 10:57:39 -0400 > Subject: Re: [Interest] Exceptions > *Qt 6.7 > Best Practice Guides > Ex

Re: [Interest] Exceptions

2024-05-23 Thread Thiago Macieira
On Thursday 23 May 2024 11:57:39 GMT-3 Turtle Creek Software wrote: > *Qt 6.7 > Best Practice Guides > Exception Safety* as currently written > seems very reasonable. We'd much rather see that extended to ARM rather > than abandoned. That is pending an investigation on whether the frames provided

Re: [Interest] Exceptions

2024-05-23 Thread Turtle Creek Software
*Qt 6.7 > Best Practice Guides > Exception Safety* as currently written seems very reasonable. We'd much rather see that extended to ARM rather than abandoned. This link states that ARM fully supports C++ exception handling: https://developer.arm.com/documentation/dui0491/i/C-and-C---Implementatio