Re: D + Qt + QtDesigner

2022-04-26 Thread Marcone via Digitalmars-d-announce

How can I solve this error?

Error: undefined identifier `QFormBuilder`


Re: Beta 2.100.0

2022-04-26 Thread Christopher Katko via Digitalmars-d-announce

On Friday, 22 April 2022 at 09:24:00 UTC, Martin Nowak wrote:
Glad to announce the first beta for the 2.100.0 release, ♥ to 
the 40 contributors.


http://dlang.org/download.html#dmd_beta
http://dlang.org/changelog/2.100.0.html

As usual please report any bugs at
https://issues.dlang.org

-Martin


OOOH 'mustuse' is something I asked for template help with! 
Seeing someone make a direct language feature is great! I write 
performant code that often uses return values for simplicity and 
I didn't want an "opt-in" form of error detection because the 
entire point is preventing people from forgetting to check return 
values. You also, AFAIK, can't even use exceptions anywhere near 
deconstructors.


I'll have to try this feature out.

Thanks for the hard work everyone!


Re: mysql-native v3.2.0 - the safe update

2022-04-26 Thread Steven Schveighoffer via Digitalmars-d-announce

On 4/26/22 4:40 AM, bauss wrote:


I owe you a beer, I can't tell you how long I've been waiting for this 
and it makes me really happy!


Thanks! If you want to join me for beerconf this weekend, I'll drink a 
beer on your behalf ;)


I'm super happy to get this in, it was blocking a bunch of things for me 
too. I'm going to probably spend the next few weeks migrating all my 
vibe.d project code to be @safe as much as possible.


-Steve


Re: mysql-native v3.2.0 - the safe update

2022-04-26 Thread bauss via Digitalmars-d-announce
On Saturday, 23 April 2022 at 05:12:30 UTC, Steven Schveighoffer 
wrote:
It's happened. I opened the PR over 2 years ago, and just got 
around to bringing it up to date in the last few days.


This is a huge huge update. I've never done anything like this 
before, but I think it works as a drop-in replacement, while 
allowing you to migrate any piece you wish from unsafe code to 
safe code. Please let me know if there are *any* problems you 
find with this.


See the [safe migration 
doc](https://github.com/mysql-d/mysql-native/blob/master/SAFE_MIGRATION.md) for more details.


Note this does *not* build with dip1000, because the two 
underlying libraries (Phobos sockets and vibe.d) do not build 
as safe with dip1000.


-Steve


I owe you a beer, I can't tell you how long I've been waiting for 
this and it makes me really happy!