[Issue 24608] Magic Mushrooms

2024-06-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=24608 Magic Mushrooms changed: What|Removed |Added URL||https://www.themountainmail

[Issue 24608] New: Magic Mushrooms

2024-06-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=24608 Issue ID: 24608 Summary: Magic Mushrooms Product: D Version: D2 Hardware: x86 OS: Windows Status: NEW Severity: enhancement Priority: P1 Comp

[Issue 24607] New: __traits(isDeprecated, ...) not working on a member

2024-06-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=24607 Issue ID: 24607 Summary: __traits(isDeprecated, ...) not working on a member Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: enhancement

[Issue 14445] std.net.curl not usable in @safe code

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

[Issue 24606] New: A way __traits(allMembers, ???) to exclude "alias" & "deprecated" member(s)

2024-06-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=24606 Issue ID: 24606 Summary: A way __traits(allMembers, ???) to exclude "alias" & "deprecated" member(s) Product: D Version: D2 Hardware: All OS: All Stat

[Issue 24605] Disposable Carts

2024-06-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=24605 Nick Treleaven changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 24588] Buy Psilocybin Magic Mushrooms

2024-06-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=24588 veronapressdcs changed: What|Removed |Added CC||carrereleah...@gmail.com --- Comment #1 fro

[Issue 24604] New: Need CI task to build dmd, druntime & phobos with next edition semantics

2024-06-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=24604 Issue ID: 24604 Summary: Need CI task to build dmd, druntime & phobos with next edition semantics Product: D Version: D2 Hardware: x86_64 OS: Linux St

[Issue 21856] Mutable base object returned as immutable from weakly pure function

2024-06-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21856 Nick Treleaven changed: What|Removed |Added CC||n...@geany.org Summary|Implicit

[Issue 24603] Can copy from non-void array into void[] in safe code

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

[Issue 24603] Can copy from non-void array into void[] in safe code

2024-06-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=24603 Nick Treleaven changed: What|Removed |Added Keywords||safe --

[Issue 24603] Can copy from non-void array into void[] in safe code

2024-06-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=24603 Nick Treleaven changed: What|Removed |Added Severity|enhancement |normal --

[Issue 24603] New: Can copy from non-void array into void[] in safe code

2024-06-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=24603 Issue ID: 24603 Summary: Can copy from non-void array into void[] in safe code Product: D Version: D2 Hardware: x86_64 OS: Linux Status: NEW Severity: enhanceme

[Issue 24584] [phobos] `make unittest` should not rerun tests unnecessarily

2024-06-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=24584 --- Comment #5 from kinke --- (In reply to Nick Treleaven from comment #3) > I have an old PC (I don't use -j as I only have 2 cores and 1 I keep for > other things): > > time make unittest > ... > make[1]: Leaving directory '/home/nick/git/phobos'

[Issue 24584] [phobos] `make unittest` should not rerun tests unnecessarily

2024-06-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=24584 --- Comment #4 from Nick Treleaven --- (In reply to kinke from comment #2) > ``` > $ make -j$(nproc) std/algorithm/mutation.test # single module > $ make -j$(nproc) std/algorithm.test # whole package > $ make -j$(nproc) unittest/std/algorithm/mutatio

[Issue 24584] [phobos] `make unittest` should not rerun tests unnecessarily

2024-06-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=24584 --- Comment #3 from Nick Treleaven --- > There are multiple existing options for running the unittests of a single > module or package Oh great, thanks. I completely missed that but I see now that .test is mentioned at the top of the Makefile. > *

[Issue 17148] Copying from const(void)[] to void[] breaks immutable

2024-06-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17148 --- Comment #3 from Nick Treleaven --- > Probably void[] shouldn't be writable Assuming only slice assignment can write to it, I think we can just disallow copying from const(void)[]. That's what the pull does. --

[Issue 17148] Copying from const(void)[] to void[] breaks immutable

2024-06-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17148 Nick Treleaven changed: What|Removed |Added CC||n...@geany.org Summary|implicit

[Issue 17148] implicit conversion to void[] breaks type system

2024-06-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17148 Dlang Bot changed: What|Removed |Added Keywords||pull --- Comment #2 from Dlang Bot --- @ntrel c

[Issue 24584] [phobos] `make unittest` should not rerun tests unnecessarily

2024-06-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=24584 kinke changed: What|Removed |Added CC||ki...@gmx.net --- Comment #2 from kinke --- (In rep