[Issue 8296] New: @disable this propagates through reference
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Mon Jun 25 07:14:36 PDT 2012
    
    
  
http://d.puremagic.com/issues/show_bug.cgi?id=8296
           Summary: @disable this propagates through reference
           Product: D
           Version: D2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: nobody at puremagic.com
        ReportedBy: code at benjamin-thaut.de
--- Comment #0 from Benjamin Thaut <code at benjamin-thaut.de> 2012-06-25 07:17:05 PDT ---
Created an attachment (id=1120)
repro case
In the attached repro case the @disable this() in bar2 prevents bar1 from being
initialized even though bar1 is not using bar2 directly. bar1 is only holding a
reference to a class which uses bar2.
Also the error message is really strange as it points to a line in the
sourcecode where there should not be any initialization as the struct is return
via reference.
Tested with dmd 2.058 & 2.059 on windows
-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
    
    
More information about the Digitalmars-d-bugs
mailing list