[Issue 3481] PATCH: opPow(), x ^^ y as a power operator

2009-12-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3481 --- Comment #16 from Witold Baryluk 2009-12-08 22:11:40 PST --- It is also usefull to have opPowAssign for vector operations: float a[],. b[]; a[] ^^= 2; a[] ^^= b[]; It should be easier to compiler to generate better code, than from th

[Issue 3481] PATCH: opPow(), x ^^ y as a power operator

2009-12-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3481 Witold Baryluk changed: What|Removed |Added CC||bary...@smp.if.uj.edu.pl --- Comment

[Issue 3603] New: Allow selective import syntax to import several modules from a package

2009-12-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3603 Summary: Allow selective import syntax to import several modules from a package Product: D Version: future Platform: All OS/Version: Linux Status: NEW Sev

[Issue 3458] int fsync(int) commented out in core.sys.posix.unistd

2009-12-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3458 --- Comment #4 from Leandro Lucarella 2009-12-08 13:33:30 PST --- http://www.dsource.org/projects/druntime/changeset/210 Thanks -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mai

[Issue 3580] Update docs s/invariant/immutable/

2009-12-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3580 Leandro Lucarella changed: What|Removed |Added CC||llu...@gmail.com --- Comment #2 fr

[Issue 3571] super description has a duplicated sentence

2009-12-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3571 --- Comment #2 from Leandro Lucarella 2009-12-08 13:29:13 PST --- http://www.dsource.org/projects/phobos/changeset/1365 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because

[Issue 3602] cannot compile a class, if its super class has preconditions

2009-12-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3602 --- Comment #1 from Qian Xu 2009-12-08 08:49:26 PST --- Sorry for the first commit. The description is incomplete. Now the part 2: I have two classes as follows: == FILE: Box.d == module Box; class Box { void paint(int x, int y)

[Issue 3602] New: cannot compile a class, if its super class has preconditions

2009-12-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3602 Summary: cannot compile a class, if its super class has preconditions Product: D Version: 1.051 Platform: Other OS/Version: Linux Status: NEW Severity: cr

[Issue 3601] New: Debug and Release builds of DMD produce different object files

2009-12-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3601 Summary: Debug and Release builds of DMD produce different object files Product: D Version: 2.032 Platform: Other OS/Version: Windows Status: NEW Severity

[Issue 3601] Debug and Release builds of DMD produce different object files

2009-12-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3601 --- Comment #1 from Koroskin Denis <2kor...@gmail.com> 2009-12-08 07:47:32 PST --- Created an attachment (id=523) Test case that reproduces described behavior Based off druntime/core/thread.d file -- Configure issuemail: http://d.puremagic.c

[Issue 2928] Swap order of paramaters for std.range's "take"

2009-12-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2928 Lutger changed: What|Removed |Added CC||lutger.blijdest...@gmail.co

[Issue 3600] template instantiation with empty tuple

2009-12-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3600 garick changed: What|Removed |Added Severity|normal |major -- Configure issuemail: http://d.purem

[Issue 3566] scoped class's member available after delete

2009-12-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3566 garick changed: What|Removed |Added Severity|normal |major -- Configure issuemail: http://d.purem

[Issue 3600] New: template instantiation with empty tuple

2009-12-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3600 Summary: template instantiation with empty tuple Product: D Version: 2.036 Platform: x86 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Compon