Re: arsd 11 tagged

2023-08-14 Thread harakim via Digitalmars-d-announce

On Thursday, 10 August 2023 at 02:12:05 UTC, Adam D Ruppe wrote:
I reviewed the 20k git diff lines and summarized it into 25 
bullet points for you:


http://dpldocs.info/this-week-in-d/Blog.Posted_2023_08_07.html

A lot of the more revolutionary stuff isn't done yet, despite 
me being 3 months behind schedule, but the groundwork is laid, 
the required breakages are done (don't worry, odds are you, as 
an arsd user, will not notice these except if you build 
yourself since you'll need the new core.d module added to your 
build, and dmd -i will do this for you if you just git clone), 
and there's a lot of new things I didn't want to keep held up 
any more.


Awesome work and I'm looking forward to your RPG. I have also 
been working on an RPG - since 2005, lol. That's how I got into D 
in the first place. I just went through my old files and found 
probably 15 different times I got pretty close and abandoned. :O 
Anyway Thanks for the library! It really has made my day a few 
times and I always look to it first when I need some D 
functionality that's not included in Phobos!


Re: arsd 11 tagged

2023-08-10 Thread M.M. via Digitalmars-d-announce

On Thursday, 10 August 2023 at 02:12:05 UTC, Adam D Ruppe wrote:
I reviewed the 20k git diff lines and summarized it into 25 
bullet points for you:


http://dpldocs.info/this-week-in-d/Blog.Posted_2023_08_07.html

A lot of the more revolutionary stuff isn't done yet, despite 
me being 3 months behind schedule, but the groundwork is laid, 
the required breakages are done (don't worry, odds are you, as 
an arsd user, will not notice these except if you build 
yourself since you'll need the new core.d module added to your 
build, and dmd -i will do this for you if you just git clone), 
and there's a lot of new things I didn't want to keep held up 
any more.


Really amazing piece of work (before and now). Well done.