[Zope-CVS] CVS: PythonNet - makefile:1.7

Brian Lloyd brian at zope.com
Mon Oct 20 23:05:43 EDT 2003


Update of /cvs-repository/PythonNet
In directory cvs.zope.org:/tmp/cvs-serv26410

Modified Files:
	makefile 
Log Message:
Check in the Great Type Refactoring before I go and break it again. All of 
the tests pass again (well, except for two that were failing before the 
refactoring).

The end result is a nice net reduction of C# code, letting the Python 
runtime handle much more of the work of creating types. 

The refactored version also plays nicely with the Python GC, so the 
Python GC no longer needs to be disabled to run things under Python 
for .NET. :) Also added some very preliminary leak and stress testing 
scripts.



=== PythonNet/makefile 1.6 => 1.7 ===
--- PythonNet/makefile:1.6	Thu Jul 24 19:59:23 2003
+++ PythonNet/makefile	Mon Oct 20 23:05:11 2003
@@ -35,6 +35,7 @@
 Python.Test.dll: Python.Runtime.dll
 	cd src; cd testing; \
 	$(CSC) /nologo /target:library /out:../../Python.Test.dll \
+	/reference:../../nunit/bin/nunit.framework.dll \
 	/reference:../../Python.Runtime.dll \
 	/recurse:*.cs
 	cd ..; cd ..;




More information about the Zope-CVS mailing list