Closed kilink closed 11 years ago
I might to merge it as is, but definitely will merge most of it. Thanks!
Merged in 3ac55c8616be73c140281cb9c382b4f27b15249a.
Hey, thanks for merging some of my changes. I noticed one thing you left out is the modification of sys.path in atomic/init.py (I've commented on the relevant block of code). Maybe I should have opened it as a separate issue, but the Java reference implementation would not load for me under Jython without modifying sys.path.
Maybe I'm doing something wrong, or is that a bug?
I don't really know if we should more use sys.path
or good old java CLASSPATH
here :expressionless:
That's what has hold me back from inserting it for now.
I've improved the tests and test coverage of atomic in a few ways: