-
LTS distros such as ubuntu 14.04 don't have an easy way to run libXrandr 1.5 on their system. Linking x11-dl's xrandr module fails on such systems. I'm not sure of a great solution to support both ver…
jwilm updated
6 years ago
-
The [Erlang ODBC](https://github.com/erlang/otp/tree/master/lib/odbc) implementation is old, and doesn't seem to have received meaningful updates for years. This wouldn't have been a problem if it wor…
-
Our automated review bot is able to analyze Phabricator code reviews.
We should evaluate its results on staging, and once satisfied we should enable it in production (and evaluate it there as well)…
-
We currently have three internal types, `NonZero`, `Unique` and `Shared`, that are very useful when working with unsafe Rust code. Ultimately, the hope is to have a clear vision for semi-high-level, b…
-
This issue is being made in response to [/u/edapa on the Rust Reddit](https://www.reddit.com/r/rust/comments/7zpvev/notyetawesome_rust_what_use_cases_would_you_like/duq228y/):
> The biggest gap for…
-
Rust currently only includes synchronous IO in the standard library. Should we also have async IO as well, or leave that to an external crate? What would the design look like?
Moved from https://gith…
-
The current chapter needs to be split:
- [ ] `#[link]` attribute, ffi functions are unsafe
- [ ] safe wrappers
These topics also need to be covered:
- [ ] `repr(C)` attribute for structs
- [ ] callba…
-
```rust
pub struct UncasedStr(str);
impl UncasedStr {
pub fn new(string: &str) -> &UncasedStr {
unsafe { &*(string as *const str as *const UncasedStr) }
}
}
```
I believe t…
-
rustc 1.21.0-nightly (aac223f4f 2017-07-30) ICEs on https://github.com/rtbo/rust-xcb (full output below), although 1.20.0-beta.1 and some not-much-older nightlies succeed.
Some more context around …
-
Issue to trace effort of swig interface for java. Started implementation - will update with progress. If anyone has any comments/tips - please feel welcome to join the discussion!