branchseer

Results 29 comments of branchseer
trafficstars

Hi. I'm all for providing the fork under an `unstable` feature. However I'm not sure about applying patches using the `patch` command in `build.rs`, especially when we are supporting msvc....

All relevant `FnMut` are updated in the latest commit.

> Is there any safety issue ? In general, `FnMut` can be recursive, no ? (https://users.rust-lang.org/t/mutability-and-recursion/35080) @gwenn A recursive `&mut self` method can be considered as a free `fn` with...

Yeah I encountered this error, too. You just have to build it on Linux and copy the result back to Windows. The latest version of Windows 10 **is** v17763. Pym...

That's great to hear. Thanks! I'll work on it as soon as I'm back from vacation.

> Pinging @branchseer we'd love to have this in bincode 2 Ah sorry I totally forgot! Will work on it this weekend!

Hi @VictorKoenders, let's start with https://github.com/bincode-org/virtue/pull/90. It's for generating `impl Decode`

> I'm curious what project you are working on with `oxc` 😄 Just experimenting something 😄. Don't wanna spoil it now because I'm not sure if it's even viable. But...

Conformance tests say `static` is also valid for ts index signature. parser and ast updated.