-
Crater is currently a monolith crate that does everything, from the web UI to sandboxing to agents. That's not an issue for Crater itself, but there is interest in reusing (for example) Crater's build…
-
Part of the motivation here is that for non-local crates, we right now have to go through `dyn Any` to actually get access to per-crate data, whereas if `Providers` were replaced with a trait object, …
eddyb updated
5 years ago
-
I think it would be nice to be able to add preference validation via `setOnPreferenceChangeListener` in the property delegates.
something like this would be really nice
```kotlin
class AppPref…
-
Relaying the thoughts of @carols10cents from an email sent to me. We could look into setting up modules with the following structure:
- Model: All DB interaction structs
- View: Encodable implemen…
-
Example: https://crates.io/crates/turtle (example will work until I publish a non-alpha version)
Test case:
- Have some 0.x.x versions (not sure if they need to be yanked or not to reproduce the p…
-
If you [define a proc-macro in one crate, then re-export it from another crate](https://github.com/nemo157/rustlang-rust-issue-49553/) via the `use_extern_macros` feature the [resulting documentation]…
-
I tried this code: Running `cargo doc` on a project that has `lexical-core 0.6.2` as its direct or indirect dependency.
I expected to see this happen: All packages documented.
Instead, this …
Evrey updated
4 years ago
-
If you open https://repo1.maven.org/maven2/hu/autsoft/krate/0.1.1/ link, you will see that `0.1.1` version files are missing actual `aar` file.
This brings problems if `mavenCentral()` is used to g…
-
[core-utils](https://crates.io/crates/core-utils) crate didn’t specify URI scheme when defining its repository link, therefore it is interpreted as `https://crates.io/github.com/0X1A/core-utils`. This…
-
Apart from special setups (which we could detect following attributes like `#![no_std]`), recursing into `main()` seems like an unintuitive antipattern we should be able to detect.