Simon Sapin

Results 118 issues of Simon Sapin

`r+` seems to make homu push to the `auto` branch twice, causing Travis-CI to schedule two builds (which take turns in the queue for available builders) while only the second...

See https://github.com/servo/libfreetype2/pull/13#issuecomment-113289552 . After homu merged that PR by pushing a merge commit to master, it thinks that PR was made unmergable by itself. It looks like a race condition:...

When Travis-CI triggers a build itself, that is visible as "Details" in the yellow status box. I believe this is `target_url` in the [status API](https://developer.github.com/v3/repos/statuses/). When using Homu with Travis-CI...

https://github.com/ratel-rust/toolshed/blob/e42cd8c13aabe37287587c798025dc0fa1e60fa1/src/cell.rs#L10-L12 https://github.com/ratel-rust/toolshed/blob/e42cd8c13aabe37287587c798025dc0fa1e60fa1/src/cell.rs#L61-L68 This is writing through `&T` without `std::cell::UnsafeCell` being involved at all. Unfortunately `UnsafeCell` is currently not `Copy`, so as far as I understand `CopyCell` cannot be made sound...

cantfix

This log file looks very mangled: https://tools.taskcluster.net/groups/Ya07T4ynTi6aZNRH9WdQ0Q/tasks/TIBI4C7bRzW6jvQXn980gg/runs/0/logs/public%2Flogs%2Flive.log#L394648 As far as I understand, this is because it contains byte sequences like (in JS string syntax) `"\x1B[A\x1B[K"` which seem not to be...

Existing test cases can be used to test CSS serialization by checking that `parse(serialize(parse(input))) == parse(input)` for any input, (_TODO:_ document this in the README) but we should add more...

… are not tested. See http://www.w3.org/TR/css3-color/#css2-system https://github.com/mozilla-servo/rust-cssparser/issues/2

### Describe the bug (This is not quite a bug report, but not a feature request either.) This is to let you know that your dependency https://crates.io/crates/kuchiki will not receive...

type: bug
status: needs triage

This is to let you know that I’ve archived https://github.com/SimonSapin/rust-utf8, the source repository for https://crates.io/crates/utf-8 which https://crates.io/crates/uu_wc depends on. No action is required as I’m not planning the yank the...

U - wc
good first issue

https://github.com/rust-lang/cargo/pull/4817 > This commit enables incremental compilation by default […] A `profile.dev.incremental` field is added to `Cargo.toml` to disable it on a per-project basis (in case of bugs). I was...

C-feature-request
A-profiles
S-needs-info