Blog post on keeping D1 operators for D 2.100
D 2.100.0 removed support for D1 operator overloads. If you have a bunch of code that still uses them, and don't want to spend the time to upgrade to D2 overloads, you can still do it, using a mixin. Here's how it works (and shows off some cool metaprogramming features of D): https://www.schveiguy.com/blog/2022/06/how-to-keep-using-d1-operator-overloads/ -Steve
Re: argparse version 1.0.0
On Saturday, 11 June 2022 at 14:28:02 UTC, Andrey Zherikov wrote: On Saturday, 11 June 2022 at 08:04:14 UTC, SealabJaster wrote: If it's any consolation, there's yet another person trying to use the library that I'm currently disapointing ;^) Are you disappointed with jcli? Why? It's pretty good. I believe SealabJaster was using a bit of self-deprecating humor; I don't believe he himself is disappointed in his library (well, no more than the usual amount of regret and loathing any sensible library writer has in their work...) Jordan
Re: argparse version 1.0.0
On Saturday, 11 June 2022 at 08:04:14 UTC, SealabJaster wrote: If it's any consolation, there's yet another person trying to use the library that I'm currently disapointing ;^) Are you disappointed with jcli? Why? It's pretty good.
DConf '22 BeerConf Details (a big thanks to Funkwerk!)
I can finally announce that we've secured a space for the DConf '22 BeerConf! If you've registered (or plan to register) for DConf '22, join us from 6:30 to 11:00 on the evenings of August 1-3 at The Fox Pub in Shoreditch. We've secured the roof terrace for our exclusive use. We'll have a tab going each evening that will cover drinks until it runs out. This is all courtesy of Funkwerk, our BeerConf '22 sponsors. At least three Funkwerk employees will be attending DConf, so be sure to raise a glass in thanks when you see them at The Fox. The pub is a short walk north of the venue, and very near two of the budget hotels on our list of accommodations. You can find a map with directions to the pub, plus links to maps with directions to the hotels, on the DConf homepage: https://dconf.org/2022/index.html#hotels https://dconf.org/2022/index.html#beerconf If you haven't yet registered for DConf, you can do so here: https://dconf.org/2022/index.html#register You can learn more about The Fox here: https://thefoxpublichouse.co.uk/
Re: argparse version 1.0.0
On Friday, 10 June 2022 at 15:57:40 UTC, Andrey Zherikov wrote: On Friday, 10 June 2022 at 14:20:15 UTC, Vladimir Panteleev wrote: I invoke https://xkcd.com/927/ ! :) :-D I tried to improve one of the existing libs but it didn't go well enough. Assuming you're talking about your time with JCLI then yeah, sorry. If it's any consolation, there's yet another person trying to use the library that I'm currently disapointing ;^)