Re: DQt: Qt bindings using extern(C++)

2021-12-05 Thread russhy via Digitalmars-d-announce
Thanks for sharing! Don't forget to settopics (D, QT, binding, ui, gui for example) , it's in the same menu as your "About" one This helps discoverability on github a lot!

Re: Lumars 1.1.1 & Lumarsh 0.2.2

2021-11-26 Thread russhy via Digitalmars-d-announce
On Friday, 26 November 2021 at 11:11:20 UTC, SealabJaster wrote: # Lumars Lumars is a high-level wrapper around the Lua API. It only targets Lua 5.1 because of LuaJit. It bundles a precompiled version of LuaJit for Windows and Posix x86_64 machines to make it easier to include. The main hig

Re: Classes in D with betterC

2021-11-20 Thread russhy via Digitalmars-d-announce
as much as i love betterC i think if we see classes in betterC, then we should have them require the * otherwise it's repeating the same mistakes as D betterC already is niche on its own, so let's do the move?

Re: Classes in D with betterC

2021-11-20 Thread russhy via Digitalmars-d-announce
If -betterC get classes, can we please make them require to have the same syntax as structs/classes in C++ MyClass* class = alloc!MyClass; otherwise i don't think the name "betterC" should remain.. that would be repeating same D's mistake (in my opinion)

Re: code-d 0.23.0

2021-11-20 Thread russhy via Digitalmars-d-announce
Congrats on release! it's finally here! One little issue i found: https://i.imgur.com/M0J1fXt.png For functions all fine But for variables, the type is only visible when the line is selected in the completion box

Re: code-d 0.23.0

2021-11-20 Thread russhy via Digitalmars-d-announce
Nvm about my previous message, there are no issues, i was using a local version of serve-d

Re: Beta 2.098.0

2021-10-10 Thread russhy via Digitalmars-d-announce
On Sunday, 10 October 2021 at 23:11:56 UTC, Walter Bright wrote: On 10/5/2021 10:36 AM, ag0aep6g wrote: it's also true that Walter prioritizes new features instead (ImportC is the latest fad) ImportC resolves a long standing serious issue where multiple other substantial attempts at solving i

Re: DIP 1039--Static Arrays with Inferred Length--Withdrawn

2021-09-04 Thread russhy via Digitalmars-d-announce
On Saturday, 4 September 2021 at 08:14:49 UTC, Mike Parker wrote: On Saturday, 4 September 2021 at 07:09:15 UTC, Mike Parker wrote: The author of DIP 1039, "Static Arrays with Inferred Length", has requested that the DIP be withdrawn from the review process. And [here's a link to the DIP](ht

Re: trash-d: Replacement for rm that uses the trash bin

2021-08-24 Thread russhy via Digitalmars-d-announce
On Tuesday, 24 August 2021 at 02:19:58 UTC, rushsteve1 wrote: https://github.com/rushsteve1/trash-d A near drop-in replacement for `rm` that uses the Freedesktop trash bin. Started because an acquaintance `rm -rf`'d his music folder and I thought there had to be a better way. It's pretty sim

Re: Beta 2.097.2

2021-08-09 Thread russhy via Digitalmars-d-announce
On Monday, 9 August 2021 at 16:32:41 UTC, Tejas wrote: On Sunday, 8 August 2021 at 20:14:48 UTC, Temtaime wrote: On Wednesday, 4 August 2021 at 17:34:32 UTC, Martin Nowak wrote: Glad to announce the first beta for the 2.097.2 point release, ♥ to the 4 contributors. http://dlang.org/download.h

Re: LDC 1.27.0

2021-07-31 Thread russhy via Digitalmars-d-announce
On Saturday, 31 July 2021 at 14:28:45 UTC, kinke wrote: Glad to announce LDC 1.27 - some highlights: * Based on D 2.097.1+. * LLVM for prebuilt packages bumped to v12.0.1. * Prebuilt packages now bundle reggae for faster building of dub projects. * Greatly improved DLL support on Windows, inclu

Re: Symmetry looking for D programmers in Singapore/Hong Kong/Australia/New Zealand

2021-06-16 Thread russhy via Digitalmars-d-announce
For what kind of project? need more info

Re: D Language Foundation Monthly Meeting Summary

2021-06-04 Thread russhy via Digitalmars-d-announce
On Friday, 4 June 2021 at 12:44:07 UTC, Imperatorn wrote: On Friday, 4 June 2021 at 00:14:11 UTC, zjh wrote: On Thursday, 3 June 2021 at 23:48:16 UTC, zjh wrote: [...] As a small language, if you want to succeed.There is no way out except to be the best. Otherwise, why don't I use C++? [.

Re: Discussion Thread: DIP 1039--Static Arrays with Inferred Length--Community Review Round 1

2021-05-15 Thread russhy via Digitalmars-d-announce
Please make it happen!

Re: Beta 2.097.0

2021-05-13 Thread russhy via Digitalmars-d-announce
On Thursday, 13 May 2021 at 13:38:44 UTC, jmh530 wrote: On Thursday, 13 May 2021 at 13:29:55 UTC, Martin Nowak wrote: Glad to announce the first beta for the 2.097.0 release, ♥ to the 54 contributors. http://dlang.org/download.html#dmd_beta http://dlang.org/changelog/2.097.0.html As usual ple

Re: LDC 1.26.0

2021-04-29 Thread russhy via Digitalmars-d-announce
On Wednesday, 28 April 2021 at 15:30:58 UTC, kinke wrote: Glad to announce LDC 1.26: * Based on D 2.096.1+. * Fixes a v1.25 regression wrt. corrupt `TypeInfo_Interface.info`. * Some more fixes and dcompute improvements. Full release log and downloads: https://github.com/ldc-developers/ldc/re

Re: Contacting DlangScience maintainers

2021-03-28 Thread russhy via Digitalmars-d-announce
Interestingly Github flags this repo as a "C" repo , with the balance of code tilting slightly (>51%) in favor of C (perhaps headers), compared to D. I wonder to what degree this affects overall stats of # Dlang repos on Github? this can be "fixed" using a .gitattribute file with the following