-
The copy constructor for ocl::Path is a no-op, not copying anything from the source object. Why is it there? As far as I can tell, the code build just fine without the copy constructor. If it is ne…
-
**rust-analyzer version**: `rust-analyzer version: 0.4.0-standalone.amzn.519.0 (05666441 2023-09-18)`
**rustc version**: `rustc 1.72.1 (d5c2e9c34 2023-09-13) (built from a source tarball)`
Been …
-
Bonjour,
J'ai suivi la procédure en ouvrant un compte pour récupérer un ID et générer le code challenge avec le lien Github et voici le log que j'ai:
`2022-09-25 17:46:20][ERROR] : Erreur sur viess…
-
https://salsa.debian.org/go-team/packages/rootlesskit/-/blob/74020a391d57ffc8d7154a534c0894d1057947ab/debian/patches/0003-disable-vpnkit.patch
https://salsa.debian.org/go-team/packages/rootlesskit/-/…
-
Reported by: **[sals3r0](https://launchpad.net/~sals3r0)**
Date: 2019-06-28T08:53:14Z
Status: Confirmed
Importance: High
Launchpad Issue: [lp1834604](https://bugs.launchpad.net/bugs/1834604)
---
OS:…
-
There's no program version information (e.g. an About option) in the SALSA user interface.
When I start the SALSA controller app, I want to find version information for reporting faults.
There's n…
-
@stokito makes good points:
I checked and for the next release the version would be indeed the 1.22c.
It turned out that the Ubuntu just republish the package from Debian.
It cont…
-
Old salsa has an API `remove_xxx` for removing the value from input, [remove_input.rs](https://github.com/salsa-rs/salsa/blob/367c0bfe1154d8848600bf4029343882652a358c/tests/remove_input.rs) is a test …
-
My use-case is an LSP server. I'd like to send diagnostics for particular documents, but only when diagnostics change. Say I have something like this:
```rust
#[salsa::query_group(...)]
trait Facts…
-
If I have a side-effectful query:
```
fn update(&self, scope: ScopeId) -> ()
```
clippy warns me:
```
warning: unneeded unit return type
--> src/lib.rs:107:40
|
107 | fn upda…