[Issue 24461] New: [Oh No! Page Not Found]

2024-03-27 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=24461 Issue ID: 24461 Summary: [Oh No! Page Not Found] Product: D Version: D2 Hardware: All URL: http://dlang.org/ OS: All Status: NEW Severity: normal

[Issue 2954] [tdpl] Allow to set associative array key value only using expression AA key type is constructable from

2024-03-27 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=2954 --- Comment #17 from Steven Schveighoffer --- (In reply to hsteoh from comment #16) > Niche or not, this problem ought to be fixed. It's been how long now, and we > still haven't gotten our act together on AA's. You may misunderstand, what I'm talkin

[Issue 24455] [ImportC] va_arg fails in working C code

2024-03-27 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=24455 --- Comment #1 from Lance Bachmeier --- Here's a simpler program that shows the bug. Compiles with gcc but not dmd: #include #include void foo(double * pm, ...) { va_list ap; double * targ; va_start(ap, pm); for (int i=1; ; i+

[Issue 21443] scope (failure) with a return breaks safety

2024-03-27 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21443 elpenguin...@gmail.com changed: What|Removed |Added See Also||https://issues.dlang.org/sh

[Issue 24460] New: scope(failure) with a goto breaks safety

2024-03-27 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=24460 Issue ID: 24460 Summary: scope(failure) with a goto breaks safety Product: D Version: D2 Hardware: All OS: All Status: NEW Keywords: accepts-invalid, safe

[Issue 24459] New: Missing symbol from partial incremental compilation. allinst doesn't help.

2024-03-27 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=24459 Issue ID: 24459 Summary: Missing symbol from partial incremental compilation. allinst doesn't help. Product: D Version: D2 Hardware: x86_64 OS: Linux

[Issue 24458] Mac M3 associative array keys on std.net.curl gets overwritten

2024-03-27 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=24458 Dlang Bot changed: What|Removed |Added Keywords||pull --- Comment #3 from Dlang Bot --- @MrcSnm

[Issue 24459] Missing symbol from partial incremental compilation. allinst doesn't help.

2024-03-27 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=24459 FeepingCreature changed: What|Removed |Added Keywords||industry --

[Issue 2954] [tdpl] Allow to set associative array key value only using expression AA key type is constructable from

2024-03-27 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=2954 --- Comment #16 from hst...@qfbox.info --- Niche or not, this problem ought to be fixed. It's been how long now, and we still haven't gotten our act together on AA's. Lookups should be permissive and allow types that are comparable with the key type (

[Issue 2954] [tdpl] Allow to set associative array key value only using expression AA key type is constructable from

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

[Issue 24458] Mac M3 associative array keys on std.net.curl gets overwritten

2024-03-27 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=24458 Steven Schveighoffer changed: What|Removed |Added CC||schvei...@gmail.com See Als

[Issue 24458] Mac M3 associative array keys on std.net.curl gets overwritten

2024-03-27 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=24458 --- Comment #1 from Marcelo Silva Nascimento Mancini --- I got that printed btw: ``` ["\r\n\0tent":"S1711554434.755792,VS0,VE506", "\r\n\0t":"\"0x8DBF529351DA33D\"", "\r\n\0tent-length: 15":"Tue, 05 Dec 2023 00:29:13 GMT", "\r\n\0tent-len":"cache-ia

[Issue 2954] [tdpl] Allow to set associative array key value only using expression AA key type is constructable from

2024-03-27 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=2954 Steven Schveighoffer changed: What|Removed |Added CC||schvei...@gmail.com --- Comment #15 fr

[Issue 24458] New: Mac M3 associative array keys on std.net.curl gets overwritten

2024-03-27 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=24458 Issue ID: 24458 Summary: Mac M3 associative array keys on std.net.curl gets overwritten Product: D Version: D2 Hardware: Other OS: Mac OS X Status: NE

[Issue 24457] New: ImportC: Assignment to double complex fails when using ternary operator

2024-03-27 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=24457 Issue ID: 24457 Summary: ImportC: Assignment to double complex fails when using ternary operator Product: D Version: D2 Hardware: x86_64 OS: Linux Sta

[Issue 24456] CTFE implicit conversion to void[] produces wrong length

2024-03-27 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=24456 basile-z changed: What|Removed |Added Keywords||CTFE Hardware|x86

[Issue 18843] -deps -unittest causes cataclysmic memory usage

2024-03-27 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18843 --- Comment #3 from FeepingCreature --- Actually, I just tried this on a bit bigger project. And if there's a lot of imports, it looks more like 1s (no -deps=) vs 5s (with -deps=). Looks like it's mostly Semantic3OnDependencies, which makes sense if

[Issue 24456] New: CTFE implicit conversion to void[] produces wrong length

2024-03-27 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=24456 Issue ID: 24456 Summary: CTFE implicit conversion to void[] produces wrong length Product: D Version: D2 Hardware: x86 OS: Windows Status: NEW

[Issue 18843] -deps -unittest causes cataclysmic memory usage

2024-03-27 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18843 --- Comment #2 from FeepingCreature --- Note: This has gotten a lot better at some point, great job! But running with `-deps` still brings the time for a simple Hello World up from 250ms wallclock to 440ms wallclock. It is thus still unusable, as its

[Issue 24454] Disallow initialization of non-static reference type data members by non-immutable values or rvalues

2024-03-27 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=24454 --- Comment #3 from Nick Treleaven --- > The problem with c2 is issue 10376 Sorry, that's not what's happending for c2. I also don't understand why c2 is bad. --

[Issue 24454] Disallow initialization of non-static reference type data members by non-immutable values or rvalues

2024-03-27 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=24454 Nick Treleaven changed: What|Removed |Added CC||n...@geany.org --- Comment #2 from Nick Tre

[Issue 24453] [REG2.108] idup fails for inout(T)[] slices

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