Skip to content

Renamed evaluate-value to evaluate-expr and run-function to evaluate-call...

Suzanne Soy requested to merge closes-631 into dev

Renamed evaluate-value to evaluate-expr and run-function to evaluate-call using the following two commands (no other changes in the first commit).

git grep -l evaluate-value | grep -v gitlab-pages/website/versioned_docs/ | xargs sed -i -e 's/evaluate-value/evaluate-expr/g'
git grep -l run-function | grep -v gitlab-pages/website/versioned_docs/ | xargs sed -i -e 's/run-function/evaluate-call/g'

Closes https://gitlab.com/ligolang/ligo/-/issues/631

The second commits adds these commands again for backward compatibility, marking them as deprecated.

Edited by Rémi

Merge request reports