www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 3598] New: Static functions in immutable structs/classes needed

reply d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=3598

           Summary: Static functions in immutable structs/classes needed
           Product: D
           Version: 2.036
          Platform: x86
        OS/Version: Windows
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: nobody puremagic.com
        ReportedBy: tomeksowi gmail.com



PST ---
Currently immutable types can't have static functions and I believe this
impediment is a bug:

immutable struct Strukt
{
    static void funkcja() { }
}

Should compile but fails with message:
function test.Strukt.funkcja without 'this' cannot be const/immutable

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Dec 07 2009
next sibling parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=3598




PST ---
I heard the bug is not clear about what should we do, so I'll restate:
Currently everything inside an immutable struct/class is
tagged with  "immutable". I say, tag everything but static functions.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Dec 09 2009
prev sibling parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=3598


Walter Bright <bugzilla digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |bugzilla digitalmars.com
         Resolution|                            |DUPLICATE



13:00:04 PST ---
*** This issue has been marked as a duplicate of issue 5110 ***

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Dec 05 2010