Philip Munksgaard
Philip Munksgaard
@mati865, you're right, I was using an old stable version. After updating to 1.33.0 everything is dandy with `compiletest_rs = { git = "https://github.com/gnzlbg/compiletest-rs", branch = "stable_libtest" }` in my...
Hi @jimblandy, thank you for reporting this issue. I'm having trouble recreating it on my local machine. Running `TERM=dumb cargo test` in our test-project doesn't seem to exhibit the error...
Thank you @jimblandy, that reproduces the issue for me here. I don't have time to look at the issue at the moment, unfortunately, let's hope someone else does.
I sorta-kinda tried to address this in #201, but never got around to finishing it. My impression was that rustc had some exotic requirements for its internal compiletest that were...
> I really _don't_ want us to have to maintain this as a fork smile Yeah, we should try to minimize the maintenance burden as much as possible.
> Instead of doing a merge, we could potentially try a "fresh start" where we _first_ try moving compiletest out of tree, and if that works, release it as a...
Wow, this is exciting stuff! What are the prospects for success?
I can take a look, but it won't be until tomorrow evening.
One complication that I can see is that Decimal allows both [`NaN`](https://hexdocs.pm/decimal/Decimal.html#nan?/1) and [`Infinity`](https://hexdocs.pm/decimal/Decimal.html#inf?/1) as values, which we don't have representations for in Polars as far as I can tell.
> @Munksgaard PRs welcome! If you're not able to, then I can take a crack when I have some time. I would love to help out, but realistically I won't...