[Issue 8009] New: ICE with bad type inside templated function with delegate

2012-05-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8009 Summary: ICE with bad type inside templated function with delegate Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Severity: normal

[Issue 8010] New: Type deduction problem

2012-05-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8010 Summary: Type deduction problem Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Severity: normal Priority: P2 Component: DMD A

[Issue 5463] errno undeclared in gzio.c

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

[Issue 7413] Vector literals don't work

2012-05-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7413 --- Comment #7 from Manu 2012-05-01 07:44:29 PDT --- (In reply to comment #6) > Note that for the moment you can do things like: > > int[4] o = [1,2,3,4]; > int4 v1; > v1.array = o; Indeed, but that's not something you can just ty

[Issue 8009] ICE with bad type inside templated function with delegate

2012-05-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8009 Kenji Hara changed: What|Removed |Added Keywords||ice, pull Platform|x86

[Issue 7941] Regression(2.059): Type check is ignored when manifest constant initializer is function literal

2012-05-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7941 Kenji Hara changed: What|Removed |Added Keywords||accepts-invalid, pull --- Comment #1 from

[Issue 7413] Vector literals don't work

2012-05-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7413 --- Comment #8 from Walter Bright 2012-05-01 10:40:39 PDT --- I'm looking in to it, I just thought that the workaround could keep you going for the moment. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ---

[Issue 7413] Vector literals don't work

2012-05-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7413 --- Comment #9 from Manu 2012-05-01 10:51:12 PDT --- (In reply to comment #8) > I'm looking in to it, I just thought that the workaround could keep you going > for the moment. Yeah, no worries. Already on it. Cheers :) -- Configure issuemail

[Issue 8011] New: BigInt ++ and -- do wrong thing on negative numbers

2012-05-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8011 Summary: BigInt ++ and -- do wrong thing on negative numbers Product: D Version: D2 Platform: x86_64 OS/Version: Linux Status: NEW Severity: normal Priority: P2

[Issue 8011] BigInt ++ and -- do wrong thing on negative numbers

2012-05-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8011 c.m.brandenb...@gmail.com changed: What|Removed |Added Target Milestone|--- |2.059 --- Comment #1 from c

[Issue 6432] Compilation doesn't terminate on a recursive mixin error

2012-05-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6432 --- Comment #2 from SomeDude 2012-05-01 11:57:22 PDT --- This should be closed as RESOLVED. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Issue 8012] New: Add .length field to enums or provide helper function to Phobos

2012-05-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8012 Summary: Add .length field to enums or provide helper function to Phobos Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: trivia

[Issue 8012] Add .length field to enums or provide helper function to Phobos

2012-05-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8012 Andrej Mitrovic changed: What|Removed |Added Severity|trivial |enhancement --- Comment #1 from Andr

[Issue 7414] Vector literal assignment doesn't work in global scope

2012-05-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7414 --- Comment #2 from github-bugzi...@puremagic.com 2012-05-01 14:04:34 PDT --- Commit pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/545c0e187dee1cde236b88523d3389d39dee7f8c

[Issue 7414] Vector literal assignment doesn't work in global scope

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

[Issue 6724] core.time.dur should use SI symbols for durations, not the ad hoc contractions it uses now

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

[Issue 6796] Several __error with wrong enum definition

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

[Issue 6797] Fake changes to enum array of array

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

[Issue 6796] Several __error with wrong enum definition

2012-05-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6796 --- Comment #2 from bearophile_h...@eml.cc 2012-05-01 15:19:09 PDT --- (In reply to comment #1) > What is the problem ? I think the compiler should not show "__error". -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=em

[Issue 6801] access violation when passing a function literal to the mixin and calling it from function that has other declarations

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

[Issue 6804] shared File doesn't compile

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

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

2012-05-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6838 --- Comment #2 from SomeDude 2012-05-01 15:28:26 PDT --- Should be closed as FIXED. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Issue 8012] Add .length field to enums or provide helper function to Phobos

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

[Issue 4997] names, values, length and basetype enum properties

2012-05-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4997 Andrej Mitrovic changed: What|Removed |Added CC||andrej.mitrov...@gmail.com --- Comme

[Issue 6860] isNumeric(immutable(char)) fails

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

[Issue 4997] names, values, length and basetype enum properties

2012-05-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4997 --- Comment #2 from Andrej Mitrovic 2012-05-01 15:46:12 PDT --- What would really help is if you could have properties for types, something akin to: @property int length(T)() if (is(T == enum)) { return __traits(allMembers, T).length;

[Issue 6860] isNumeric(immutable(char)) fails

2012-05-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6860 --- Comment #2 from Vladimir Panteleev 2012-05-01 15:49:41 PDT --- Still reproducible with -d. I guess this bug should be closed when the deprecated variants are removed. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?t

[Issue 6861] Implicitly convert expression. const(immutable(char)[][string][string]) to const(string[string][string])

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

[Issue 6891] template with uint value parameter causes several issues

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

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

2012-05-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6896 --- Comment #5 from SomeDude 2012-05-01 15:56:08 PDT --- Should be closed FIXED. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Issue 8009] ICE with bad type inside templated function with delegate

2012-05-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8009 --- Comment #2 from github-bugzi...@puremagic.com 2012-05-01 21:01:34 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/4039497a653cf3334912910b93a2383e930b99b

[Issue 8009] ICE with bad type inside templated function with delegate

2012-05-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8009 --- Comment #3 from github-bugzi...@puremagic.com 2012-05-01 21:06:22 PDT --- Commit pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/38595a840d02cc8142a2544f7c36397c5b986deb

[Issue 7941] Regression(2.059): Type check is ignored when manifest constant initializer is function literal

2012-05-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7941 --- Comment #2 from github-bugzi...@puremagic.com 2012-05-01 22:20:58 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/f3d112d16dc2b04b119b0b0d5f54a030944b10e

[Issue 6891] template with uint value parameter causes several issues

2012-05-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6891 Kenji Hara changed: What|Removed |Added Keywords||pull, rejects-valid Platform|x86

[Issue 7941] Regression(2.059): Type check is ignored when manifest constant initializer is function literal

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

[Issue 6861] Implicitly convert expression. const(immutable(char)[][string][string]) to const(string[string][string])

2012-05-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6861 Kenji Hara changed: What|Removed |Added Keywords||rejects-valid Status|NEW

[Issue 8011] BigInt ++ and -- do wrong thing on negative numbers

2012-05-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8011 Ary Borenszweig changed: What|Removed |Added CC||a...@esperanto.org.ar --- Comment #3

[Issue 8011] BigInt ++ and -- do wrong thing on negative numbers

2012-05-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8011 --- Comment #4 from Ary Borenszweig 2012-05-01 23:58:55 PDT --- "sign" is already a boolean, so it's simpler to do: // non-const unary operations BigInt opUnary(string op)() if (op=="++" || op=="--") { static if (op=="++")