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
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://