Andreas Molzer

Results 68 issues of Andreas Molzer

The library itself provides no implementors for the trait trait. This is odd as there are several transparent wrappers within the standard library. Some of them might be valid, some...

documentation

The comment above this line is inaccurate as to what it is doing, and the usage of transmute here to create a reference with longer lifetime is not sound. https://github.com/tversteeg/const-tweaker/blob/fd94d62f52e99756f006c303ed385a3dd545a53c/macro/src/lib.rs#L118-L120...

help wanted

An internal macro (`set_callback`) uses a transmute to create several different function types. This is UB and indicative of an underlying problem. https://github.com/koute/libretro-backend/blob/9248d749174bfb50641630c149d8529f1ba65a30/src/lib.rs#L223-L233 According to [the documentation](https://doc.rust-lang.org/std/primitive.fn.html) of the function...

This is not the same as the role fulfilled by the `SigningContext`. The newly introduced API requires the complete message to be somewhere in memory, it only does not require...

There are some instances where parsing of structs (`core::str::FromStr`) makes use of the implementations provided by the standard library. Problematically, these are defined in `std` and not in `core` such...

enhancement
good first issue

In several data representations within `wire` we would benefit from additional `const` qualifiers. Especially for setting up static data this could greatly simplify code, instead of requiring use of `lazy_static!`...

enhancement
good first issue

As far as I've been able to determine one needs to specify `*args` for `**kwargs` to work in an instance method. The documentation for [`py_argparse`](https://docs.rs/cpython/0.5.0/cpython/macro.py_argparse.html) indicates that this is a...

Draft for comments on the approach. Add a byte-based buffer which is color space aware and tracks the underlying color and texel layout with fields, instead of encoding them into...

We want people to transition but not ignoring the history of version bump downstream, we can't expect this. Thus we should port fixes to the previous version. Branch will be...

This is a draft for a system that would allow _external_ packagers to run our test suite based on the published packages, without requiring us to add that test data...