rhysd / tui-textarea

Simple yet powerful multi-line text editor widget for ratatui and tui-rs
https://crates.io/crates/tui-textarea
MIT License
345 stars 63 forks source link

Can this please be converted to use portable-atomic? #66

Open he32 opened 6 months ago

he32 commented 6 months ago

Ref. https://github.com/taiki-e/portable-atomic This for the benefit of those architectures which do not have native 64-bit atomics.

rhysd commented 6 months ago

What architecture do you have a trouble on this?

he32 commented 6 months ago

What architecture do you have a trouble on this?

That would be 32-bit powerpc.

rhysd commented 6 months ago

Do you use this crate on ppc 32bit? I don't think it is popular enough to support by adding new external dependency.

he32 commented 6 months ago

Do you use this crate on ppc 32bit? I don't think it is popular enough to support by adding new external dependency.

Well, this is chasing build problems from a pkgsrc bulk build, and this one has a known portability fix.

he32 commented 4 months ago

Here's how another repository handled a similar request:

https://github.com/PyO3/pyo3/commit/9d1b11f70459367593e4cb92919f5f98c156dda9