numere-org / NumeRe

Framework for numerical computations, data analysis and visualisation
https://www.numere.org
GNU General Public License v3.0
20 stars 7 forks source link

sort is (kinda) broken #230

Closed numeredev closed 1 month ago

numeredev commented 3 months ago

DESCRIPTION

Describe the bug The command sort is kind of broken. It does not allow for reasonable subselections of a table as well as it doesn't support giving columns by variables.

To Reproduce Things like those do not work as expected: sort TAB() -set cols=VAR1[VAR2[VAR3:]] sort TAB(:, {4:1}) -set cols=1[2]

Expected behavior Columns are sorted according the syntax.

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

Additional context Add any other context about the problem here.

(Do not write below this line)


DEVS' SECTION

ANALYSIS

Examine the corresponding interface code and enable the mentioned functionality.

IMPLEMENTATION STEPS

(see also our Wiki for implementation guidelines)

DOCUMENTATION STEPS

(see also our Wiki for further information)

PULL REQUEST