[Issue 4507] use spellchecker when override function doesn't override anything

2012-03-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4507 --- Comment #2 from github-bugzi...@puremagic.com 2012-03-12 00:40:47 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/945772cd984d7f6c469ffcbedb0a33711e5d347

[Issue 4507] use spellchecker when override function doesn't override anything

2012-03-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4507 Walter Bright changed: What|Removed |Added Keywords||pull Status|NEW

[Issue 5879] Not all frontend errors use stderr

2012-03-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5879 --- Comment #3 from github-bugzi...@puremagic.com 2012-03-12 01:02:48 PDT --- Commit pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/e2a2f7eea93cb7bf461348e3405946c6cb5fcf16

[Issue 1750] RegExp: lack of support for wchar, dchar; lack of lookingAt() method

2012-03-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1750 Dmitry Olshansky changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Issue 6290] GC breaks if a thread is allocated on Mac OSX

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

[Issue 7679] std.regex.split and splitter don't work w/ ctRegex

2012-03-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7679 Dmitry Olshansky changed: What|Removed |Added CC||dmitry.o...@gmail.com --- Comment #

[Issue 1772] regexp.split behavior with captures needs to be documented

2012-03-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1772 --- Comment #4 from Dmitry Olshansky 2012-03-12 03:28:16 PDT --- https://github.com/D-Programming-Language/phobos/pull/491 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail beca

[Issue 4250] std.regex does not support character sets other than unicode

2012-03-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4250 Dmitry Olshansky changed: What|Removed |Added CC||dmitry.o...@gmail.com Assign

private struct's destructor causes internal error during compilation

2012-03-12 Thread Sharp
Hi all! Sorry, my english is poor, so the compiler output and the source code will talk instead of me :) I have DMD v2.057 d:\D\dmd2\windows\bin\dmd.exe -c "installer\functions.d" -of"D:\D\projects\ikonboard\ikonboarD\obj\Debug\functions.obj" -I"d:\D\dmd2\src\phobos" -I"d:\D\dmd2\src\drunt

[Issue 5668] std.regex.Captures is not documented

2012-03-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5668 Dmitry Olshansky changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 4287] opOpAssign!("~=") for std.array.Appender

2012-03-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4287 --- Comment #3 from bearophile_h...@eml.cc 2012-03-12 05:37:11 PDT --- See a discussion thread here, where I have suggested to give Appenhder both "put" method and a "~=" operator: http://www.digitalmars.com/webnews/newsgroups.php?art_group=dig

[Issue 7630] declaration in switch scope not initialized + CTFE error

2012-03-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7630 d...@dawgfoto.de changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 3820] Small hole in switch semantics

2012-03-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3820 d...@dawgfoto.de changed: What|Removed |Added CC||d...@dawgfoto.de --- Comment #4 from

[Issue 3820] Small hole in switch semantics

2012-03-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3820 --- Comment #5 from d...@dawgfoto.de 2012-03-12 07:37:28 PDT --- You can only execute that block with a goto or a loop. The initialization should happen anyhow. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email

[Issue 7693] New: Getopt Ignores Trailing Characters on Enums

2012-03-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7693 Summary: Getopt Ignores Trailing Characters on Enums Product: D Version: unspecified Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2

[Issue 6106] Keep track of changes during replace function

2012-03-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6106 josvanu...@gmail.com changed: What|Removed |Added Priority|P2 |P5 -- Configure issuemail: http

[Issue 7694] New: Internal error: e2ir.c 1251 when calling member function inside struct via alias param

2012-03-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7694 Summary: Internal error: e2ir.c 1251 when calling member function inside struct via alias param Product: D Version: D2 Platform: All OS/Version: All Status: NEW

Re: private struct's destructor causes internal error during compilation

2012-03-12 Thread Kapps
On Monday, 12 March 2012 at 10:58:25 UTC, Sharp wrote: Hi all! Sorry, my english is poor, so the compiler output and the source code will talk instead of me :) I have DMD v2.057 In the db.d, if I remove the PreparedStatement's destructor, it compiles. Here's the source code: http://dl.dr

[Issue 7509] Allow SIMD variable contents to have all their values changed to a single float variable

2012-03-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7509 --- Comment #2 from junk.nebs...@gmail.com 2012-03-12 18:33:42 PDT --- How should something like this be done then on other architectures? I'm creating a matrix multiplication library and I tried using a value like this and it didn't work. I al

[Issue 7695] New: ICE on associative array with keys of struct type with const members

2012-03-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7695 Summary: ICE on associative array with keys of struct type with const members Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: n

[Issue 3509] Cannot forward reference a template mixin's members in a compile-time context

2012-03-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3509 --- Comment #1 from github-bugzi...@puremagic.com 2012-03-12 19:28:22 PDT --- Commit pushed to dmd-1.x at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/3a45e50f400ad1ec8bb179c95ee39594028a534

[Issue 3509] Cannot forward reference a template mixin's members in a compile-time context

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

[Issue 3509] Cannot forward reference a template mixin's members in a compile-time context

2012-03-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3509 --- Comment #2 from github-bugzi...@puremagic.com 2012-03-12 19:28:40 PDT --- Commit pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/ebc3fa912b24182aa3204d0b9c49a59bd3d9d85f

[Issue 3510] Cannot forward reference a templated type from within a template mixin

2012-03-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3510 --- Comment #1 from github-bugzi...@puremagic.com 2012-03-12 20:02:19 PDT --- Commit pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/2c3e9a8b007d62493c52ca601173ff2cd9cd9c0a

[Issue 3510] Cannot forward reference a templated type from within a template mixin

2012-03-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3510 --- Comment #2 from github-bugzi...@puremagic.com 2012-03-12 20:02:40 PDT --- Commit pushed to dmd-1.x at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/1ac0b1021b77190f512399a2bde9bfac7e05f94

[Issue 3510] Cannot forward reference a templated type from within a template mixin

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

[Issue 4504] ICE(toir.c) nested function passed by alias to nested member function

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

[Issue 6426] ICE(toir.c) with function-nested alias

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

[Issue 7696] New: The Array container works improperly when using as a property

2012-03-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7696 Summary: The Array container works improperly when using as a property Product: D Version: D2 Platform: All OS/Version: Windows Status: NEW Severity: norm