Re: [JENKINS] Lucene » Lucene-Check-9.x - Build # 3700 - Failure!

2022-11-24 Thread Luca Cavanna
I opened https://github.com/apache/lucene/pull/11975 to address this compile error. On Thu, Nov 24, 2022 at 6:35 PM Apache Jenkins Server < jenk...@builds.apache.org> wrote: > Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Check-9.x/3700/ > > All tests passed > > Build Log: >

Re: [lucene] branch main updated: More refactoring work, and fix a distance calculation.

2022-11-24 Thread Karl Wright
Thanks, I was unable to get to this until this morning. The code was dead because the corresponding call hadn't been included. Fixed now. Karl On Thu, Nov 24, 2022 at 5:50 AM Adrien Grand wrote: > Karl, this commit has been failing precommit because it introduced > dead code. I just pushed a

Re: [lucene] branch main updated: Prevent NPEs while still handling the polar case for horizontal planes right off the pole

2022-11-24 Thread Dawid Weiss
I have multiple Windows machines, including laptops. Never had this issue (but I stay away from WSL and such). Performance is, I'd say 25% slower than comparable Linux machines. Something is wrong with your rig. Dawid On Thu, Nov 24, 2022 at 12:26 PM Karl Wright wrote: > My entire tool set and

Re: [lucene] branch main updated: Prevent NPEs while still handling the polar case for horizontal planes right off the pole

2022-11-24 Thread Karl Wright
My entire tool set and work environment is inside WSL. I've determined that the issue for me is the performance of the file system. I had to remove the (bundled) antivirus software to get even where I am now. But I have no evidence that even doing windows-native operations with this disk are

Re: [lucene] branch main updated: More refactoring work, and fix a distance calculation.

2022-11-24 Thread Adrien Grand
Karl, this commit has been failing precommit because it introduced dead code. I just pushed a fix. On Thu, Nov 24, 2022 at 10:47 AM wrote: > > This is an automated email from the ASF dual-hosted git repository. > > kwright pushed a commit to branch main > in repository

Re: [lucene] branch main updated: Prevent NPEs while still handling the polar case for horizontal planes right off the pole

2022-11-24 Thread Jan Høydahl
I’m not on Windows myself, but I think the trick is doing the git clone to the WSL file system. So you may have one checkout for use with windows and another for use within wsl. And if you’re a CLI person, there’s a GitHub cli tool ‘hub’ that is handy: https://hub.github.com/ Jan Høydahl >