Bert Belder

Results 50 comments of Bert Belder

Update: it seems that `DEPOT_TOOLS_WIN_TOOLCHAIN=0` might be enough to make it work, so this could potentially be hard-coded into `maybe_gen()`.

I'm -1 on this. This is out of scope for std. > There seem strong demands/needs of redis client in the community. If there is no community provided driver for...

> I wasn't sure how to test this here. If you need ideas... * spawn a process that never exits (e.g. `cmd.exe /c pause`) * add the process handle to...

Looking good so far. By the look of it, it seems possible to create a HandleScope inside a Disallow scope. Is that intentional? What about creating a Disallow scope inside...

I was under the impression that eliding the lifetimes would mean they'd all be inferred to the same lifetime. But I guess I was wrong about that... Can you share...

@Protryon > The example included in my commit actually doesn't quite cover it now that I look, see below: > > ``` > fn fn_callback_lifetimes_proxy, arg: v8::Local { > v8::String::new(scope,...

> @piscisaureus See https://doc.rust-lang.org/nomicon/lifetime-elision.html Thanks. "Each elided lifetime in input position becomes a distinct lifetime parameter." 🤦🏻‍♂️

Ideally `librusty_v8.a` would only include object code for the functions defined in `src/bindings.cc` (or at least the other functions should be hidden / non-exported). However I have no clue how...