-
Notifications
You must be signed in to change notification settings - Fork 449
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug 581 ray crossing with 4d coord #586
Bug 581 ray crossing with 4d coord #586
Conversation
sync mukoki fork
Update fork
The fix looks good to me. Are you going to sign an ECA? |
Actually I'm thinking a better fix might be to add a Thoughts? I can make a PR for this. |
Wow, lot of ceremony. I just filled the ECA form, but I don't know how to link my commits to this document. |
I think you're right. We don't really need to get coordinates with the exact coord dimension. We rather need x,y from both coordinates. In this case, you can also remove p1 and p2 coordinate creation and ring.getCoordinate(i, p1) call which is the place where the error occured. |
Yes, the bureaucracy is annoying. AFAIK you can't amend this PR - you have to create another one. |
Another possibility - just use |
when you go to https://accounts.eclipse.org/legal/eca/validation/45250 you cab see that a signed commit is needed, use |
Do you mean as I did in the commit (bf88792) ? |
I'm seeing that commit use I mean using |
Superseded by #589 |
Test to demonstrate #581 bug and proposal to fix it