Dan Kolsoi
Dan Kolsoi
Otherwise, not sure what's the issue here
Yes, of course
Trying to cargo install but seeing a different failure (MVS2017): ``` vendored_parsers/tree-sitter-haskell-src\scanner.c(1039): error C2440: 'return': cannot convert from 'int' to 'Result'TARGET = Some("x86_64-pc-windows-msvc") OPT_LEVEL = Some("3") HOST = Some("x86_64-pc-windows-msvc") cargo:rerun-if-env-changed=CC_x86_64-pc-windows-msvc...
Tried out your rebased branch for our use case and had no issues - appears to be working well. Hope to see this upstreamed sooner than later so that we...
Not sure that there's a good way to do this in inkwell. I think I always expected this sorta thing to be in a higher level abstraction ontop of inkwell....
Indeed, we can if it makes sense to do so
@compiler-errors is there any update on this now that `identity_future` is fixed?
Sure thing. Also, I agree with the proposed solution and would likely accept a PR if someone has the time
I don't have access to a Mac so I can't really help unfortunately
Just got bit by this. Wanted to pass a `Drain` iterator into my mocked function but couldn't because of the required 'static bound. Need to allocate a vec to get...