October 19, 2010 [Issue 3092] Indexing a tuple produces a tuple containing the indexed element | ||||
---|---|---|---|---|
| ||||
Posted in reply to samukha@voliacable.com | http://d.puremagic.com/issues/show_bug.cgi?id=3092 Leandro Lucarella <llucax@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #783 is|1 |0 patch| | --- Comment #10 from Leandro Lucarella <llucax@gmail.com> 2010-10-19 15:06:05 PDT --- (From update of attachment 783) Remove patch type to the attached dstress test as it isn't in patch format -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
October 20, 2010 [Issue 3092] Indexing a tuple produces a tuple containing the indexed element | ||||
---|---|---|---|---|
| ||||
Posted in reply to samukha@voliacable.com | http://d.puremagic.com/issues/show_bug.cgi?id=3092 --- Comment #11 from Manuel König <manuelk89@gmx.net> 2010-10-20 03:48:35 PDT --- (In reply to comment #9) > > Sounds as though you have been running dstress. Could you please post the results somewhere? I would be very interested to see how many dstress bugs are still unfixed in the most recent DMD version. Sure, see here: http://drop.io/dstres_results_rev714 It contains the dstress results for dmd rev714 and my patched version. I can also test the most recent dmd version later, but my homework comes first :) -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
October 20, 2010 [Issue 3092] Indexing a tuple produces a tuple containing the indexed element | ||||
---|---|---|---|---|
| ||||
Posted in reply to samukha@voliacable.com | http://d.puremagic.com/issues/show_bug.cgi?id=3092 --- Comment #12 from Don <clugdbug@yahoo.com.au> 2010-10-20 07:20:29 PDT --- (In reply to comment #11) > (In reply to comment #9) > > > > Sounds as though you have been running dstress. Could you please post the results somewhere? I would be very interested to see how many dstress bugs are still unfixed in the most recent DMD version. > > Sure, see here: http://drop.io/dstres_results_rev714 > It contains the dstress results for dmd rev714 and my patched version. I can > also test the most recent dmd version later, but my homework comes first :) Thanks! That's exactly what I was after. There has been 1 regression since I last saw dstress results (for DMD1.051). I've created bug 5086. Don't bother redoing it with the latest DMD, there won't be any changes. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
October 20, 2010 [Issue 3092] Indexing a tuple produces a tuple containing the indexed element | ||||
---|---|---|---|---|
| ||||
Posted in reply to samukha@voliacable.com | http://d.puremagic.com/issues/show_bug.cgi?id=3092 Leandro Lucarella <llucax@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |llucax@gmail.com --- Comment #13 from Leandro Lucarella <llucax@gmail.com> 2010-10-20 15:55:13 PDT --- (In reply to comment #8) > I have now fixed the bug, it's a trivial 7 line patch which teaches TypeSArray::resolve(...) to recognize if it's indexing a type element. Without the patch, TypeSArray::resolve(...) will create a 1-element-slice when indexing a type in a tuple. This fixes the bug described in this issue. > > This patch does not fix the pragma(msg, "values: ", values); bugs, which is caused by another bug I described in a previous comment. That one would also be easy to fix, it's only a formatting bug, I'm just not sure how a proper patch for that would look like. > > I also tested dmd rev 714 (that one in branch dmd1.x) and my patched version of it in dstress. No improvements, regressions or changes were introduced. I then created a testcase that can be added to the dstress/compile/t directory, which passes with my patch applied, but fails in dmd rev 714. Added to dstress, changeset 1622: http://www.dsource.org/projects/dstress/changeset/1622%3Ad402aa53926c Thanks! -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
December 18, 2011 [Issue 3092] Indexing a tuple produces a tuple containing the indexed element | ||||
---|---|---|---|---|
| ||||
Posted in reply to samukha@voliacable.com | http://d.puremagic.com/issues/show_bug.cgi?id=3092 Kenji Hara <k.hara.pg@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Platform|Other |All Version|1.045 |D1 & D2 OS/Version|Windows |All --- Comment #14 from Kenji Hara <k.hara.pg@gmail.com> 2011-12-17 22:49:26 PST --- https://github.com/D-Programming-Language/dmd/pull/567 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
December 19, 2011 [Issue 3092] Indexing a tuple produces a tuple containing the indexed element | ||||
---|---|---|---|---|
| ||||
Posted in reply to samukha@voliacable.com | http://d.puremagic.com/issues/show_bug.cgi?id=3092 Walter Bright <bugzilla@digitalmars.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |bugzilla@digitalmars.com Resolution| |FIXED --- Comment #15 from Walter Bright <bugzilla@digitalmars.com> 2011-12-18 23:23:48 PST --- https://github.com/D-Programming-Language/dmd/commit/31b955584130b890dac7786b500c31c75e19e4d8 https://github.com/D-Programming-Language/dmd/commit/fcd345d18de57faf49f972f5a6d74e0b4e2d2b4e -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
February 20, 2012 [Issue 3092] Indexing a tuple produces a tuple containing the indexed element | ||||
---|---|---|---|---|
| ||||
Posted in reply to samukha@voliacable.com | http://d.puremagic.com/issues/show_bug.cgi?id=3092 --- Comment #16 from yebblies <yebblies@gmail.com> 2012-02-20 19:05:32 EST --- *** Issue 2422 has been marked as a duplicate of this issue. *** -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
Copyright © 1999-2021 by the D Language Foundation