Eric Ridge
Eric Ridge
(oh, and this is with `rustc 1.50.0 (cb75ad5db 2021-02-10)`)
wel, that's interesting. I used it from crates.io too. And my private project that uses it builds it from crates.io w/o any problems. What does `cargo tree` say? The published...
> I have postgres installed locally could it cause some problem? Naw. I do too -- 6 different versions! `postgres-parser` downloads it, configures, and compiles it, via `build.rs`, all in...
> I've just removed my ~/.cargo/registry directory and am trying to build/run your test project again. I'm really stumped. Yeah, that worked fine too. I'm clueless at the moment. 😢
May you can try removing your ~/.cargo/registry directory, doing a cargo clean, and see what happens? This is definitely weird. What version of clang do you have? Mine is: ```...
well, actually, that's the clang installed by XCode. I wonder if that's a thing... There's a "known issue" with that, and I wonder if that's what we're seeing: https://github.com/zombodb/postgres-parser#known-issues
Yeah. I’m wondering that too. I dunno. Soooo weird.
I wonder if it has something to do with `postgres-parser`'s published `Cargo.lock` file. It appears to be a little out of date: ```diff diff --git a/Cargo.lock b/Cargo.lock index 3a93997..e8886be 100644...
let me update all the dependencies and Cargo.lock and publish v0.2.3 and lets see what happens.
This is curious. Thanks for the report. I'll look into it this week.