zhiburt / tabled

An easy to use library for pretty print tables of Rust structs and enums.
MIT License
1.92k stars 77 forks source link

clippy and tests fail due to simple problems #414

Closed strange-dv closed 1 month ago

strange-dv commented 1 month ago

This issue is more of a way to understand the status of this project, as I love it and want to contribute by fixing some bugs. However, I found out that cargo test and clippy and thus CI don't work due to simple code errors.

Why is everyone ignoring them? Is it intentional or is it okay if someone fixes these errors?

zhiburt commented 1 month ago

Hi @strange-dv

Yes; The clippy and tests fails came up by themselfs a few month ago, to be honest I am not sure even why. Seemingly updated clippy; but why test got to fail that's very very interesting, I haven't checked to be brutally honest (I did but way back then).

I am not ignoring it. I am aware of it.

I just have some OLD (VERY OLD) (a few months ....) patch I must have completed...... very interesting patch (at least 3 important ones) But I ...... just .... can't get it done........sooooon hopefully....

So if you @strange-dv want you can peek it up, it'd be great. You can ping me if you'll got some issues.

PS: Overall I can do it too; as I said; I just haven't prioritized it

strange-dv commented 1 month ago

thanks for the answer! I'll try to pick it up!