Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bug #3771 Fix function example in expression language component (raul…
…fraile) This PR was submitted for the master branch but it was merged into the 2.4 branch instead (closes #3771). Discussion ---------- Fix function example in expression language component The is_string check needs to be part of the runtime code, not of the compilation code, because it needs to check that the argument is a string, not the compiled code to access it (which is always a string as it is source code. cc @stof Commits ------- db710c4 Removed return statement bc673f3 Fix function example in expression language component
- Loading branch information