Empire is DOS Game Club Game of the Month for February 2024

2024-02-01 Thread Brian Callahan via Digitalmars-d-announce
Wasn't sure where else to put this, but Walter's Empire is the DOS Game Club February 2024 Game of the Month: https://www.dosgameclub.com/

Re: D Language Foundation July 2023 Monthly Meeting Summary

2023-08-14 Thread Brian Callahan via Digitalmars-d-announce
On Friday, 11 August 2023 at 13:37:57 UTC, Mike Parker wrote: ### Walter Walter said we had already covered most of what he'd wanted to talk about. Aside from that, he was focused on bug fixes, going through the deprecation list, and looking into [adding support for the ENDBR

Re: LDC 1.31.0

2023-02-12 Thread Brian Callahan via Digitalmars-d-announce
On Saturday, 11 February 2023 at 13:47:54 UTC, kinke wrote: Glad to announce LDC 1.31.0. Major changes: * Based on D 2.101.2. * ImportC: The C preprocessor isn't invoked yet. * mac/iOS arm64: Linking with `-g` is working again without unaligned pointer warnings/errors. * *Preliminary*

Re: D at BSDCan

2022-05-30 Thread Brian Callahan via Digitalmars-d-announce
On Monday, 30 May 2022 at 07:38:56 UTC, user1234 wrote: Thanks. How about the streams links, where will they be published ? They'll be posted here, but probably not until the conference begins: https://www.bsdcan.org/2022/ ~Brian

D at BSDCan

2022-05-29 Thread Brian Callahan via Digitalmars-d-announce
Hi all -- I'm giving a redux of my PolyglotBSD talk at BSDCan this year: https://www.bsdcan.org/events/bsdcan_2022/schedule/session/96-polyglotbsd/ It's virtual, so feel free to come by. It won't be all about D, but D is a major part of the story. ~Brian

Re: GCC 12.1 Released (D v2.100-rc.1)

2022-05-08 Thread Brian Callahan via Digitalmars-d-announce
On Friday, 6 May 2022 at 11:57:47 UTC, Iain Buclaw wrote: Hi, I am proud to announce another major GCC release, 12.1. Thanks, Iain. All is good on OpenBSD. ~Brian

Re: Beta 2.100.0

2022-04-24 Thread Brian Callahan 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

Re: Beta 2.100.0

2022-04-22 Thread Brian Callahan via Digitalmars-d-announce
Just added a changelog entry for my zlib update to phobos... (Sorry for not doing it before! Even after Iain mentioned it...) ~Brian

Re: DConf '22 Early-bird Registration is Open!

2022-04-04 Thread Brian Callahan via Digitalmars-d-announce
Will the conference be livestreamed? I know previous events have been recorded. I can't make it out to London, but I'd happily pay some amount of money for a "livestream" seat. ~Brian

Re: trash-d version 15

2022-03-12 Thread Brian Callahan via Digitalmars-d-announce
Thanks for the utility. I've been using it for a while and it works great on my MATE desktop. ~Brian

Re: LDC 1.29.0-beta1

2022-03-11 Thread Brian Callahan via Digitalmars-d-announce
On Thursday, 10 March 2022 at 15:46:00 UTC, kinke wrote: Glad to announce the first beta for LDC 1.29. Major changes: * Based on D 2.099.0+. * Support for LLVM 13. The prebuilt packages use v13.0.1. * On Linux, LDC doesn't default to the `ld.gold` linker anymore. lld is recommended (related

Re: Release D 2.099.0

2022-03-09 Thread Brian Callahan via Digitalmars-d-announce
On Wednesday, 9 March 2022 at 09:04:03 UTC, Martin Nowak wrote: Glad to announce D 2.099.0, ♥ to the 100 contributors. This release comes with __traits(parameters), unittests only from root modules, throw expressions, and plenty of more changes. http://dlang.org/download.html

Re: DConf '22 Call for Submissions (the web is now live)

2022-02-21 Thread Brian Callahan via Digitalmars-d-announce
Very cool. I won't be able to make it out to London this summer, but I strongly encourage everyone who's thinking about submitting something to go for it. It's lots of fun and DConf is a great venue. ~Brian

Re: styx, a programming languange written in D, is on the bootstrap path

2022-01-16 Thread Brian Callahan via Digitalmars-d-announce
On Sunday, 16 January 2022 at 19:40:33 UTC, Basile B. wrote: On Sunday, 16 January 2022 at 18:53:45 UTC, Brian Callahan wrote: I was able to make a quick port to OpenBSD; works fine there too. Thanks for your work on this! ~Brian holly s**t ! I'm a bit surprised that it works, especially

Re: styx, a programming languange written in D, is on the bootstrap path

2022-01-16 Thread Brian Callahan via Digitalmars-d-announce
On Sunday, 16 January 2022 at 17:09:07 UTC, Basile B. wrote: On Friday, 15 January 2021 at 09:54:59 UTC, Ola Fosheim Grøstad wrote: On Thursday, 14 January 2021 at 17:51:51 UTC, Basile B. wrote: This is the last[1] occasion to speak about a programming language initiatly made in D, as the

Re: LDC 1.28.1

2022-01-15 Thread Brian Callahan via Digitalmars-d-announce
On Thursday, 13 January 2022 at 15:51:07 UTC, kinke wrote: A new patch version was just released: Thanks! Working on the OpenBSD package update as we speak... ~Brian

Re: DMD now incorporates a disassembler

2022-01-07 Thread Brian Callahan via Digitalmars-d-announce
On Friday, 7 January 2022 at 21:41:55 UTC, Walter Bright wrote: Compile with -vasm to see it! Enjoy! For the file test.d: int demo(int x) { return x * x; } Compiling with: dmd test.d -c -vasm prints: _D4test4demoFiZi: : 89 F8 mov EAX,EDI 0002:

Re: GDC has just landed v2.098.0-beta.1 into GCC

2021-11-30 Thread Brian Callahan via Digitalmars-d-announce
On Tuesday, 30 November 2021 at 19:37:34 UTC, Iain Buclaw wrote: Hi, The latest version of the D language has [now landed](https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=5fee5ec362f7a243f459e6378fd49dfc89dc9fb5) in GCC. Thanks Iain and congrats. ~Brian

Re: DConf Online 2021 Links

2021-11-21 Thread Brian Callahan via Digitalmars-d-announce
On Friday, 19 November 2021 at 10:10:11 UTC, Mike Parker wrote: The DConf Online 2021 talks and livestreams are set and ready to go at their appointed times this weekend. All the links [are available on dconf.org](https://dconf.org/2021/online/index.html), but I'm also posting them here for

LDC package now available on OpenBSD

2021-11-21 Thread Brian Callahan via Digitalmars-d-announce
Hi D community -- Hot on the heels of my DConf 2021 talk, I'm happy to announce that I have just imported the LDC package to OpenBSD. You should be able to run `pkg_add ldc` no later than tomorrow and get an LDC binary. https://marc.info/?l=openbsd-ports-cvs=163750271205625=2 ~Brian

Re: OpenBSD DMD package

2021-10-31 Thread Brian Callahan via Digitalmars-d-announce
On Monday, 11 October 2021 at 15:07:59 UTC, Brian wrote: Hi all -- I am in the process of getting a DMD package shipped in the OpenBSD package repository. If you are an OpenBSD user, please test and report back (on the OpenBSD mailing list, please) how it went for you. The more users test,

Re: On the Blog: DLang News for September/October 2021

2021-10-30 Thread Brian Callahan via Digitalmars-d-announce
On Saturday, 30 October 2021 at 15:19:26 UTC, Imperatorn wrote: On Friday, 29 October 2021 at 15:03:46 UTC, Mike Parker wrote: For those of you who haven't been keeping up, a summary of the latest goings on in DLand over the past two months is now up on the blog. I've also included a message

Re: Beerconf October 2021

2021-10-30 Thread Brian Callahan via Digitalmars-d-announce
On Saturday, 30 October 2021 at 08:00:49 UTC, Iain Buclaw wrote: **What is Beefconf?**  (The beefconf typo is back this month )

Re: OpenBSD LDC package

2021-10-22 Thread Brian Callahan via Digitalmars-d-announce
On Friday, 22 October 2021 at 17:51:01 UTC, kinke wrote: On Thursday, 21 October 2021 at 01:59:11 UTC, Brian wrote: With the already shipping GDC and DMD packages, all 3 D compilers are now easily available to OpenBSD users. Thanks for your efforts, much appreciated! And be sure to upstream

Re: OpenBSD LDC package

2021-10-22 Thread Brian Callahan via Digitalmars-d-announce
On Friday, 22 October 2021 at 05:09:07 UTC, Dukc wrote: On Thursday, 21 October 2021 at 01:59:11 UTC, Brian wrote: Hello D Community -- I'm happy to announce that I have posted a preliminary LDC package for review to OpenBSD: https://marc.info/?l=openbsd-ports=163477542025020=2 With the