Package: golang-github-xo-tblfmt / 0.15.1-1~exp1

Metadata

Package Version Patches format
golang-github-xo-tblfmt 0.15.1-1~exp1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
i386 compatibility.patch | (download)

encode.go | 108 55 + 53 - 0 !
1 file changed, 55 insertions(+), 53 deletions(-)

 use atomic.int64 for i386 compatibility

Use atomic.Int64 for scanCount to ensure thread-safe operations
on architectures where int64 is not guaranteed to be atomic,
specifically i386. This prevents potential data races when
updating the scan count concurrently.

This fixes test suite that failed on: