https://issues.dlang.org/show_bug.cgi?id=18153
Seb changed:
What|Removed |Added
Keywords||pull
Assignee|nob...@puremagic.com|g
https://issues.dlang.org/show_bug.cgi?id=18115
--- Comment #14 from Rainer Schuetze ---
The problem here is not the short-circuiting of semantic analysis, but the
const-folding now done on the second operand of "&&" that predicts a runtime
error if the code is actually executed.
Maybe it's ok to
https://issues.dlang.org/show_bug.cgi?id=18152
--- Comment #2 from github-bugzi...@puremagic.com ---
Commit pushed to master at https://github.com/dlang/phobos
https://github.com/dlang/phobos/commit/146306a27b80c407d619a4aa8aa44f8fc562e343
Fix Issue 18152 - Make std.format.formattedRead usable wi
https://issues.dlang.org/show_bug.cgi?id=18152
github-bugzi...@puremagic.com changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|-
https://issues.dlang.org/show_bug.cgi?id=18152
hst...@quickfur.ath.cx changed:
What|Removed |Added
Summary|std.format.formatteedRead |std.format.formattedRead
https://issues.dlang.org/show_bug.cgi?id=18152
hst...@quickfur.ath.cx changed:
What|Removed |Added
Keywords||pull
--- Comment #1 from hst...@quic
https://issues.dlang.org/show_bug.cgi?id=18152
Issue ID: 18152
Summary: std.format.formatteedRead should work with rvalues.
Product: D
Version: D2
Hardware: x86_64
OS: Linux
Status: NEW
Severity: enhancement
https://issues.dlang.org/show_bug.cgi?id=18115
Martin Nowak changed:
What|Removed |Added
CC||c...@dawg.eu
--- Comment #13 from Martin Nowa
https://issues.dlang.org/show_bug.cgi?id=9073
Martin Nowak changed:
What|Removed |Added
Status|REOPENED|RESOLVED
CC|
https://issues.dlang.org/show_bug.cgi?id=18114
Martin Nowak changed:
What|Removed |Added
CC||bugzi...@digitalmars.com,
|
https://issues.dlang.org/show_bug.cgi?id=18151
Issue ID: 18151
Summary: wrong auto ref lvalue inference for implicitly
converted alias this parameters
Product: D
Version: D2
Hardware: All
OS: All
S
https://issues.dlang.org/show_bug.cgi?id=13838
Jack Stouffer changed:
What|Removed |Added
Status|NEW |RESOLVED
CC|
https://issues.dlang.org/show_bug.cgi?id=18048
Jack Stouffer changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://issues.dlang.org/show_bug.cgi?id=17746
--- Comment #3 from Jack Stouffer ---
On the other hand, if the COW is to avoid issues in code like this
```
BigInt a = 10;
BigInt b = a;
++a;
assert(b == 10);
```
where b could end up equaling 11, can we just make opAssign and the this(T :
BigInt
https://issues.dlang.org/show_bug.cgi?id=17746
--- Comment #2 from hst...@quickfur.ath.cx ---
If the BigInt is const, then the best we can do is to create a new BigInt to
hold the result of the operation, i.e., what BigInt does now. For the
optimization to have significant benefits, we pretty muc
https://issues.dlang.org/show_bug.cgi?id=9631
--- Comment #19 from Nick Treleaven ---
(In reply to Andrej Mitrovic from comment #5)
> test.d(9): Error: function foo.test (S s) is not callable using argument
> types (S)
https://github.com/dlang/dmd/pull/7554
--
https://issues.dlang.org/show_bug.cgi?id=9631
Nick Treleaven changed:
What|Removed |Added
CC||timothee.co...@gmail.com
--- Comment #18 fro
https://issues.dlang.org/show_bug.cgi?id=16610
Nick Treleaven changed:
What|Removed |Added
Status|NEW |RESOLVED
CC|
https://issues.dlang.org/show_bug.cgi?id=17746
--- Comment #1 from Jack Stouffer ---
>From my initial investigation into this, adding ref counting to BigInt is much
more complicated than it first appears. Adding a size_t ref count on the heap
for BigUint basically breaks the rest of BigInt becaus
https://issues.dlang.org/show_bug.cgi?id=15613
Nick Treleaven changed:
What|Removed |Added
CC||bearophile_h...@eml.cc
--- Comment #4 from
https://issues.dlang.org/show_bug.cgi?id=9056
Nick Treleaven changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://issues.dlang.org/show_bug.cgi?id=16165
Nick Treleaven changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Resolution|DUPLICATE
101 - 122 of 122 matches
Mail list logo