digitalmars.D.bugs - [Issue 8644] New: CTFE doesn't support string >,< on array literals
- d-bugmail puremagic.com (24/24) Sep 12 2012 http://d.puremagic.com/issues/show_bug.cgi?id=8644
- d-bugmail puremagic.com (10/10) Sep 12 2012 http://d.puremagic.com/issues/show_bug.cgi?id=8644
- d-bugmail puremagic.com (12/12) Oct 09 2012 http://d.puremagic.com/issues/show_bug.cgi?id=8644
- d-bugmail puremagic.com (11/11) Oct 09 2012 http://d.puremagic.com/issues/show_bug.cgi?id=8644
- d-bugmail puremagic.com (7/7) Oct 09 2012 http://d.puremagic.com/issues/show_bug.cgi?id=8644
- d-bugmail puremagic.com (11/11) Oct 09 2012 http://d.puremagic.com/issues/show_bug.cgi?id=8644
http://d.puremagic.com/issues/show_bug.cgi?id=8644 Summary: CTFE doesn't support string >,< on array literals Product: D Version: D1 & D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: DMD AssignedTo: nobody puremagic.com ReportedBy: clugdbug yahoo.com.au --- Comment #0 from Don <clugdbug yahoo.com.au> 2012-09-12 00:39:01 PDT --- int bug() { auto m = "a"; auto z = ['b']; assert(m < z); // Error, not supported at compile time return 1; } static assert( bug()); -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Sep 12 2012
http://d.puremagic.com/issues/show_bug.cgi?id=8644 Don <clugdbug yahoo.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |CTFE, pull, rejects-valid --- Comment #1 from Don <clugdbug yahoo.com.au> 2012-09-12 01:26:14 PDT --- https://github.com/D-Programming-Language/dmd/pull/1114 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Sep 12 2012
http://d.puremagic.com/issues/show_bug.cgi?id=8644 yebblies <yebblies gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |yebblies gmail.com Version|D1 & D2 |D1 --- Comment #2 from yebblies <yebblies gmail.com> 2012-10-10 02:35:38 EST --- Fix for D2: https://github.com/donc/dmd/commit/8cd8f05dfe1caa050c2995b410d7e73b696cb6ad -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Oct 09 2012
http://d.puremagic.com/issues/show_bug.cgi?id=8644 --- Comment #3 from github-bugzilla puremagic.com 2012-10-09 09:12:57 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/8cd8f05dfe1caa050c2995b410d7e73b696cb6ad Fix bug 8644 - CTFE doesn't support string <,> on array literals https://github.com/D-Programming-Language/dmd/commit/f3ee71f1f422fd0ee8863109469f4065a8305b5f Merge pull request #1114 from donc/ctfe8644_arrayliteralcmp Fix bug 8644 - CTFE doesn't support string <,> on array literals -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Oct 09 2012
http://d.puremagic.com/issues/show_bug.cgi?id=8644 --- Comment #4 from yebblies <yebblies gmail.com> 2012-10-10 03:15:10 EST --- Whoops. This is the merge commit. https://github.com/D-Programming-Language/dmd/commit/f3ee71f1f422fd0ee8863109469f4065a8305b5f -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Oct 09 2012
http://d.puremagic.com/issues/show_bug.cgi?id=8644 Walter Bright <bugzilla digitalmars.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |bugzilla digitalmars.com Version|D1 |D1 & D2 Resolution| |FIXED -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Oct 09 2012