Can't you just tell the OS to associate .ipy files with devenv.exe?
(Right-click on file --> Open with ... --> browse to devenv.exe). I don't think
VS keeps track of file types associated with it, but the setup sets them.
From: users-boun...@lists.ironpython.com
[mailto:users-boun...@lists.iron
Having installed the ASP.NET Futures package, I get syntax highlighting for
files with the .py extension in Visual Studio 2008. I am unable to find a
setting to associate files with a .ipy extension as the same.
I use both the CPython and IronPython interpreters, and would like to use the
file
Your approach should be perfectly fine (it's basically what CompiledCode was
designed for) and it's not clear to me what would be leaking in this scenario.
One suggestion I'd have for you is to download and install windbg
(http://www.microsoft.com/whdc/DevTools/Debugging/default.mspx).
Then
Christian Muirhead a écrit :
Hi jean-marc -
Hi christian,
I'll let you know when we've got a better idea of
what's going on.
Ok thanks a lot for all your answers.
jean-marc
___
Users mailing list
Users@lists.ironpython.com
http://
What is the impact of caching CompiledCode into this "collectability" issue?
I am working on a CMS that expose functions implemented in IronPython
to a template engine. So I read a directory of 40 or 50 xx.py files,
load it up and compiled them. This is off course a costly operation to
do it in ev
Hi jean-marc -
This looks like an Ironclad bug - we're looking into it now. It might be
something simple to fix, or quite complicated; Ironclad's still a work
in progress, and there are lots of parts of the Python C API that aren't
implemented yet. I'll let you know when we've got a better ide