Re: DIP1044---"Enum Type Inference"---Formal Assessment

2023-04-26 Thread Jacob Shtokolov via Digitalmars-d-announce
On Wednesday, 26 April 2023 at 14:54:40 UTC, max haughton wrote: https://github.com/dlang/dmd/pull/13776 Wow, didn't know about this PR exists. Thank you for sharing!

Re: DIP1044---"Enum Type Inference"---Formal Assessment

2023-04-26 Thread Jacob Shtokolov via Digitalmars-d-announce
On Wednesday, 26 April 2023 at 12:50:32 UTC, bachmeier wrote: Many other solutions were provided as well, including but not limited to - Using shorter names - Using alias - Using an IDE with autocomplete - Using copy and paste While aliases and shorter names are always good options,

Re: DIP1044---"Enum Type Inference"---Formal Assessment

2023-04-26 Thread Jacob Shtokolov via Digitalmars-d-announce
On Tuesday, 25 April 2023 at 20:15:39 UTC, ryuukk_ wrote: void set_connected() { network_connect_state = NetworkConnectState.CONNECTED } MySuperLongNameFlag flag = MySuperLongNameFlag.A | MySuperLongNameFlag.B | MySuperLongNameFlag.C | MySuperLongNameFlag.D;

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

2020-06-09 Thread Jacob Shtokolov via Digitalmars-d-announce
On Saturday, 30 May 2020 at 20:29:37 UTC, Adam D. Ruppe wrote: We should make this actually work for everything. 1) Make inferred_attr: NOT apply to template/auto functions. 2) Add inverse attributes for all things. (or tri-state, true/false/null) 3) Solve the child scope problem somehow

Re: sumtype 0.8.3

2019-03-03 Thread Jacob Shtokolov via Digitalmars-d-announce
On Monday, 25 February 2019 at 20:31:43 UTC, Paul Backus wrote: - Pattern matching, including support for structural matching (★) What is the main difference between 'match()' in this library and 'visit()' in std.variant?

Re: Top Five World’s Most Underrated Programming Languages

2019-01-25 Thread Jacob Shtokolov via Digitalmars-d-announce
On Friday, 25 January 2019 at 11:07:48 UTC, Jacob Shtokolov wrote: This is where the precise GC might play a better role, BTW. Misspelling: not precise, conservative GC of course.

Re: Top Five World’s Most Underrated Programming Languages

2019-01-25 Thread Jacob Shtokolov via Digitalmars-d-announce
On Friday, 25 January 2019 at 10:15:15 UTC, Martin Tschierschke wrote: ( On my wish list at the top: An official D database connector. (MySql/MariaDB, Postgres, SQlite, MonetDB..) ) What about trying to find and to fund a maintainer for this purpose? (Next funding goal Mike Parker?) I