http://d.puremagic.com/issues/show_bug.cgi?id=4904
--- Comment #7 from Rainer Schuetze 2011-05-29 23:39:00
PDT ---
The optlink fix for 3372 increased the number of allowed symbols for each OMF
object file from 16384 to 32768. So expect to hit that limit too with growing
projects built into a s
http://d.puremagic.com/issues/show_bug.cgi?id=5708
--- Comment #13 from Jimmy Cao 2011-05-29 22:32:24 PDT ---
It doesn't work on Fedora 15 either.
I'm using dmd 2.053 directly from the zip file on the digitalmars site (for
both Fedora 15 and Windows).
Don, is your dmd built from source? Mayb
http://d.puremagic.com/issues/show_bug.cgi?id=5708
--- Comment #12 from Jimmy Cao 2011-05-29 21:31:41 PDT ---
The test in comment 7 asserts for me.
I'm using dmd 2.053 on Windows.
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail
http://d.puremagic.com/issues/show_bug.cgi?id=5708
--- Comment #11 from Don 2011-05-29 21:19:24 PDT ---
(In reply to comment #10)
> It doesn't seem like this is fixed in dmd 2.053, but it should be according to
> the changelog.
Can you describe what's failing? The test in comment 7 works for m
http://d.puremagic.com/issues/show_bug.cgi?id=5708
Jimmy Cao changed:
What|Removed |Added
CC||jcao...@gmail.com
--- Comment #10 from Jim
http://d.puremagic.com/issues/show_bug.cgi?id=6074
Jonathan M Davis changed:
What|Removed |Added
CC||jmdavisp...@gmx.com
--- Comment #7
http://d.puremagic.com/issues/show_bug.cgi?id=4324
Nick Sabalausky changed:
What|Removed |Added
CC||cbkbbej...@mailinator.com
--- Commen
http://d.puremagic.com/issues/show_bug.cgi?id=4904
--- Comment #6 from Andrej Mitrovic 2011-05-29
14:23:47 PDT ---
(In reply to comment #5)
> (In reply to comment #4)
> > (In reply to comment #3)
> > > It was fixed by my refactoring of the makefile into three .obj files for
> > > unittest, ins
http://d.puremagic.com/issues/show_bug.cgi?id=4904
--- Comment #5 from Don 2011-05-29 14:03:20 PDT ---
(In reply to comment #4)
> (In reply to comment #3)
> > It was fixed by my refactoring of the makefile into three .obj files for
> > unittest, instead of two.
>
> You mean separating modules
http://d.puremagic.com/issues/show_bug.cgi?id=6074
--- Comment #6 from kenn...@gmail.com 2011-05-29 14:01:56 PDT ---
(In reply to comment #5)
> (In reply to comment #4)
> > This is as designed. Sometimes, checking code may have side effects, but it
> > is
> > up to the user to ensure that they
http://d.puremagic.com/issues/show_bug.cgi?id=4904
--- Comment #4 from Andrej Mitrovic 2011-05-29
13:21:41 PDT ---
(In reply to comment #3)
> It was fixed by my refactoring of the makefile into three .obj files for
> unittest, instead of two.
You mean separating modules into SRCS_1, SRCS_2, a
http://d.puremagic.com/issues/show_bug.cgi?id=6074
bearophile_h...@eml.cc changed:
What|Removed |Added
CC||bearophile_h...@eml.cc
--- Com
http://d.puremagic.com/issues/show_bug.cgi?id=4904
Don changed:
What|Removed |Added
Status|NEW |RESOLVED
CC|
http://d.puremagic.com/issues/show_bug.cgi?id=6074
Walter Bright changed:
What|Removed |Added
Status|NEW |RESOLVED
CC|
http://d.puremagic.com/issues/show_bug.cgi?id=6078
Summary: CTFE: ICE on foreach over array struct member which is
null
Product: D
Version: D2
Platform: x86
OS/Version: All
Status: NEW
Severity: major
http://d.puremagic.com/issues/show_bug.cgi?id=6077
Summary: CTFE: Cannot append null array to null array.
Product: D
Version: D2
Platform: x86
OS/Version: All
Status: NEW
Keywords: rejects-valid
Severity: major
http://d.puremagic.com/issues/show_bug.cgi?id=6076
--- Comment #1 from kenn...@gmail.com 2011-05-29 11:12:15 PDT ---
The bug was introduced in commit 535875fa56a26740a05f
(https://github.com/D-Programming-Language/phobos/commit/535875fa56a26740a05f).
--
Configure issuemail: http://d.puremagic.
http://d.puremagic.com/issues/show_bug.cgi?id=6076
Summary: std.regex: "c.*|d" matches "mm"
Product: D
Version: D2
Platform: Other
OS/Version: Mac OS X
Status: NEW
Keywords: wrong-code
Severity: regression
http://d.puremagic.com/issues/show_bug.cgi?id=3688
Walter Bright changed:
What|Removed |Added
CC||bugzi...@digitalmars.com
--- Comment #
http://d.puremagic.com/issues/show_bug.cgi?id=6074
--- Comment #3 from kenn...@gmail.com 2011-05-29 09:40:03 PDT ---
(In reply to comment #2)
> (In reply to comment #1)
> > In the current stage, allowing only 'pure' function inside an 'assert' is
> > impractical, e.g. you can't use std.algorithm
http://d.puremagic.com/issues/show_bug.cgi?id=6075
Summary: Cannot set value to associative array from a
weakly-pure function when the value type has a (pure)
opAssign
Product: D
Version: D2
Platform: Other
http://d.puremagic.com/issues/show_bug.cgi?id=6074
--- Comment #2 from simendsjo 2011-05-29 08:44:37
PDT ---
(In reply to comment #1)
> In the current stage, allowing only 'pure' function inside an 'assert' is
> impractical, e.g. you can't use std.algorithm.equal.
Can't equal be pure when not
http://d.puremagic.com/issues/show_bug.cgi?id=6074
kenn...@gmail.com changed:
What|Removed |Added
CC||kenn...@gmail.com
--- Comment #1 fr
http://d.puremagic.com/issues/show_bug.cgi?id=6074
Summary: Assert expressions shouldn't have side effects
Product: D
Version: D2
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Co
http://d.puremagic.com/issues/show_bug.cgi?id=6072
--- Comment #1 from kenn...@gmail.com 2011-05-29 07:32:54 PDT ---
To workaround this fors std.traits.functionAttributes:
diff --git a/std/traits.d b/std/traits.d
index 47ee059..67f14ad 100644
--- a/std/traits.d
+++ b/std/traits.d
@@ -89,7 +89,
http://d.puremagic.com/issues/show_bug.cgi?id=6073
Summary: Cannot pass __traits(parent, ...) as a template
parameter if it is a module
Product: D
Version: D2
Platform: Other
OS/Version: Mac OS X
Status: NEW
http://d.puremagic.com/issues/show_bug.cgi?id=6072
Summary: [CTFE] Regression(git master): Cannot declare variable
inside an 'if' condition
Product: D
Version: D2
Platform: Other
OS/Version: Mac OS X
Status: NEW
http://d.puremagic.com/issues/show_bug.cgi?id=314
Mike Parker changed:
What|Removed |Added
CC||aldac...@gmail.com
--- Comment #32 from M
28 matches
Mail list logo