fren_gor

Results 21 comments of fren_gor

❤️🦀❤️

Tracing the content of `Rc`, `Arc`, etc. is unsound and will lead to double frees, since it is like tracing the same field twice or more: ```rust struct A {...

`jdk.internal.loader.ClassLoaders$AppClassLoader` doesn't extends `java.net.URLClassLoader`, so `URLClassLoaderHelper` cannot be used: https://github.com/openjdk/jdk/blob/master/src/java.base/share/classes/jdk/internal/loader/ClassLoaders.java

What's the state of this? I'm really looking forward to using cargo-all-features with miri in CI.

This happens because the player quits too early. This is definitely a bug of the API (the invalid packet only makes the player to quit). Since the player has already...

Can you post the code which creates the `Library` object that's giving the error? And also the part which adds the repositories.

If you'd like to make a PR for adding this it would be great I think! Perhaps also adding support for Forge may be a good thing.

In the 2.0.0 beta available on the `gradle` branch there is the possibility to make Libby download transitive dependencies for a library using [`Library.Builder#resolveTransitiveDependencies(boolean)`](https://github.com/AlessioDP/libby/blob/93686ea7f1928e4c44a5d1a1c2b59d062efe5c0a/core/src/main/java/com/alessiodp/libby/Library.java#L611).

Are you using the transitive dependency resolution feature?