Anthony Ramine

Results 68 issues of Anthony Ramine

Undefined symbols have their N_TYPE set to N_UNDF so they are already rejected by macho_defined_symbol. See https://github.com/rust-lang/backtrace-rs/pull/299

On clang, disabling inlining is not enough to prevent some very simple functions to be optimised out and replaced by a single jump instruction. https://github.com/ianlancetaylor/libbacktrace/pull/34#issuecomment-596077925

We could use the [`codemap`](https://crates.io/crates/codemap) crate and its `Span` concept.

Contrary to its documentation, `lazycell::AtomicLazyCell::set` can also return an error when the cell is *currently being filled* by another thread, which means that `cell.set(v); cell.borrow()` can return `None` sometimes.

Request extracted from #40. We want `innerHTML` handlers that allow users to modify the raw HTML of an element, similar to how they are already able to modify the element's...

I see in the changelog file that this crate attempts to follow semver. AFAIK, 0.10.0 was released with no breaking changes, only a new feature. Filing this only in case...