Anthony Ramine

Results 68 issues of Anthony Ramine

Adding feature `te` to `if_everything` is a breaking change that causes cargo-deny 0.4.22 to not build anymore. [cargo-deny depends on goblin 0.8 with a specific set of features and with...

How is the soundness of `Context::make_current` guaranteed? For example, what happens if user calls it for two different contexts and then drops the guard in reverse order?

See `tests/wpt/web-platform-tests/html/syntax/parsing-html-fragments/the-input-byte-stream-003.html`, which times out.

A-content/dom
A-content/parsers

``` ▶ Unexpected subtest result in /css/css-fonts/variations/at-font-face-font-matching.html: │ FAIL [expected PASS] Matching font-style: 'oblique 20deg' should prefer 'oblique 30deg 60deg' over 'oblique 40deg 50deg' │ → assert_true: Unexpected font on...

I-intermittent

``` ▶ Unexpected subtest result in /css/css-fonts/variations/font-weight-matching.html: └ PASS [expected FAIL] Test @font-face matching for weight 470 ▶ Unexpected subtest result in /css/css-fonts/variations/font-weight-matching.html: │ FAIL [expected PASS] Test @font-face matching...

I-intermittent

I would like to use the new fields from `tcp_info` when cross-compiling from macOS. By the way I'm not sure I understand [this commit](https://github.com/messense/homebrew-macos-cross-toolchains/commit/7fcef5f9cb0a9760806ddd566517193d7a916c65), as it seems it downgraded Linux...

We could serialise `Cookie` as a struct with the various accessor methods, and deserialise with `CookieBuilder`. Currently I use the `to_string` and `parse` methods. Cc @seanmonstar @imp

https://github.com/cloudflare/foundations/pull/38