[Issue 24571] Grammar spec should not use "opt"

2024-05-28 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=24571 Dlang Bot changed: What|Removed |Added Keywords||pull --- Comment #2 from Dlang Bot --- @Bolpat

Re: North Korean Hackers Developing Malware in Dlang Programming Language

2024-05-28 Thread Steven Schveighoffer via Digitalmars-d-announce
On Tuesday, 28 May 2024 at 11:14:07 UTC, aberba wrote: On Monday, 27 May 2024 at 23:00:58 UTC, ryuukk_ wrote: On Monday, 27 May 2024 at 16:17:07 UTC, aberba wrote: By Ionut Arghire: The North Korea-linked hacking group Lazarus has been observed deploying Dlang malware in attacks against

[Issue 24571] Grammar spec should not use "opt"

2024-05-28 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=24571 Bolpat changed: What|Removed |Added CC||qs.il.paperi...@gmail.com --- Comment #1 from

[Issue 24571] New: Grammar spec should not use "opt"

2024-05-28 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=24571 Issue ID: 24571 Summary: Grammar spec should not use "opt" Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: enhancement

Re: North Korean Hackers Developing Malware in Dlang Programming Language

2024-05-28 Thread aberba via Digitalmars-d-announce
On Monday, 27 May 2024 at 23:00:58 UTC, ryuukk_ wrote: On Monday, 27 May 2024 at 16:17:07 UTC, aberba wrote: By Ionut Arghire: The North Korea-linked hacking group Lazarus has been observed deploying Dlang malware in attacks against organizations in the manufacturing, agriculture, and

[Issue 24570] printing a range of ranges consumes sub-ranges

2024-05-28 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=24570 --- Comment #3 from Salih Dincer --- There's no reason why this issue can't be easily fixed. Because when you include narrow string or wchar, there is no problem of not being able to save():

[Issue 24570] printing a range of ranges consumes sub-ranges

2024-05-28 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=24570 Salih Dincer changed: What|Removed |Added CC||sali...@hotmail.com --- Comment #2 from

Re: Implementation Details

2024-05-27 Thread Richard (Rikki) Andrew Cattermole via Digitalmars-d-learn
On 28/05/2024 12:54 PM, Ruby The Roobster wrote: As of late, I have taken up an interest in learning about how the D language is implemented at a compiler level, specifically the GC implementation.  Unfortunately, the source code is poorly documented, and is too large to simply read all

Implementation Details

2024-05-27 Thread Ruby The Roobster via Digitalmars-d-learn
As of late, I have taken up an interest in learning about how the D language is implemented at a compiler level, specifically the GC implementation. Unfortunately, the source code is poorly documented, and is too large to simply read all of it in a reasonable amount of time. If anyone here

Re: Problem with clear on shared associative array?

2024-05-27 Thread Richard (Rikki) Andrew Cattermole via Digitalmars-d-learn
On 28/05/2024 12:36 PM, Andy Valencia wrote: On Monday, 27 May 2024 at 04:04:03 UTC, mw wrote: Pls NOTE: it is a   `sharded` (meaning trunk-ed) NON-concurrent map, not `shared` concurrent map. Assuming I put it in shared memory, in what way is it not able to be used concurrently?  It seems

Re: Problem with clear on shared associative array?

2024-05-27 Thread Andy Valencia via Digitalmars-d-learn
On Monday, 27 May 2024 at 04:04:03 UTC, mw wrote: Pls NOTE: it is a `sharded` (meaning trunk-ed) NON-concurrent map, not `shared` concurrent map. Assuming I put it in shared memory, in what way is it not able to be used concurrently? It seems to have the needed lock operations? Thanks,

Re: North Korean Hackers Developing Malware in Dlang Programming Language

2024-05-27 Thread ryuukk_ via Digitalmars-d-announce
On Monday, 27 May 2024 at 16:17:07 UTC, aberba wrote: By Ionut Arghire: The North Korea-linked hacking group Lazarus has been observed deploying Dlang malware in attacks against organizations in the manufacturing, agriculture, and physical security sectors, Cisco’s Talos security researchers

[users] how to open/use older version

2024-05-27 Thread Scoobie D via Users
I have the Chirp software on my old MacBook Pro (cira 2009) Running version 10.10.5. I can no longer open it on that laptop. I was trying to load each profile to my Baofeg UV-5R to move them to my newer MacBook Pro., but I'm not able to open Chirp on my older model. Am I out of luck or is there

Re: Beerconf May

2024-05-27 Thread Sergey via Digitalmars-d-announce
On Monday, 27 May 2024 at 20:31:27 UTC, Steven Schveighoffer wrote: FYI, I recorded this, but there was some audio issues with the recording. I think it's salvageable, but I will post it when it's ready. -Steve Thanks for the talk - it was really nice demo. I am encourage you to do it more

Re: Beerconf May

2024-05-27 Thread Steven Schveighoffer via Digitalmars-d-announce
On Saturday, 25 May 2024 at 17:57:50 UTC, Steven Schveighoffer wrote: On Thursday, 23 May 2024 at 17:42:38 UTC, Steven Schveighoffer wrote: I will do a very informal presentation (no slides, just talking and coding) at about 18:00 UTC on Saturday. We will send out an announcement when it's

[clang-tools-extra] [clangd] Add config option to allow detection of unused system headers (PR #87208)

2024-05-27 Thread Vadim D. via cfe-commits
vvd170501 wrote: Ping. @kadircet, can you merge this, please? Or are additional approvals required? https://github.com/llvm/llvm-project/pull/87208 ___ cfe-commits mailing list cfe-commits@lists.llvm.org

Re: North Korean Hackers Developing Malware in Dlang Programming Language

2024-05-27 Thread monkyyy via Digitalmars-d-announce
On Monday, 27 May 2024 at 16:17:07 UTC, aberba wrote: By Ionut Arghire: the guy writes 3 articles a day, assuming a 8 hour work week he must have spent less then 3 hours with the topic Please dont reshare slop just because it mentions d

[bug #65773] [PATCH] win32: on VC always make PDB debugging symbols for Release

2024-05-27 Thread Dan D
Follow-up Comment #2, bug #65773 (group make): [comment #1 comment #1:] > This patch is fine by me, but I believe we will need a copyright assignment for you to accept this and other patches you sent. > > Would you like me to send you the form to fill and the instructions to go with it, so you

Re: North Korean Hackers Developing Malware in Dlang Programming Language

2024-05-27 Thread Sergey via Digitalmars-d-announce
On Monday, 27 May 2024 at 17:08:55 UTC, Ferhat Kurtulmuş wrote: I asked chatgpt if it wrote this paragraph, and it said yes. Yeah, AI generated stuff is a new nightmare :( for all of us

[bug #65771] [PATCH] restore Visual C 6 and newer but older VC 200X builds

2024-05-27 Thread Dan D
Follow-up Comment #3, bug #65771 (group make): Revised "restore Visual C 6 and newer but older VC 200X builds" -more std C types/casts used, no more app specific "_quad_t" type also added a 2nd patch fixing build/compile time, for gnumake on old or very old (2000s era) Mingw GCCs for Win32.

Re: North Korean Hackers Developing Malware in Dlang Programming Language

2024-05-27 Thread Ferhat Kurtulmuş via Digitalmars-d-announce
On Monday, 27 May 2024 at 16:17:07 UTC, aberba wrote: By Ionut Arghire: The North Korea-linked hacking group Lazarus has been observed deploying Dlang malware in attacks against organizations in the manufacturing, agriculture, and physical security sectors, Cisco’s Talos security researchers

[bug #65776] [PATCH 1/3] win32 STAT_LITE

2024-05-27 Thread Dan D
Follow-up Comment #2, bug #65776 (group make): I check my Win2K PC, kernel32.dll has GetFileAttributesEx, my WinME also has GetFileAttributesEx, my Win 95 test box, NO. https://www.betaarchive.com/wiki/index.php?title=Microsoft_KB_Archive/250301 says GFAEx() added Win 98 for Dos Windows family

[Issue 24570] printing a range of ranges consumes sub-ranges

2024-05-27 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=24570 --- Comment #1 from Steven Schveighoffer --- A further note is that an array of arrays is not consumed when printed -- because formatValue has a specialized case for that. --

[Issue 24570] New: printing a range of ranges consumes sub-ranges

2024-05-27 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=24570 Issue ID: 24570 Summary: printing a range of ranges consumes sub-ranges Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: enhancement

[Issue 24569] operator overloading on pointer to value-type instances

2024-05-27 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=24569 Dennis changed: What|Removed |Added CC||dkor...@live.nl --- Comment #1 from Dennis ---

[Issue 24549] std.process.environment.get(null) segfaults

2024-05-27 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=24549 --- Comment #4 from Dlang Bot --- dlang/phobos pull request #9006 "merge stable" was merged into master: - 82e8e32b2ff546a86eb3683b1af4ecc5939f633e by Steven Schveighoffer: Fix bugzilla issue 24549 -- environment.get(null) segfaults on Linux

[Issue 24546] importC musl setjmp.h failure

2024-05-27 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=24546 --- Comment #5 from Dlang Bot --- dlang/dmd pull request #16534 "merge stable" was merged into master: - cc66e60109fb99b0983b908ebd70f1a7f9499d76 by Johan Engelen: Fix bugzilla 24546 for musl libc (#16507) https://github.com/dlang/dmd/pull/16534

Re: [Intel-wired-lan] [PATCH v8 12/12] ABI: pps: Add ABI documentation for Intel TIO

2024-05-27 Thread D, Lakshmi Sowjanya
> -Original Message- > From: Andy Shevchenko > Sent: Monday, May 13, 2024 4:52 PM > To: D, Lakshmi Sowjanya > Cc: t...@linutronix.de; jstu...@google.com; giome...@enneenne.com; > cor...@lwn.net; linux-ker...@vger.kernel.org; x...@kernel.org; > net...@v

Re: [Intel-wired-lan] [PATCH v8 10/12] pps: generators: Add PPS Generator TIO Driver

2024-05-27 Thread D, Lakshmi Sowjanya
> -Original Message- > From: Andy Shevchenko > Sent: Monday, May 13, 2024 4:49 PM > To: D, Lakshmi Sowjanya > Cc: t...@linutronix.de; jstu...@google.com; giome...@enneenne.com; > cor...@lwn.net; linux-ker...@vger.kernel.org; x...@kernel.org; > net...@v

[Issue 24569] New: operator overloading on pointer to value-type instances

2024-05-27 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=24569 Issue ID: 24569 Summary: operator overloading on pointer to value-type instances Product: D Version: D2 Hardware: All OS: All Status: NEW

[Issue 24562] inout on the copy constructor makes it so that a normal opAssign does not work with multiple layers of objects

2024-05-27 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=24562 RazvanN changed: What|Removed |Added CC||razvan.nitu1...@gmail.com --- Comment #2 from

[Issue 24560] dmd crash on imported function with default parameter containing `new`

2024-05-27 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=24560 Dlang Bot changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

Re: problem to create a shortcut

2024-05-27 Thread D. Ben Knoble
ls from it, send an email to vim_use+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_use/2025f52d-65f1-40f6-8a1e-c5d01be15c63n%40googlegroups.com.

Re: Problem with clear on shared associative array?

2024-05-26 Thread mw via Digitalmars-d-learn
On Monday, 27 May 2024 at 00:43:47 UTC, Serg Gini wrote: On Sunday, 26 May 2024 at 20:15:54 UTC, Andy Valencia wrote: For others wrestling with this issue, I found out how to cast to unshared at this article: You can check also this solution https://github.com/DmitryOlshansky/sharded-map

Re: Problem with clear on shared associative array?

2024-05-26 Thread Serg Gini via Digitalmars-d-learn
On Sunday, 26 May 2024 at 20:15:54 UTC, Andy Valencia wrote: For others wrestling with this issue, I found out how to cast to unshared at this article: You can check also this solution https://github.com/DmitryOlshansky/sharded-map

Re: The D Programming Language and Its Role in Cybersecurity

2024-05-26 Thread Dukc via Digitalmars-d-announce
Dukc kirjoitti 26.5.2024 klo 21.39: I hope he/she hasn't earned his/her position with opinion pieces like this. Stupid me, his name is on your post. So "he" and "his" obviously.

[Issue 20243] inout not substituted for in associative array key type

2024-05-26 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20243 Dlang Bot changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

Re: Problem with clear on shared associative array?

2024-05-26 Thread Andy Valencia via Digitalmars-d-learn
On Sunday, 26 May 2024 at 20:00:50 UTC, Jonathan M Davis wrote: No operation on an associative array is thread-safe. As such, you should not be doing _any_ operation on a shared AA without first locking a mutex to protect it. Then you need to cast away shared to access or mutate it or do

Re: Problem with clear on shared associative array?

2024-05-26 Thread Jonathan M Davis via Digitalmars-d-learn
On Sunday, May 26, 2024 8:39:53 AM MDT Andy Valencia via Digitalmars-d-learn wrote: > The following code fails to compile; it appears from the error > message that the library's clear() function is not ready to act > on a shared AA? > > synchronized class F { > > priva

[jira] [Resolved] (NET-730) Cannot connect to FTP server with HTTP proxy

2024-05-26 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/NET-730?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary D. Gregory resolved NET-730. - Fix Version/s: 3.11.0 Resolution: Fixed [~jthalmai] Fixed in git master and snapshot builds

Re: The D Programming Language and Its Role in Cybersecurity

2024-05-26 Thread Dukc via Digitalmars-d-announce
aberba kirjoitti 25.5.2024 klo 10.58: On Friday, 24 May 2024 at 19:54:16 UTC, Steven Schveighoffer wrote: On Monday, 20 May 2024 at 21:21:24 UTC, aberba wrote: Found this article by Raymond Andrè Hagen: https://www.linkedin.com/pulse/d-programming-language-its-role-cybersecurity-raymond-andr

[jira] [Updated] (NET-730) Cannot connect to FTP server with HTTP proxy

2024-05-26 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/NET-730?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary D. Gregory updated NET-730: Assignee: Gary D. Gregory > Cannot connect to FTP server with HTTP pr

Re: Demo for The Art of Reflection released (a 3D game and engine fully written in D)

2024-05-26 Thread Dukc via Digitalmars-d-announce
Lewis kirjoitti 24.5.2024 klo 20.45: Hello! Not sure if it's of interest, but I've been developing a 3D game and engine in D for a few years, and finally have a demo up on Steam for anyone interested in poking around (Windows only unfortunately). - All code (engine and game) written in D

[Issue 20243] inout not substituted for in associative array key type

2024-05-26 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20243 Dlang Bot changed: What|Removed |Added Keywords||pull --- Comment #1 from Dlang Bot ---

Re: Javadoc usability

2024-05-26 Thread Gary D. Gregory
Emmanuel, It looks like you updated the Commons Parent POM to add a profile without documenting the change in changes.xml. Would you please do that? TY, Gary On 2024/05/18 12:21:54 sebb wrote: > If we are changing the Javadoc settings, we should update the footer > to include the full list of

Problem with clear on shared associative array?

2024-05-26 Thread Andy Valencia via Digitalmars-d-learn
The following code fails to compile; it appears from the error message that the library's clear() function is not ready to act on a shared AA? synchronized class F { private: string[int] mydict; public: void clear() { this.mydict.clear(); } } void main() { auto f =

Re: Demo for The Art of Reflection released (a 3D game and engine fully written in D)

2024-05-26 Thread Bastiaan Veelo via Digitalmars-d-announce
On Friday, 24 May 2024 at 17:45:31 UTC, Lewis wrote: Hello! Not sure if it's of interest, but I've been developing a 3D game and engine in D for a few years, and finally have a demo up on Steam for anyone interested in poking around (Windows only unfortunately). Seems worthy of a DConf

[Issue 24568] Aborting from core/sync/mutex.d(149) Error: pthread_mutex_destroy failed

2024-05-26 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=24568 a...@jcomp.tk changed: What|Removed |Added Component|druntime|phobos --

[Issue 24568] New: Aborting from core/sync/mutex.d(149) Error: pthread_mutex_destroy failed

2024-05-26 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=24568 Issue ID: 24568 Summary: Aborting from core/sync/mutex.d(149) Error: pthread_mutex_destroy failed Product: D Version: D2 Hardware: x86_64 OS: Linux

Re: ?subject=Reporting%20broken%20download%20link

2024-05-25 Thread D W
downloaded file to you XP computer? > > > trying to get something for winxp but it seems to not respond to winxp > and chrome > > any other ways to get that software? or did you all give up on xp > updates. > > If you are still using Windows XP then I strongly recommend to

Re: Debug with GDB on Windows

2024-05-25 Thread user1234 via Digitalmars-d-debugger
On Saturday, 18 May 2024 at 22:57:23 UTC, Aleksey Gorelov wrote: I am trying to debug on windows. A simple hello world app compiled with ``` "c:\D\ldc2-1.38.0-windows-x64\bin\ldc2.exe" -gdwarf -O0 app.d ``` has debug symbols. But the same app compiled with ``` dub build

Re: Need system to run 24/7

2024-05-25 Thread Michael D. Setzer II via users
support for Fedora users > On Sat, 2024-05-25 at 07:51 -0400, Robert McBroom via users wrote: > > > > On 5/25/24 4:01 AM, Barry wrote: > > > > > > > On 24 May 2024, at 22:47, Michael D. Setzer II via users > > > > wrote: > > > > > &

Bug#1069881: systemd 252.25-1~deb12u1 flagged for acceptance

2024-05-25 Thread Adam D Barratt
package release.debian.org tags 1069881 = bookworm pending thanks Hi, The upload referenced by this bug report has been flagged for acceptance into the proposed-updates queue for Debian bookworm. Thanks for your contribution! Upload details == Package: systemd Version:

Bug#1069881: systemd 252.24-1~deb12u1 flagged for acceptance

2024-05-25 Thread Adam D Barratt
package release.debian.org tags 1069881 = bookworm pending thanks Hi, The upload referenced by this bug report has been flagged for acceptance into the proposed-updates queue for Debian bookworm. Thanks for your contribution! Upload details == Package: systemd Version:

Bug#1070856: riseup-vpn 0.21.11+ds1-5+deb12u1 flagged for acceptance

2024-05-25 Thread Adam D Barratt
package release.debian.org tags 1070856 = bookworm pending thanks Hi, The upload referenced by this bug report has been flagged for acceptance into the proposed-updates queue for Debian bookworm. Thanks for your contribution! Upload details == Package: riseup-vpn Version:

Bug#1071159: glib2.0 2.74.6-2+deb12u3 flagged for acceptance

2024-05-25 Thread Adam D Barratt
package release.debian.org tags 1071159 = bookworm pending thanks Hi, The upload referenced by this bug report has been flagged for acceptance into the proposed-updates queue for Debian bookworm. Thanks for your contribution! Upload details == Package: glib2.0 Version:

Bug#1070801: qemu 7.2+dfsg-7+deb12u6 flagged for acceptance

2024-05-25 Thread Adam D Barratt
package release.debian.org tags 1070801 = bookworm pending thanks Hi, The upload referenced by this bug report has been flagged for acceptance into the proposed-updates queue for Debian bookworm. Thanks for your contribution! Upload details == Package: qemu Version:

Bug#1069720: dpdk 22.11.5-1~deb12u1 flagged for acceptance

2024-05-25 Thread Adam D Barratt
package release.debian.org tags 1069720 = bookworm pending thanks Hi, The upload referenced by this bug report has been flagged for acceptance into the proposed-updates queue for Debian bookworm. Thanks for your contribution! Upload details == Package: dpdk Version:

Bug#1071159: glib2.0 2.74.6-2+deb12u3 flagged for acceptance

2024-05-25 Thread Adam D Barratt
package release.debian.org tags 1071159 = bookworm pending thanks Hi, The upload referenced by this bug report has been flagged for acceptance into the proposed-updates queue for Debian bookworm. Thanks for your contribution! Upload details == Package: glib2.0 Version:

Bug#1070856: riseup-vpn 0.21.11+ds1-5+deb12u1 flagged for acceptance

2024-05-25 Thread Adam D Barratt
package release.debian.org tags 1070856 = bookworm pending thanks Hi, The upload referenced by this bug report has been flagged for acceptance into the proposed-updates queue for Debian bookworm. Thanks for your contribution! Upload details == Package: riseup-vpn Version:

Bug#1070801: qemu 7.2+dfsg-7+deb12u6 flagged for acceptance

2024-05-25 Thread Adam D Barratt
package release.debian.org tags 1070801 = bookworm pending thanks Hi, The upload referenced by this bug report has been flagged for acceptance into the proposed-updates queue for Debian bookworm. Thanks for your contribution! Upload details == Package: qemu Version:

Bug#1069881: systemd 252.25-1~deb12u1 flagged for acceptance

2024-05-25 Thread Adam D Barratt
package release.debian.org tags 1069881 = bookworm pending thanks Hi, The upload referenced by this bug report has been flagged for acceptance into the proposed-updates queue for Debian bookworm. Thanks for your contribution! Upload details == Package: systemd Version:

Bug#1069881: systemd 252.24-1~deb12u1 flagged for acceptance

2024-05-25 Thread Adam D Barratt
package release.debian.org tags 1069881 = bookworm pending thanks Hi, The upload referenced by this bug report has been flagged for acceptance into the proposed-updates queue for Debian bookworm. Thanks for your contribution! Upload details == Package: systemd Version:

Bug#1069720: dpdk 22.11.5-1~deb12u1 flagged for acceptance

2024-05-25 Thread Adam D Barratt
package release.debian.org tags 1069720 = bookworm pending thanks Hi, The upload referenced by this bug report has been flagged for acceptance into the proposed-updates queue for Debian bookworm. Thanks for your contribution! Upload details == Package: dpdk Version:

Bug#1066965: bookworm-pu: package newlib/3.3.0-2

2024-05-25 Thread Adam D. Barratt
n used for a package uploaded to Debian (or included as a changelog stanza in d/changelog for any package uploaded to Debian) in the past. > + > +  * QA upload. > +  * Orphan package to reflect status in Unstable. Although this is harmless, note that it's also mostly redundant, as nothing actually

Bug#1066965: bookworm-pu: package newlib/3.3.0-2

2024-05-25 Thread Adam D. Barratt
n used for a package uploaded to Debian (or included as a changelog stanza in d/changelog for any package uploaded to Debian) in the past. > + > +  * QA upload. > +  * Orphan package to reflect status in Unstable. Although this is harmless, note that it's also mostly redundant, as nothing actually

Re: View / test *-ttf fonts

2024-05-25 Thread Thomas D. Dean
On 5/25/24 07:22, Todd Gruhn wrote: Is there a way to view the *-ttf fonts? So I know what it will look like ... xfd Tom Dean

Re: How does one attach a manifest file to a D executable on Windows?

2024-05-25 Thread John Chapman via Digitalmars-d-learn
On Saturday, 25 May 2024 at 13:13:08 UTC, solidstate1991 wrote: No, I meant something like this: https://learn.microsoft.com/en-us/windows/win32/controls/cookbook-overview Not tested but from memory I do this: 1) Copy that first XML snippet from the page you linked, save to a file called

[Issue 24562] inout on the copy constructor makes it so that a normal opAssign does not work with multiple layers of objects

2024-05-25 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=24562 Jonathan M Davis changed: What|Removed |Added Severity|blocker |major --- Comment #1 from Jonathan M

Re: Beerconf May

2024-05-25 Thread Steven Schveighoffer via Digitalmars-d-announce
On Thursday, 23 May 2024 at 17:42:38 UTC, Steven Schveighoffer wrote: I will do a very informal presentation (no slides, just talking and coding) at about 18:00 UTC on Saturday. We will send out an announcement when it's about to start as well. Happening in a few minutes! The URL is

[Issue 24567] New: In interpolation token strings: "$(expression)" is not treated as interpolation expression

2024-05-25 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=24567 Issue ID: 24567 Summary: In interpolation token strings: "$(expression)" is not treated as interpolation expression Product: D Version: D2 Hardware: x86

Re: [Nut-upsuser] APC SMC1500 question

2024-05-25 Thread d tbsky via Nut-upsuser
Laurent Taieb > As the UPS also communicates via Ethernet, I was wondering whether some non > usb drivers would have been developed to collect ups data. > Right now, I’m only getting basic emails from APC when the ups is on battery > or back to power. Ethernet smartconnect and microlink

Re: How does one attach a manifest file to a D executable on Windows?

2024-05-25 Thread solidstate1991 via Digitalmars-d-learn
On Friday, 24 May 2024 at 21:26:12 UTC, Ferhat Kurtulmuş wrote: I think this is what you need https://github.com/aferust/doitlater/tree/master/views/res No, I meant something like this: https://learn.microsoft.com/en-us/windows/win32/controls/cookbook-overview

Re: Beerconf May

2024-05-25 Thread Richard (Rikki) Andrew Cattermole via Digitalmars-d-announce
Its time for another link! https://meet.jit.si/Dlang2024MayBeerConf Oh and don't forget to update your Intellij D plugin, and have your Intellij instance at 2024.1.2 there some nice improvements and bug fixes in both!

Re: [Nut-upsuser] APC SMC1500 question

2024-05-25 Thread d tbsky via Nut-upsuser
Laurent Taieb > > Thanks d tbsky, > Actually, my nut server is connected via usb. APC looks to be a very common > UPS brand. > I wonder whether there is another version of the usbhid server or another > server for this UPS ? > > Laurent if you want to use full usbh

[jira] [Commented] (TEXT-217) Snake case utility method: CaseUtils.toSnakeCase(....)

2024-05-25 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/TEXT-217?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17849453#comment-17849453 ] Gary D. Gregory commented on TEXT-217: -- Hi [~claude] This could both be useful but also a source

[Issue 24565] out contract variable is implicitly const

2024-05-25 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=24565 timon.g...@gmx.ch changed: What|Removed |Added CC||timon.g...@gmx.ch --- Comment #2 from

[Issue 24565] out contract variable is implicitly const

2024-05-25 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=24565 Dlang Bot changed: What|Removed |Added Keywords||pull --- Comment #1 from Dlang Bot --- @ntrel

[jira] [Commented] (TEXT-217) Snake case utility method: CaseUtils.toSnakeCase(....)

2024-05-25 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/TEXT-217?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17849452#comment-17849452 ] Gary D. Gregory commented on TEXT-217: -- Where does OpenAPI require snake case for keys? I only see

[bug #65771] [PATCH] restore Visual C 6 and newer but older VC 200X builds

2024-05-25 Thread Dan D
Follow-up Comment #2, bug #65771 (group make): [comment #1 comment #1:] > Thanks. Some comments to the proposed patch: > > @@ -576,8 +578,8 @@ char *ttyname (int); > > /* Define {u,}intmax_t if not defined in or . */ > #if !HAVE_STDINT_H && !HAVE_INTTYPES_H > -#define intmax_t long long >

[Github-comments] Re: [geany/geany] Feature request: Exclude folders and files inside of project and workspace (Issue #3876)

2024-05-25 Thread Michal D. via Github-comments
I had discovered that this functionality is already build-in, but it seem it's unfocumented. However, it requires improvement -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/3876#issuecomment-2131162905 You are receiving this because you are

Re: The D Programming Language and Its Role in Cybersecurity

2024-05-25 Thread Dom DiSc via Digitalmars-d-announce
On Saturday, 25 May 2024 at 07:58:35 UTC, aberba wrote: On Friday, 24 May 2024 at 19:54:16 UTC, Steven Schveighoffer wrote: On Monday, 20 May 2024 at 21:21:24 UTC, aberba wrote: Found this article by Raymond Andrè Hagen: https://www.linkedin.com/pulse/d-programming-language-its-role

Re: The D Programming Language and Its Role in Cybersecurity

2024-05-25 Thread aberba via Digitalmars-d-announce
On Friday, 24 May 2024 at 19:54:16 UTC, Steven Schveighoffer wrote: On Monday, 20 May 2024 at 21:21:24 UTC, aberba wrote: Found this article by Raymond Andrè Hagen: https://www.linkedin.com/pulse/d-programming-language-its-role-cybersecurity-raymond-andr%C3%A8-hagen-nfvgf/ My goodness

Re: [Nut-upsuser] APC SMC1500 question

2024-05-24 Thread d tbsky via Nut-upsuser
Laurent Taieb via Nut-upsuser > > Hello mailing List. > > I manage 2 UPS via NUT, an APC Smart-UPS_1500 and an EATON 5S 1500. > > I can get load information on the EATON but not on the APC. > > Actually upsc doesn’t give much information on the APC. > > Does someone know whether this is a driver

Re: [Nut-upsuser] APC SMC1500 question

2024-05-24 Thread d tbsky via Nut-upsuser
d tbsky > > Laurent Taieb via Nut-upsuser > > > > Hello mailing List. > > > > I manage 2 UPS via NUT, an APC Smart-UPS_1500 and an EATON 5S 1500. > > > > I can get load information on the EATON but not on the APC. > > > > Actually upsc

[frameworks-kcoreaddons] [Bug 387663] Dolphin doesn't update view (doesn't show new files) for local filesystem

2024-05-24 Thread D. Debnath
https://bugs.kde.org/show_bug.cgi?id=387663 D. Debnath changed: What|Removed |Added CC||d_debn...@outlook.com -- You are receiving

[kde] [Bug 479891] Some text glyphs in QML software are mis-aligned or squished when using a fractional scale factor

2024-05-24 Thread D. Debnath
https://bugs.kde.org/show_bug.cgi?id=479891 D. Debnath changed: What|Removed |Added CC||d_debn...@outlook.com -- You are receiving

[Issue 22646] [REG2.099] CT bounds checking ignores short circuit evaluation

2024-05-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22646 Steven Schveighoffer changed: What|Removed |Added See Also||https://issues.dlang.org/sh

[Issue 24566] condition that starts with runtime value and uses compile time array does not short circuit

2024-05-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=24566 Steven Schveighoffer changed: What|Removed |Added See Also||https://issues.dlang.org/sh

[Issue 24566] New: condition that starts with runtime value and uses compile time array does not short circuit

2024-05-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=24566 Issue ID: 24566 Summary: condition that starts with runtime value and uses compile time array does not short circuit Product: D Version: D2 Hardware: All OS: All

[jira] [Comment Edited] (TEXT-234) Improve StrBuilder documentation for new line text

2024-05-24 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/TEXT-234?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17849418#comment-17849418 ] Gary D. Gregory edited comment on TEXT-234 at 5/25/24 2:13 AM: --- Hello

[jira] [Commented] (TEXT-234) Improve StrBuilder documentation for new line text

2024-05-24 Thread Gary D. Gregory (Jira)
[ https://issues.apache.org/jira/browse/TEXT-234?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17849418#comment-17849418 ] Gary D. Gregory commented on TEXT-234: -- Helo [~tobiaskiecker] All set? > Improve StrBuil

Re: Parallel safe associative array?

2024-05-24 Thread mw via Digitalmars-d-learn
https://code.dlang.org/packages/rust_interop_d wrapped: DashMap: is an implementation of a concurrent associative array/hashmap in Rust.

[Issue 24564] std.file.DirEntry throws Exception instead of FileException

2024-05-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=24564 Dlang Bot changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

Re: Need system to run 24/7

2024-05-24 Thread Michael D. Setzer II via users
//fedoraproject.org/wiki/Mailing_list_guidelines > List Archives: > https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org > Do not reply to spam, report it: > https://pagure.io/fedora-infrastructure/new_issue +----+ Mic

Re: Demo for The Art of Reflection released (a 3D game and engine fully written in D)

2024-05-24 Thread Lewis via Digitalmars-d-announce
On Friday, 24 May 2024 at 19:22:32 UTC, Jonathan Gerlach wrote: I'm impressed. Are you using DirectX "11 on 12" or standard DirectX11? Did you need to avoid the GC at all? I imagine the GC could ruin your framerate if you're not careful. Thanks for sharing and congrats on finishing (close

Re: How does one attach a manifest file to a D executable on Windows?

2024-05-24 Thread Ferhat Kurtulmuş via Digitalmars-d-learn
On Friday, 24 May 2024 at 21:04:53 UTC, Ferhat Kurtulmuş wrote: On Friday, 24 May 2024 at 19:07:24 UTC, solidstate1991 wrote: I have tried resource compiling, then using `dflags` in dug to add the resulting obj file, but I still get the issue of the old GUI style. I did that before, but I

Re: How does one attach a manifest file to a D executable on Windows?

2024-05-24 Thread Ferhat Kurtulmuş via Digitalmars-d-learn
On Friday, 24 May 2024 at 19:07:24 UTC, solidstate1991 wrote: I have tried resource compiling, then using `dflags` in dug to add the resulting obj file, but I still get the issue of the old GUI style. I did that before, but I don't remember now. Probably you will figure that out based on

Re: The D Programming Language and Its Role in Cybersecurity

2024-05-24 Thread Steven Schveighoffer via Digitalmars-d-announce
On Monday, 20 May 2024 at 21:21:24 UTC, aberba wrote: Found this article by Raymond Andrè Hagen: https://www.linkedin.com/pulse/d-programming-language-its-role-cybersecurity-raymond-andr%C3%A8-hagen-nfvgf/ My goodness this is a terrible article. Almost no substance. Is this AI generated

[TV orNotTV] Re: NotTV: Advice writer Amy Dickinson packs in column

2024-05-24 Thread M-D November
d an email to tvornottv+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/tvornottv/5768db93-96e4-4f54-8e5c-2d1e72de08d7n%40googlegroups.com.

<    1   2   3   4   5   6   7   8   9   10   >