Iain Buclaw

Results 291 comments of Iain Buclaw

> I am not targeting stable because this is blocking @teodutu from implementing the array concatenation template hook and lowering (which target master). You can always merge stable to master...

@RazvanN7 still pursuing or found another way to unblock the template work?

FWIW I concur with @gauteh. I still run with this patch though as for me, my email account only receives messages from text-only mailing lists, so would never hit HTML...

Anyone with a little reading into this would know that Astroid wasn't the only application affected by this deprecation. - [Gfeeds](https://gitlab.gnome.org/World/gfeeds/-/commit/77ca757f13906e5c20f84f755c4d8cbd2c729d91) just deleted the code with no apparent effect. -...

> terminate called after throwing an instance of 'boost::wrapexcept' what(): conversion of data to type "b" failed This occurs because `synchronize_flags` doesn't have a boolean value (i.e: `true`, `false`). I'm...

Still not fixed in bolt 3.28. Plan still fails as there's a _hardcoded_ download url. Missing case for bookworm results in `/modules/puppet_agent/tasks/install_shell.sh` attempting to download https://apt.puppet.com/puppet-release-.deb Adding the missing case...

Much of what is here has been merged upstream, I don't actively downstream patches here much anymore. https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git

> I recommend moving to Ubuntu and only supporting recent distros, we don't want to spend the effort we have available on oldish libraries. Agreed, EOL distributions are of no...

This looks to be identical to what I did as well to fix Astroid for webkit2gtk-4.1 (https://github.com/astroidmail/astroid/commit/cabdf83ec08c82f6eb44105667f62d3f287b334f), so this gets a :+1: from me.

> AIU undead.xml compiles with gdc just fine (it depends only on phobos), it's undead.stream that doesn't compile, Correct, as that old module relies on the discouraged use of RTTI...