Package Details: gnome-search-providers-jetbrains 1.17.0-1

Git Clone URL: https://aur.archlinux.org/gnome-search-providers-jetbrains.git (read-only, click to copy)
Package Base: gnome-search-providers-jetbrains
Description: Add Jetbrains IDE projects to Gnome Search
Upstream URL: https://github.com/swsnr/gnome-search-providers-jetbrains
Keywords: gnome jetbrains provider search
Licenses: MPL-2.0
Submitter: swsnr
Maintainer: None
Last Packager: swsnr
Votes: 0
Popularity: 0.000000
First Submitted: 2021-04-11 19:48 (UTC)
Last Updated: 2024-02-12 18:20 (UTC)

Latest Comments

swsnr commented on 2021-12-23 17:05 (UTC)

Should've been --cap-lints=allow; sorry, my memory had cheated me.

The warning's fixed in code, but I didn't want to make a new release just for that.

Terence commented on 2021-12-17 18:00 (UTC)

I found that the export RUSTFLAGS='-A warnings' you added to make the compilation succeed was not enough. Instead, I used -A dead_code and it worked. This is the same for gnome-search-providers-vscode.

Of course, it would preferable to fix the warnings in the code.