Adam Wilson

Results 40 comments of Adam Wilson

This PR has had a broken CI for 6+ months, please reopen if you plan to continue working on this.

This PR has had a broken CI for 6+ months, please reopen if you plan to continue working on this.

This is now a blocker issue on Ubuntu 24.04 as the SQL Server ODBC 18 driver requires additional security-related parameters to be able to connect at all and the ODBC...

These were the extra parameters I had to add to get it to work on my production systems: `Encrypt=Mandatory;TrustServerCertificate=Yes`

Awesome. Thank you. In general, I agree. Each driver is going to have it's own set of connection parameters, so it's probably best to forward a specific connection string instead...

@jmdavis Brought this to my attention. I think this code points out a fundamental flaw in how we use `@nogc` both in Phobos and in general library code. Specifically, this...

@RazvanN7 Nominally, I agree. However, we have a perception problem with `nogc`. But this is not the only, or even the most significant argument against replacing the GC with malloc...

> > First. If a non-allocating implementation exists, why not use that? > > I'm not against using a non-allocating approach, simply would require a bigger refactor that I'm not...

Thankfully, these are experimental so we can break them if we need to. But this is yet another in the plus column for the "Delete Allocators in V3" argument.

This PR has had a broken CI for 6+ months, please reopen if you plan to continue working on this.