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

Expression evaluation in method call #40

Closed raphael-sys closed 1 year ago

raphael-sys commented 1 year ago

DESCRIPTION

What does your feature request improve on? Please describe. When calling a method it would shorten code if expressions could be evaluated inline. An example could be this line test(1,data_parsed().rows) where for some reason a column should be selected based on the dimension of another table. This does currently not work and the error message is not entirely helpful.

This feature could be neglected if we want to force people to keep their code clean and split such expressions into two lines. In this case the error message could be improved to represent this intend.

Describe the solution you'd like As described above the inline evaluation should work. Which commands/methods/variables should work needs to be analyzed.

Additional context

(Do not write below this line)


DEVS' SECTION

ANALYSIS

(Describe, what's the issue and which changes have to be made)

IMPLEMENTATION

(see also our Wiki for implementation guidelines)

DOCUMENTATION

(see also our Wiki for further information)

TESTS

(Describe, which tests you performed and their outcome)

numeredev commented 1 year ago

grafik Works on my machine, what's the actual problem?

raphael-sys commented 1 year ago

Invalid request. Feature already existed