Re: Intellij D Language plugin v1.28.0

2022-06-09 Thread tsbockman via Digitalmars-d-announce
On Monday, 6 June 2022 at 23:35:31 UTC, singingbush wrote: For anyone that likes to use Intellij, the latest release of the D Language plugin has now been published to the Jetbrains plugin repository: https://plugins.jetbrains.com/plugin/8115 I'd like to thank Etienne Brateau for contributing

Re: Classes in D with betterC

2021-11-20 Thread tsbockman via Digitalmars-d-announce
On Saturday, 20 November 2021 at 04:58:52 UTC, Walter Bright wrote: https://lsferreira.net/posts/zet-1-classes-betterc-d/ by Luís Ferreira Great! `__traits(initSymbol, T)` will solve some problems for my current project. Some other `class` related issues I've run into trying to get going

Re: Release Candidate [was: Re: Beta 2.095.0]

2021-01-01 Thread tsbockman via Digitalmars-d-announce
On Wednesday, 30 December 2020 at 10:51:38 UTC, Martin Nowak wrote: The release candidate for 2.095.0 is live now. It might be a good idea for someone to at least do triage on this regression I found before release: https://issues.dlang.org/show_bug.cgi?id=21513 The symptoms weren't too

Re: DIP 1028 "Make @safe the Default" is dead

2020-05-28 Thread tsbockman via Digitalmars-d-announce
On Friday, 29 May 2020 at 04:53:07 UTC, Walter Bright wrote: The subject says it all. If you care about memory safety, I recommending adding `safe:` as the first line in all your project modules, and annotate individual functions otherwise as necessary. For modules with C declarations, do as

checkedint DUB package updated for the new integer promotion rules

2020-04-18 Thread tsbockman via Digitalmars-d-announce
I have updated my checkedint DUB package to work with newer compilers: https://code.dlang.org/packages/checkedint There are two significant breaking changes as a part of this: * The minimum compiler frontend version is now 2.071. * If the `-preview=intpromote` compiler option is supplied,

Re: Battle-plan for CTFE

2016-08-30 Thread tsbockman via Digitalmars-d-announce
On Monday, 29 August 2016 at 08:39:56 UTC, Stefan Koch wrote: I just came up with a nifty little patch that makes it possible to ensure that a function is _only_ used at ctfe. Or the opposite. static assert(__ctfe, "This function is not supposed to be called outside of ctfe"); and static

Re: Vision document for H2 2016

2016-07-20 Thread tsbockman via Digitalmars-d-announce
On Friday, 8 July 2016 at 18:04:16 UTC, Andrei Alexandrescu wrote: "Oops, can't let checkedint happen but I can't criticize without proposing an alternative so forget RCStr and let me work on that" ... On 07/08/2016 05:17 AM, Robert burner Schadek wrote: People would have a go to place

Re: D's Auto Decoding and You

2016-06-03 Thread tsbockman via Digitalmars-d-announce
On Friday, 3 June 2016 at 06:37:59 UTC, Rory McGuire wrote: This dpaste shows a couple of issues with combining chars in D. https://dpaste.dzfl.pl/4b006959c5c0 The compiler actually can't handle a combining character literal either. see line 10. Your paste behaves as expected: the

Re: D's Auto Decoding and You

2016-06-03 Thread tsbockman via Digitalmars-d-announce
On Friday, 3 June 2016 at 03:16:33 UTC, jmh530 wrote: I'm just looking over std.uni's section on normalization and realizing that I had basically no idea what it is or what's going on. The wikipedia page on unicode equivalence is a bit clearer. This might help a bit, as well:

Re: DConf 2016 announces programme, general registration opened thrugh April 22

2016-03-28 Thread tsbockman via Digitalmars-d-announce
On Monday, 28 March 2016 at 22:30:33 UTC, Luís Marques wrote: On Monday, 28 March 2016 at 20:33:37 UTC, tsbockman wrote: The "What Parnas72 Means for D" talk sounds interesting, but I think it needs an abstract for the abstract, or a TL;DR. That was the "Extended Description" that I had

Re: DConf 2016 announces programme, general registration opened thrugh April 22

2016-03-28 Thread tsbockman via Digitalmars-d-announce
On Monday, 28 March 2016 at 22:30:33 UTC, Luís Marques wrote: On Monday, 28 March 2016 at 20:33:37 UTC, tsbockman wrote: The "What Parnas72 Means for D" talk sounds interesting, but I think it needs an abstract for the abstract, or a TL;DR. That was the "Extended Description" that I had

Re: DConf 2016 announces programme, general registration opened thrugh April 22

2016-03-28 Thread tsbockman via Digitalmars-d-announce
On Monday, 28 March 2016 at 16:34:55 UTC, Andrei Alexandrescu wrote: DConf 2016 Looks like a great lineup of talks this year! I intend to watch almost all of them. The "What Parnas72 Means for D" talk sounds interesting, but I think it needs an abstract for the abstract, or a TL;DR.

Re: Vision for the first semester of 2016

2016-01-26 Thread tsbockman via Digitalmars-d-announce
On Tuesday, 26 January 2016 at 12:46:23 UTC, Ola Fosheim Grøstad wrote: On Monday, 25 January 2016 at 08:57:44 UTC, Rory McGuire wrote: Ouch yes, seen that before. I just would prefer the base library to be exactly that a base. I agree. Imagine if all the effort put into Phobos' extras was

Re: Vision for the first semester of 2016

2016-01-26 Thread tsbockman via Digitalmars-d-announce
On Tuesday, 26 January 2016 at 21:47:41 UTC, Ola Fosheim Grøstad wrote: On Tuesday, 26 January 2016 at 21:03:01 UTC, tsbockman wrote: Also, you skipped past the "uninterested" part - this is a volunteer project, remember? I didn't think it was a relevant argument as you can still write

Re: Vision for the first semester of 2016

2016-01-26 Thread tsbockman via Digitalmars-d-announce
On Tuesday, 26 January 2016 at 22:48:23 UTC, Ola Fosheim Grøstad wrote: On Tuesday, 26 January 2016 at 22:33:32 UTC, tsbockman wrote: characteristics for basic infrastructure. People shouldn't have to rewrite their entire stack every 6 months just because someone thought of a better API for

Re: Vision for the first semester of 2016

2016-01-24 Thread tsbockman via Digitalmars-d-announce
On Monday, 25 January 2016 at 02:37:40 UTC, Andrei Alexandrescu wrote: Hot off the press! http://wiki.dlang.org/Vision/2016H1 -- Andrei Something went wrong here: We fell short of our 2000 pull requests goal in H2 2015. We have had only 1 1378 pull requests. In addition to the extraneous

Re: Vision for the first semester of 2016

2016-01-24 Thread tsbockman via Digitalmars-d-announce
On Monday, 25 January 2016 at 07:03:35 UTC, Russel Winder wrote: The strategy should be "get rid of anything in Phobos that can be put out as a separate library". This makes no sense as a standard: since neither DMD nor druntime is allowed to depend upon Phobos, everything in Phobos *could*

Re: LDC 0.17.0-beta1 has been released!

2016-01-18 Thread tsbockman via Digitalmars-d-announce
On Monday, 18 January 2016 at 15:47:07 UTC, Manu wrote: Love your work guys! Thanks for keeping at it. One question though, what's the plan for moving to DMD latest? Both LDC and GDC seem to be quite behind at the moment. My current project is depending on bug-fixes patched in by Walter in

Re: New D tool releases

2016-01-14 Thread tsbockman via Digitalmars-d-announce
On Thursday, 14 January 2016 at 09:05:09 UTC, Brian Schott wrote: dfmt: Code formatter 0.4.2 http://code.dlang.org/packages/dfmt https://github.com/Hackerpilot/dfmt/releases/tag/v0.4.2 You forgot to bump the version number: dfmt --version 0.4.1

Re: Andrei on Optimization

2016-01-08 Thread tsbockman via Digitalmars-d-announce
On Friday, 8 January 2016 at 13:30:34 UTC, Walter Bright wrote: Part 2: https://www.youtube.com/watch?v=3_FXy3cT5C8 Inspiration for a new logo? :P http://www.youtube.com/watch?v=3_FXy3cT5C8=47m50s

Re: Beta D 2.070.0-b1

2016-01-03 Thread tsbockman via Digitalmars-d-announce
On Sunday, 3 January 2016 at 19:24:57 UTC, Martin Nowak wrote: First beta for the 2.070.0 release. Any hope for this? https://github.com/D-Programming-Language/dmd/pull/3407#issuecomment-136974686 It's been bugging a lot of people lately.