eyre icon indicating copy to clipboard operation
eyre copied to clipboard

Fix compile probe and nightly backtraces

Open ten3roberts opened this issue 10 months ago • 4 comments

This addresses the invalid compile probe testing for a non-longer existing feature by updating it and eyre to use the error_generic_member_access features instead.

The report and errors have all been updated to accomodate this and the new backtrace provide API

Fixes: #84 and #97

ten3roberts avatar Mar 26 '24 12:03 ten3roberts

I have to pin trybuild as it has added a dependency to toml which only supports >1.70

ten3roberts avatar Mar 26 '24 12:03 ten3roberts

Well... this is embarassing.

Once again the backtrace test is being finicky, this time due to (I believe) a warning injected by cargo, breaking it all.

ten3roberts avatar Mar 26 '24 12:03 ten3roberts

I fixed it in https://github.com/eyre-rs/eyre/pull/161 and included the fix here.

Will rebase ontop of #161 when that is merged

ten3roberts avatar Mar 26 '24 13:03 ten3roberts

~~It looks like this isn't quite finished.~~ Have you considered working from this PR to fix nightly backtraces?

https://github.com/eyre-rs/eyre/pull/124

thenorili avatar Mar 28 '24 19:03 thenorili