digitalmars.D.bugs - [Issue 5520] New: bitfieldsOn
- d-bugmail puremagic.com (25/25) Feb 02 2011 http://d.puremagic.com/issues/show_bug.cgi?id=5520
- d-bugmail puremagic.com (14/14) Aug 01 2012 http://d.puremagic.com/issues/show_bug.cgi?id=5520
- d-bugmail puremagic.com (11/11) Oct 27 2012 http://d.puremagic.com/issues/show_bug.cgi?id=5520
- d-bugmail puremagic.com (11/11) Oct 05 2013 http://d.puremagic.com/issues/show_bug.cgi?id=5520
http://d.puremagic.com/issues/show_bug.cgi?id=5520 Summary: bitfieldsOn Product: D Version: D2 Platform: Other OS/Version: Linux Status: NEW Severity: enhancement Priority: P2 Component: Phobos AssignedTo: nobody puremagic.com ReportedBy: ellery-newcomer utulsa.edu 17:54:23 PST --- I think it would be nice to have a variation of bitfields which generates operations on a preexisting field, e.g. struct Z{ Foobar f; mixin(bitfieldsOn!("f.squirt.honk" bool, "buzz",1, uint, "fuzz",7, )); } -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Feb 02 2011
http://d.puremagic.com/issues/show_bug.cgi?id=5520 Era Scarecrow <rtcvb32 yahoo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED CC| |rtcvb32 yahoo.com AssignedTo|nobody puremagic.com |rtcvb32 yahoo.com --- Current branch adds the feature. I do see it as useful. Once current pull is accepted, this will be resolved. https://github.com/rtcvb32/phobos/commit/620ba57cc0a860245a2bf03f7b7f5d6a1bb58312 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Aug 01 2012
http://d.puremagic.com/issues/show_bug.cgi?id=5520 yebblies <yebblies gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |yebblies gmail.com Could you add a link to the pull request you're talking about? Same for issue 4935. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Oct 27 2012
http://d.puremagic.com/issues/show_bug.cgi?id=5520 safety0ff.bugz <safety0ff.bugz gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |safety0ff.bugz gmail.com 09:24:46 PDT --- He seems to have been referring to pull requests: 1045, 719, 734 and 740 (all closed unmerged.) -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Oct 05 2013