Re: ClojureCLR: with-open in .NET 3.5 is unable to find .Dispose method on IDisposable

2012-11-23 Thread dmiller
Fiel, Fixed on the master branch as of this morning. -David On Saturday, November 17, 2012 7:46:47 AM UTC-6, FC wrote: > > Hi DavidM and ClojureCLR users, > > In ClojureCLR built using .NET 3.5 framework, with-open needs some help > finding the .Dispose method on IDisposable objects: > > It oc

ClojureCLR: with-open in .NET 3.5 is unable to find .Dispose method on IDisposable

2012-11-17 Thread FC
Hi DavidM and ClojureCLR users, In ClojureCLR built using .NET 3.5 framework, with-open needs some help finding the .Dispose method on IDisposable objects: It occurs when calling with-open on RegistryKey and System.IO.BinaryWriter instances. Here's the code snippet demonstrating this: http://