Campbell Barton
Campbell Barton
@alexcrichton, maybe this is a bigger change then I'd expected, am not very experienced using Cargo. Could dependencies list features they require?
In that case wouldn't it be possible to disable a default - having the same behavior as if you explicitly listed all defaults, without the one(s) which have been requested...
I don't know about `libcore` but at an application level - it often makes sense to be able to disable dependencies (which are default since they are used in official...
I've managed to fix the bug in my own port, (single file: https://gitlab.com/ideasman42/isect_all_lines_compgeom/blob/master/poly_point_isect.py ) To ensure this isn't just working by some coincidence, this test rotates 360degrees at 5deg increments...
This is still adding a duplicate `readme.rst`, no files should be duplicated as result of supporting pip.
This pr still includes duplicate files & binary files.
There are too many changes in this PR without any explanation. Please submit smaller PR's that note what they do. For example in `setup.py` `py_modules=['poly_point_isect'],` is replaced by `packages=["poly_point_isect"],` -...
Hi, It would be nice to see a Rust port, though I don't have time for this at the moment. Something that makes this more work is having to use...
I don't have time to investigate this just now, but quickly checked whats going on. - Current tests uses values between 0-1, values over 1k range I didnt try yet....
Committed test fix in temp branch, `EPS_SCALE` may need tweaking though. It passes all tests as well as a new test added from your data. 1a6254af8c31a6b3ebd0cd53f54bed09a93aac23 - otherwise this feels...