Vladimir Kotal
Vladimir Kotal
OpenGrok 1.12.12 contains improved logging for the above exception, it might help to shed a bit more light on the problem.
The actual output looks like this: ``` 11:44:51 WARNING: Non-zero exit status 255 from command [/usr/bin/hg, log, -f, --template, changeset: {rev}:{node|short}\n{branches}{tags}{parents}\nuser: {author}\ndate: {date|isodate}\nfiles: {files}\ndescription: {desc|strip|obfuscate}\n, race/test.dat] in directory /Users/vladimirkotal: abort:...
With the recent Mercurial (6.1.1) the `hg log` no longer exits with non-zero code when the file is untracked, even with `-f`/`--follow` (which current OpenGrok version does not use unless...
Actually, the check is already being done in `HistoryGuru#getHistoryFromRepository()`: https://github.com/oracle/opengrok/blob/5d55b5f08d930049059a72ad2c2317584e55e94b/opengrok-indexer/src/main/java/org/opengrok/indexer/history/HistoryGuru.java#L547-L560 The issue is that the `fetchHistoryWhenNotInCache` configuration tunable is set to true by default so the history is retrieved also...
What OpenGrok version do you experience this with ?
@tanmayd1996 , are you going to look into this ?
This should preferably be done before OpenSSL 1.1 and Python 3.7 removals are done from a S11.4 SRU.
> build fails because the test is modifying a private variable using the otherwise unused get_monotonic_time function. Either the build needs to be modified appropriately, or get_monotonic_time needs to be...
> Ok, I made a couple of modifications to the test_loop file, one which is likely fine, one which I'm not sure if it's ok or not. The .loop function...
The `micropython.py` comes from `Adafruit_Blinka`: https://github.com/adafruit/Adafruit_Blinka/blob/b3beba7399bc4d5faa203ef705691ef79fc4e87f/src/micropython.py#L12-L14 and is still the same as above so perhaps some more strict enforcement was introduced in CPython itself.