Re: ClojureCLR Build Error

2012-11-23 Thread dmiller
Robert, Scott: Fixed on the master branch. Tripped up by CLR's strange convention for indicating method accessibility. [sotto voce]: Just because a method has the Private flag set, don't think the IsPrivate property is true. It can be IsAssembly instead. [Deeply felt]: Sigh. -David On T

Re: ClojureCLR Build Error

2012-11-12 Thread Scott Thoman
On Wednesday, April 18, 2012 9:59:34 PM UTC-4, dmiller wrote: > We discovered this was due to building on the beta of .Net 4.5. > ClojureCLR has not been updated to 4.5 yet. > > In this case, a new method was introduced in an interface, causing the > proxy to have a missing method. > > 4.5 supp

Re: ClojureCLR Build Error

2012-04-18 Thread dmiller
We discovered this was due to building on the beta of .Net 4.5. ClojureCLR has not been updated to 4.5 yet. In this case, a new method was introduced in an interface, causing the proxy to have a missing method. 4.5 support coming 'real soon now'. -David On Tuesday, April 17, 2012 10:04:14 A