-
For a given program
```rs
#![crate_type = "lib"]
fn foo() {}
```
Currently (rustc 1.82.0), `rustc -F unused -A unused` will produce
```
error: function `foo` is never used
--> .\bar.rs:1:4
|
1 |…
-
As seen in this rageshake https://rageshakes.element.io/api/listing/2024-11-06/130841-YOSPUGGB/console.2024-11-06-12.log.gz
There is slightly late room key, so there is an UTD and the sdk tries to …
-
Investigate granges rust crate for allowing GenomicRanges like functionality: https://github.com/vsbuffalo/granges
ghuls updated
5 months ago
-
> `derivative` is unmaintained; consider using an alternative
| Details | |
| ------------------- | ---------------------------------------…
-
For making examples of physical systems, it would be helpful to run some simulations. I would like to serve the dual purpose of implementing those simulations using rust crates (even if they require n…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Repository problems
These pr…
-
In order to find packages in Debian, cargo-debstatus queries the UDD using
```
SELECT version::text FROM sources WHERE source in ($1, $2) AND release='sid';
```
where $1 and $2 are, respective…
-
https://doc.rust-lang.org/rustc/codegen-options/index.html#codegen-units
> This flag controls the maximum number of code generation units the crate is split into. It takes an integer greater than …
-
## Reproduction Requirements
I could trigger this on macOS only. Install:
```shell
$ brew install bazelisk postgresql@14 pkg-config
```
Then clone:
```shell
$ git clone https://github.c…
-
It would be good to have a schema spec for aux/config data on deployment so when we pull program info from chain we have a rough idea of what we are getting. [JSON schema](https://json-schema.org/) se…