[Mono-dev] Compile time errors
    Robert Wilkens 
    robwilkens at gmail.com
       
    Mon Jul  2 02:53:42 UTC 2012
    
    
  
It looks like this patch, pulled 11 hours ago as i write this, is what broke it:
https://github.com/JamesB7/mono/commit/a299db4b1e987d3a41ec5b561815ff1b29839b76
The funny thing is it mentions MemoryMappedFileSecurity by name, but that's what it seemed to break.  It looks like the code is correct, from a quick glance, but the MemoryMappedFileSecurity, from what i can tell, was not implemented so it would not compile with this change in place.
-Rob
On Jul 1, 2012, at 10:10 PM, Rob Wilkens wrote:
> On 07/01/2012 09:45 PM, Rob Wilkens wrote:
>> System.IO.MemoryMappedFiles/MemoryMappedFileSecurity.cs(35,15): error CS0122: `System.Security.AccessControl.ObjectSecurity<System.IO.MemoryMappedFiles.MemoryMappedFileRights>.ObjectSecurity()' is inaccessible due to its protection level
> 
> I submitted patch via github so it doesn't get lost.  Should've done that to begin with.
> 
> If someone wants to review:
> https://github.com/mono/mono/pull/367
> 
> -Rob
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ximian.com/pipermail/mono-devel-list/attachments/20120701/9f3cdcee/attachment.html>
    
    
More information about the Mono-devel-list
mailing list