ClojureCLR - Question about the Debug 3.5 build configuration and System.Reflection.Assembly.IsDynamic property

2013-03-12 Thread FC
Hi,

I'm trying to build ClojureCLR from the latest clojure-clr-master.ZIP file 
I downloaded from GitHub. 

With Debug 3.5 as the build configuration I get a compilation error in 
Clojure\lib\RT.cs that System.Reflection.Assembly does not contain a 
definition for 'IsDynamic'.

Is this expected? When I use Debug 4.0 it builds fine.

Thank you.

-Fiel

-- 
-- 
You received this message because you are subscribed to the Google
Groups Clojure group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
Clojure group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




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://pastebin.com/KU3euWwJ

The problem doesn't occur in ClojureCLR built using .NET 4.0 framework.

Does anyone know a workaround?

Or should I file a bug?

Thank you.

-Fiel

-- 
You received this message because you are subscribed to the Google
Groups Clojure group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en