Vladimir Kotal
Vladimir Kotal
When using the diagnostic log to track down problems with an IdP, I found that it would benefit from having time stamps written to the log, somewhere around here: https://github.com/latchset/mod_auth_mellon/blob/b1e30ff4ae684341a96f41619d58358b2044784e/auth_mellon_diagnostics.c#L705-L706...
Today I got an e-mail from Flickr, informing that API calls will have to supply the 'User-Agent' header and there is some discussion raging on https://www.flickr.com/groups/api/discuss/72157721918374433/72157721918403334/. Given that flickrapi uses...
When indexing bunch of projects, the indexer (based on 1.13.4) had a trailing worker thread that was spinning on the CPU for inordinate amount of time (minutes) while all the...
When indexing bunch of projects from scratch with 1.13.4, I was watching CPU utilization in the 2nd phase of the indexing. There was bunch of bigger projects like Linux, FreeBSD,...
This change builds the `hasAnnotation` check on the top of xref-able. The property is part of the analyzer factory classes.
When working on PR #4516, I noticed that the "is-annotatable" property is stronger than the "is-xrefable" property. xrefable does not imply annotatable. For example, the ELF analyzer allows for the...
Indexing with annotation cache enabled, 1.13.4 writes binary data to logs once again, making #4473 resurface: ``` 2024-02-19 19:11:25.122+0000 SEVERE t6902 SCCSRepositoryAnnotationParser.processStream: Error: did not find annotations in line 5,932...
PR #2550 disabled these tests from `FileHistoryCacheTest` on non-Unix: - `testRenamedFilePlusChangesBranched` - `testRenameFileThenDoIncrementalReindex` - `testStoreAndGet` due to Mercurial handling in AppVeyor environment (see the PR for details). If something (esp....
`dev/checkstyle/suppressions.xml` contains quite a few exceptions from the `ParameterNumber` check. These should be cleaned up.
`SuggesterConfigTest` needs more tests.