Thread overview
[Issue 5520] New: bitfieldsOn
Feb 03, 2011
Ellery Newcomer
Aug 01, 2012
Era Scarecrow
Oct 27, 2012
yebblies
Oct 05, 2013
safety0ff.bugz
February 03, 2011
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


--- Comment #0 from Ellery Newcomer <ellery-newcomer@utulsa.edu> 2011-02-02 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: -------
August 01, 2012
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


--- Comment #1 from Era Scarecrow <rtcvb32@yahoo.com> 2012-08-01 08:10:33 PDT ---
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: -------
October 27, 2012
http://d.puremagic.com/issues/show_bug.cgi?id=5520


yebblies <yebblies@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |yebblies@gmail.com


--- Comment #2 from yebblies <yebblies@gmail.com> 2012-10-28 03:46:58 EST ---
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: -------
October 05, 2013
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


--- Comment #3 from safety0ff.bugz <safety0ff.bugz@gmail.com> 2013-10-05 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: -------