liquidaty

Results 101 comments of liquidaty
trafficstars

@richiejp EXPECT still fails on my machine, starting with `make test-sheet-2`. Could not just move all its logic into the Makefile? In any case, the failure seems to have something...

Oh now I see, the problem is that the script requires `timeout` to be installed, which it is in the CI environment but is not guaranteed to exist outside of...

I really like this built-in lowercase 'v' (pivot on current column) feature! Could you also: 1. make a minor enhancement which is to hide the "Row #" column from being...

> Re the expect issue, what do you think to the sperate utility, does that work for you Since we now know why it was failing in my environment, let's...

> handle header span and blank leading rows (drill down) Shouldn't this be a no-op? The program is generating the output so it can ensure that the header is the...

This request has been moved into #447

Thank you @richiejp, When I build and run from scratch as follows: ``` rm -rf build make -C src clean install make -C app clean test install make -C app/ext_example...

I have identified at least one issue: it is looking for `build/Darwin/rel/cc/bin/test-expect`, but that file does not exist, and actually it should be looking for `build/Darwin/rel/gcc-13/bin/test-expect` So it appears the...

Is there any way to remove the dependency on the `timeout` utility? Perhaps by replacing it with a simple bash script?

Thanks @richiejp. Could you pls remind me: what was the original problem that the expect script is solving? If it is just the intermittent test failures, could we not just...