Karl Nelson

Results 397 comments of Karl Nelson

Got it. I will take a look at the CI.

@pelson It really appears to me that the problem you are trying to address is a bug in numpy not jpype. The specification that jpype is giving is correct, but...

Your reading of the docs is backwards on two fronts. In C long is platform dependent where as long long is gauranteed as at least 8 by standard. Longs are...

I would ask that we do not run a formatter. It would kill epypj branch which is a huge work efforr that just needed people to help write tests.

@marscher thanks for tackling this one. Unfortunately my knowledge of C++ is circa 2000 and there were still a lot of very bad compilers at the time so some of...

So is this ready for a review at this point or is it still a work in progress? (Actually I am confused.... the top of the page says "review requested"...

My general opinion on new compilers like C++20 when supporting a library which is supposed to work from Python 3.7 to current, is that we should stick with features that...

We are probably safe to go all C++14 if that would be easier to deal with. I just won't go to C++20 for a long while.

I see codecov is mad about a bunch of missing test cases. I guess I will take another shot at improving coverage after this one goes in.

I believe it is discussed in the JPype documentation that Java itself does not support operation though a "fork". If you want to use multiprocessing with Java, then try to...