On Sat, Sep 27, 2025 at 6:59 AM Artur T. <atecon(a)posteo.de> wrote:
 Using latest snapshot,
 Calling min() and max() with no dataset in place returns the error:
 <error>
 ? eval min(m)
 No dataset is in place
 Terminated on error
 </error> 
Ah, that was the result of my over-correcting for a problem I noticed
recently, where a command that should have triggered the "No dataset
in place" error did not do so. It's now fixed in git.
Allin