Jon Poulton

Results 18 comments of Jon Poulton

I'm getting a test failure for the `can check sort order` case in `FunctionalSpec` after rebasing, but I get the same thing on main too.

@ilyam8 Gotcha, didn't realise that was there! Just pushed a fix

Same here: ```sh Traceback (most recent call last): File "/usr/bin/dupeguru", line 88, in sys.exit(main()) ^^^^^^ File "/usr/bin/dupeguru", line 71, in main from qt.app import DupeGuru File "/usr/share/dupeguru/qt/app.py", line 22, in...

@szabado-faire Could you give a fuller example of that complex query? I've made a PR for this and I want to run it through to check

I'm getting the same warning with a module that uses Hilt via KSP: ``` > Task :modules:di:hilt:dokkaGeneratePublicationHtml w: [:modules:di:hilt:dokkaGeneratePublicationHtml] For [androidJvm]_example_di_hilt_ProvidesHttpModule: expected 1 page, but got 2 ``` Dokka 2.0.0,...

Yeah i figured I'd get some more up to date opinions before renaming the whole thing. Don't mind either way though

Removed the config option :white_check_mark:

Just squashed + rebased. Only change was to update a non-public sealed class in the gradle plugin, which wasn't picked up before because that wasn't being `detektMain`'d in CI.