enso-org / enso

Hybrid visual and textual functional programming.
https://enso.org
Apache License 2.0
7.33k stars 320 forks source link

Expression Work #10531

Open jdunkerley opened 1 month ago

jdunkerley commented 1 month ago

A number of functions for expressions return errors. The following return an error of Method rename of type Text (or Integer)could not be found.

The following return an error of Expression.Syntax_Error: extraneous input 'between' expecting {'(', '#', '-', NULL, NOTHING, TRUE, FALSE, IF, UNARY_NOT, IDENTIFIER, EXCEL_STRING, PYTHON_STRING, NUMBER, COLUMN_NAME} (line 1, column 0).

And one returns a warning that it has been deprecated

Incorrect output on one function (I believe)

Workflow attached here: https://drive.google.com/file/d/1ObpAAqury2BJv8JSid2IFhQVLxHPR00y/view?usp=drive_link

To Add:

steve-enso commented 1 month ago

I am not certain that auto_cast does anything. I would have expected this to cast the char numbers to a float.

Image

jdunkerley commented 5 days ago

Scalar functions all working now.

In Expressions: