[Issue 5358] std.functional.binaryReverseArgs missing from documentation

2012-04-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5358 Kenji Hara changed: What|Removed |Added Keywords||pull Summary|std.functional:

[Issue 5505] std.functional: Fix for possible lurking bug & replace complex return type with auto

2012-04-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5505 Kenji Hara changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Issue 7878] A problem with purity and general templated algorithms

2012-04-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7878 Kenji Hara changed: What|Removed |Added CC||andrej.mitrov...@gmail.com --- Comment #4

[Issue 6327] Internal error: ..\ztc\cgcv.c 206

2012-04-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6327 --- Comment #6 from ante...@freemail.hu 2012-04-20 23:42:09 PDT --- In 2.057, this bug still exists. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Issue 7959] New: dmd compiler crashes with internal error when main() redefined

2012-04-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7959 Summary: dmd compiler crashes with internal error when main() redefined Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal

[Issue 7958] New: Uniform Function Call fails if class defined in unittest body

2012-04-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7958 Summary: Uniform Function Call fails if class defined in unittest body Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal

[Issue 7660] toImpl conflict in std.conv

2012-04-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7660 --- Comment #2 from github-bugzi...@puremagic.com 2012-04-20 22:24:30 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/30d9405ad48cbaef934af897e85ff8514

[Issue 7950] Type tuples are incorrectly flattened in base type list of interface

2012-04-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7950 Kenji Hara changed: What|Removed |Added Keywords||pull, rejects-valid --- Comment #2 from K

[Issue 5689] [64-Bit] uniform() fails with -profile

2012-04-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5689 --- Comment #8 from github-bugzi...@puremagic.com 2012-04-20 20:40:17 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/a2e777e0c8d8a474ea04fb5d3ef1748638f4e1a

[Issue 6222] A problem with iota() using size_t

2012-04-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6222 Brad Anderson changed: What|Removed |Added CC||e...@gnuk.net --- Comment #1 from Brad

[Issue 6848] typeof(super) does not take into account const/immutable attributes inside member functions

2012-04-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6848 Kenji Hara changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 6847] typeof(super) doesn't work outside member function

2012-04-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6847 Kenji Hara changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 6848] typeof(super) does not take into account const/immutable attributes inside member functions

2012-04-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6848 --- Comment #2 from Kenji Hara 2012-04-20 19:08:47 PDT --- (In reply to comment #1) > Output of 2.059 Win32 > > PS E:\DigitalMars\dmd2\samples> rdmd --main bug.d > immutable(Bar) > immutable(Bar) > immutable(Foo) > immutable(Foo) > PS E:\Digit

[Issue 6892] Formatted write with specified length of enum member

2012-04-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6892 --- Comment #6 from Ali Cehreli 2012-04-20 18:55:09 PDT --- The problem at comment 5 can be reduced to this: import std.stdio; void main() { writefln("%f", 42); // COMPILATION ERROR } It looks like an integral cannot be matched to a floa

[Issue 7957] New: std.functional untuple/untupleReversed too

2012-04-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7957 Summary: std.functional untuple/untupleReversed too Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2 Com

[Issue 7897] Problem with alias template parameter

2012-04-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7897 --- Comment #8 from Walter Bright 2012-04-20 18:00:42 PDT --- (In reply to comment #7) > Oooohkay, so now we get to the bottom of it. > Right, well I didn't realise that restriction. I just assumed any statically > addressable variable was ali

[Issue 7956] New: Missing error line number with wrong function name

2012-04-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7956 Summary: Missing error line number with wrong function name Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Keywords: diagnostic Severity: norm

[Issue 5113] stray e2ir: in casting error message

2012-04-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5113 --- Comment #2 from bearophile_h...@eml.cc 2012-04-20 17:53:19 PDT --- Similar case: int main() { float[1] a; return cast(int)a; } test2.d(3): Error: e2ir: cannot cast a of type float[1u] to type int -- Configure issuemail: http://

[Issue 7955] New: Nested function error in sort with lambda template but not with a lambda

2012-04-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7955 Summary: Nested function error in sort with lambda template but not with a lambda Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Key

[Issue 6834] std.stdio conflicts with core.stdc.stdio

2012-04-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6834 --- Comment #4 from hst...@quickfur.ath.cx 2012-04-20 17:28:24 PDT --- Can't wait for the new std.io to get into phobos, then all of this will be a non-issue. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --

[Issue 6896] ICE(glue.c !vthis->csym): on method with alias this access

2012-04-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6896 --- Comment #4 from SomeDude 2012-04-20 17:16:10 PDT --- (In reply to comment #3) > Both tests pass and run with or without -inline On 2.059 Win32 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are

[Issue 7897] Problem with alias template parameter

2012-04-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7897 --- Comment #7 from Manu 2012-04-20 17:16:54 PDT --- (In reply to comment #5) > (In reply to comment #3) > > As I saw it, this is just a single function pointer (surely that is strictly > > defined by the 'function' keyword?) in a struct. > >

[Issue 6896] ICE(glue.c !vthis->csym): on method with alias this access

2012-04-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6896 SomeDude changed: What|Removed |Added CC||lovelyd...@mailmetrash.com --- Comment #3 f

[Issue 6892] Formatted write with specified length of enum member

2012-04-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6892 SomeDude changed: What|Removed |Added CC||lovelyd...@mailmetrash.com --- Comment #5 f

[Issue 6848] typeof(super) does not take into account const/immutable attributes inside member functions

2012-04-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6848 SomeDude changed: What|Removed |Added CC||lovelyd...@mailmetrash.com --- Comment #1 f

[Issue 6838] Covariant return types don't work with static arrays

2012-04-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6838 SomeDude changed: What|Removed |Added CC||lovelyd...@mailmetrash.com --- Comment #1 f

[Issue 6834] std.stdio conflicts with core.stdc.stdio

2012-04-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6834 SomeDude changed: What|Removed |Added OS/Version|Linux |All Severity|normal

[Issue 7897] Problem with alias template parameter

2012-04-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7897 Walter Bright changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|

[Issue 7897] Problem with alias template parameter

2012-04-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7897 --- Comment #5 from Walter Bright 2012-04-20 16:43:49 PDT --- (In reply to comment #3) > As I saw it, this is just a single function pointer (surely that is strictly > defined by the 'function' keyword?) in a struct. It isn't a function point

[Issue 6723] foreach (i, e; range) {} crash

2012-04-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6723 Andrej Mitrovic changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 6794] ICE(expression.c): with inout

2012-04-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6794 SomeDude changed: What|Removed |Added CC||lovelyd...@mailmetrash.com --- Comment #1 f

[Issue 7954] New: x86_64 Windows fibers do not save nonvolatile XMM registers

2012-04-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7954 Summary: x86_64 Windows fibers do not save nonvolatile XMM registers Product: D Version: D2 Platform: x86_64 OS/Version: Windows Status: NEW Severity: nor

[Issue 4532] std.string.format, std.stream methods, etc. still use the old doFormat instead of formattedWrite

2012-04-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4532 --- Comment #15 from Stewart Gordon 2012-04-20 16:29:30 PDT --- (In reply to comment #13) text is just to!string wrapped in a variadic template to support multiple arguments. The implementation of to!string for pointer types (line 1259 in con

[Issue 6723] foreach (i, e; range) {} crash

2012-04-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6723 SomeDude changed: What|Removed |Added CC||lovelyd...@mailmetrash.com --- Comment #4 f

[Issue 7897] Problem with alias template parameter

2012-04-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7897 Manu changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|INVALID

[Issue 6475] template identifier is not a member of alias

2012-04-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6475 SomeDude changed: What|Removed |Added CC||lovelyd...@mailmetrash.com Platfor

[Issue 6458] Multibyte char literals shouldn't implicitly convert to char

2012-04-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6458 SomeDude changed: What|Removed |Added CC||lovelyd...@mailmetrash.com --- Comment #13

[Issue 6469] Compiler fails to initialize associative array: string->[string->string]

2012-04-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6469 --- Comment #3 from SomeDude 2012-04-20 16:03:35 PDT --- Also fails on 2.059 Win32. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Issue 6358] Segfault when using an member template (not a template instance) in an expression.

2012-04-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6358 SomeDude changed: What|Removed |Added CC||lovelyd...@mailmetrash.com --- Comment #1 f

[Issue 6332] Auto-return function cannot be inferred as @safe

2012-04-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6332 SomeDude changed: What|Removed |Added CC||lovelyd...@mailmetrash.com --- Comment #3 f

[Issue 6327] Internal error: ..\ztc\cgcv.c 206

2012-04-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6327 SomeDude changed: What|Removed |Added CC||lovelyd...@mailmetrash.com --- Comment #5 f

[Issue 6240] ICE(toctype.c) [GSoC]: with template mixin

2012-04-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6240 SomeDude changed: What|Removed |Added CC||lovelyd...@mailmetrash.com --- Comment #2 f

[Issue 4532] std.string.format, std.stream methods, etc. still use the old doFormat instead of formattedWrite

2012-04-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4532 --- Comment #14 from bearophile_h...@eml.cc 2012-04-20 14:49:05 PDT --- I've taken a look here: https://github.com/D-Programming-Language/phobos/pull/231 Kenji Hara sasy: >The same name with core.stdc.sprintf is very confusing. And std.string.

[Issue 4532] std.string.format, std.stream methods, etc. still use the old doFormat instead of formattedWrite

2012-04-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4532 --- Comment #13 from bearophile_h...@eml.cc 2012-04-20 14:41:35 PDT --- This seems another example of the same problem: import std.stdio: writeln; import std.conv: text; struct Foo {} void main() { Foo* f = new Foo; writeln(f); wri

[Issue 7453] Can't return value from within opApply

2012-04-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7453 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 7897] Problem with alias template parameter

2012-04-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7897 --- Comment #3 from Manu 2012-04-20 12:50:03 PDT --- Actually no, I'm not trying to do pointer to member type stuff. As I saw it, this is just a single function pointer (surely that is strictly defined by the 'function' keyword?) in a struct.

[Issue 7953] New: DMD Error: variable r used before set when compiling with -O

2012-04-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7953 Summary: DMD Error: variable r used before set when compiling with -O Product: D Version: D2 Platform: x86_64 OS/Version: Linux Status: NEW Severity: norm

[Issue 7953] DMD Error: variable r used before set when compiling with -O

2012-04-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7953 --- Comment #1 from Zoadian 2012-04-20 12:32:53 PDT --- first one: suicide@zoaHTPC /media/code $ dmd test.d -release -noboundscheck -O test.d(55): Error: variable r used before set another one: suicide@zoaHTPC /media/code $ dmd test.d -releas

[Issue 7952] New: invalid dwarf2 offset when trying to debug with gdb

2012-04-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7952 Summary: invalid dwarf2 offset when trying to debug with gdb Product: D Version: D2 Platform: x86_64 OS/Version: Mac OS X Status: NEW Severity: normal Priority: P2

[Issue 7453] Can't return value from within opApply

2012-04-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7453 --- Comment #3 from github-bugzi...@puremagic.com 2012-04-20 12:04:41 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/4d28102c7a20341db6239bd843f406d6a5a4572

[Issue 7897] Problem with alias template parameter

2012-04-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7897 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 4983] Stack overflow while initializing struct member with address of one of its methods

2012-04-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4983 Dmitry Olshansky changed: What|Removed |Added CC||dmitry.o...@gmail.com Seve

[Issue 5634] ICE(machobj.c) on Mac OS X when there are multiple 'main's

2012-04-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5634 Dmitry Olshansky changed: What|Removed |Added CC||christian.koest...@gmail.co

[Issue 7647] ICE(machobj.c) with two main() functions

2012-04-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7647 Dmitry Olshansky changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 7897] Problem with alias template parameter

2012-04-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7897 Walter Bright changed: What|Removed |Added CC||bugzi...@digitalmars.com --- Comment #

[Issue 7951] New: DMD: Internal error: backend/cgxmm.c 567

2012-04-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7951 Summary: DMD: Internal error: backend/cgxmm.c 567 Product: D Version: D2 Platform: x86_64 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Compo

[Issue 7950] Type tuples are incorrectly flattened in base type list of interface

2012-04-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7950 Max Samukha changed: What|Removed |Added Summary|Cannot derive interface |Type tuples are incorrectly

[Issue 7950] New: Cannot derive interface from empty type tuple

2012-04-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7950 Summary: Cannot derive interface from empty type tuple Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Compo

[Issue 5978] ICE(mtype.c) when calling __traits(parent) on the child of an anonymous function.

2012-04-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5978 SomeDude changed: What|Removed |Added CC||lovelyd...@mailmetrash.com Platfor

[Issue 5902] ICE(toir.c) when there is a cross-module call to a closure

2012-04-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5902 SomeDude changed: What|Removed |Added CC||lovelyd...@mailmetrash.com Platfor

[Issue 5754] ICE(glue.c): using nested delegate literal as template alias parameter

2012-04-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5754 --- Comment #5 from SomeDude 2012-04-20 10:17:15 PDT --- I don't have the D1 compiler installed but it would be worth trying if issue 2962 is resolved as well. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ---

[Issue 4958] Floating point enums should check for total loss of precision

2012-04-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4958 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 5754] ICE(glue.c): using nested delegate literal as template alias parameter

2012-04-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5754 SomeDude changed: What|Removed |Added CC||lovelyd...@mailmetrash.com --- Comment #4 f

[Issue 4958] Floating point enums should check for total loss of precision

2012-04-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4958 SomeDude changed: What|Removed |Added CC||lovelyd...@mailmetrash.com --- Comment #3 f

[Issue 7949] New: DMD segfaults when compiling this

2012-04-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7949 Summary: DMD segfaults when compiling this Product: D Version: D2 Platform: x86_64 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: D

[Issue 7647] ICE(machobj.c) with two main() functions

2012-04-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7647 SomeDude changed: What|Removed |Added Depends on||5634 --- Comment #1 from SomeDude 2012-04-

[Issue 5634] ICE(machobj.c) on Mac OS X when there are multiple 'main's

2012-04-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5634 SomeDude changed: What|Removed |Added CC||lovelyd...@mailmetrash.com --- Comment #1 f

[Issue 5634] ICE(machobj.c) on Mac OS X when there are multiple 'main's

2012-04-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5634 SomeDude changed: What|Removed |Added Severity|normal |minor -- Configure issuemail: http://d.pur

[Issue 5469] Limitation when instantiating templates in the context of a function

2012-04-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5469 SomeDude changed: What|Removed |Added CC||lovelyd...@mailmetrash.com --- Comment #5 f

[Issue 7637] writeln doesn't take custom toString into account

2012-04-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7637 Andrej Mitrovic changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 4983] Stack overflow while initializing struct member with address of one of its methods

2012-04-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4983 SomeDude changed: What|Removed |Added CC||lovelyd...@mailmetrash.com Severit

[Issue 4843] Inconsistency in overloading ref vs. non-ref

2012-04-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4843 SomeDude changed: What|Removed |Added CC||lovelyd...@mailmetrash.com --- Comment #4 f

[Issue 7362] forward referenced inner struct with align(1) doesn't add to offset of next field when used inside a union of another struct, that is nested in the same outer struct

2012-04-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7362 Marco Leise changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 7247] All programs segfault before main

2012-04-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7247 SomeDude changed: What|Removed |Added Severity|blocker |trivial -- Configure issuemail: http://d.p

[Issue 7223] Access violation when using rmdirRecurse on folder without modify permissions

2012-04-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7223 Jesse Phillips changed: What|Removed |Added CC||jesse.k.phillip...@gmail.co

[Issue 7948] New: std.range.zip broken with requireSameLength

2012-04-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7948 Summary: std.range.zip broken with requireSameLength Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Compone

[Issue 7918] Crash when using heredoc syntax in DMD v2.05[89] on Win7 [64bit]

2012-04-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7918 --- Comment #2 from Dejan Lekic 2012-04-20 05:58:27 PDT --- (In reply to comment #1) > Can you do something like this on Windows 7: > > C:\work> powershell -Sta -NoProfile -NonInteractive -Command " > $date = get-date; > $date.ToString('o');

[Issue 7918] Crash when using heredoc syntax in DMD v2.05[89] on Win7 [64bit]

2012-04-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7918 Dejan Lekic changed: What|Removed |Added CC||dejan.le...@gmail.com --- Comment #1 fro

[Issue 7832] opAssign does not get used for function parameters with a default value

2012-04-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7832 William Moore changed: What|Removed |Added Severity|normal |enhancement -- Configure issuemail: h

[Issue 7832] opAssign does not get used for function parameters with a default value

2012-04-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7832 --- Comment #1 from William Moore 2012-04-20 05:51:42 PDT --- It was late when I submitted this, so I wasn't thinking about what was actually going on here. The null assignment as a default parameter is treated as though it were passed as an

[Issue 7918] Crash when using heredoc syntax in DMD v2.05[89] on Win7 [64bit]

2012-04-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7918 Redger changed: What|Removed |Added Platform|All |x86_64 OS/Version|All

[Issue 7947] typeof on anonymous function literal returns void

2012-04-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7947 bearophile_h...@eml.cc changed: What|Removed |Added CC||bearophile_h...@eml.cc --- Com

[Issue 7575] [ICE] with possible forward reference error

2012-04-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7575 bearophile_h...@eml.cc changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 7574] No line number with forward reference error

2012-04-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7574 bearophile_h...@eml.cc changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 7573] No line number with associative array creation error

2012-04-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7573 bearophile_h...@eml.cc changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 4603] array(iota(1, 0)) error

2012-04-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4603 bearophile_h...@eml.cc changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Issue 7643] Whole tuple slice isn't resolved as expected

2012-04-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7643 Kenji Hara changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 7637] writeln doesn't take custom toString into account

2012-04-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7637 --- Comment #3 from Kenji Hara 2012-04-20 03:11:31 PDT --- This is current std.format design, not accepts-invalid bug. Today, std.format.formatValue (it is internally used by writeln and writefln) only supports following toString specializatio

[Issue 7647] ICE(machobj.c) with two main() functions

2012-04-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7647 SomeDude changed: What|Removed |Added CC||lovelyd...@mailmetrash.com Severit

[Issue 7643] Whole tuple slice isn't resolved as expected

2012-04-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7643 SomeDude changed: What|Removed |Added CC||lovelyd...@mailmetrash.com --- Comment #2 f

[Issue 7522] ICE(interpret.c) Accessing a non-static member without this

2012-04-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7522 --- Comment #7 from Don 2012-04-20 02:48:04 PDT --- (In reply to comment #5) > (In reply to comment #4) > > In 2.059 Win32 > > > > PS E:\DigitalMars\dmd2\samples> dmd bug.d > > bug.d(9): Error: need 'this' to access member a > > PS E:\DigitalM

[Issue 7947] typeof on anonymous function literal returns void

2012-04-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7947 --- Comment #1 from Kenji Hara 2012-04-20 02:47:58 PDT --- A lambda expression that needs parameter type inference is internally translated to template function. x => x // auto __lambda(T1)(T1 x){ return x; } So this: pragma(msg, typeo

[Issue 7616] aggregates don't inherit pure nothrow from outer scope

2012-04-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7616 SomeDude changed: What|Removed |Added CC||lovelyd...@mailmetrash.com --- Comment #1 f

[Issue 7615] Error aliasing an enum member through an alias of a type inside a struct

2012-04-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7615 SomeDude changed: What|Removed |Added CC||lovelyd...@mailmetrash.com --- Comment #1 f

[Issue 7598] format() doesn't work with alias this

2012-04-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7598 --- Comment #2 from Kenji Hara 2012-04-20 02:30:27 PDT --- (In reply to comment #1) > See also issue 7922 No, this is std.string.format function problem, then it is Phobos issue. And 7922 is a dmd issue. So they are not related. -- Configure

[Issue 7501] Array of function pointers append

2012-04-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7501 Kenji Hara changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 7599] Method parameter undefined in out-block

2012-04-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7599 SomeDude changed: What|Removed |Added CC||lovelyd...@mailmetrash.com Platfor

[Issue 7947] New: typeof on anonymous function literal returns void

2012-04-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7947 Summary: typeof on anonymous function literal returns void Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 C

[Issue 7922] alias this causes weird formatting issues for strings

2012-04-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7922 --- Comment #3 from SomeDude 2012-04-20 02:19:55 PDT --- (In reply to comment #2) > See also 7598 See also issue 7598 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because:

[Issue 7922] alias this causes weird formatting issues for strings

2012-04-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7922 SomeDude changed: What|Removed |Added CC||lovelyd...@mailmetrash.com --- Comment #2 f

  1   2   >