Skip to content
GitLab
    • GitLab: the DevOps platform
    • Explore GitLab
    • Install GitLab
    • How GitLab compares
    • Get started
    • GitLab docs
    • GitLab Learn
  • Pricing
  • Talk to an expert
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
    • Switch to GitLab Next
    Projects Groups Topics Snippets
  • Register
  • Sign in
  • LIGO LIGO
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
    • Locked files
  • Issues 170
    • Issues 170
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
  • Merge requests 44
    • Merge requests 44
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • ligolang
  • LIGOLIGO
  • Merge requests
  • !1131

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

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Suzanne Soy requested to merge closes-631 into dev Apr 30, 2021
  • Overview 12
  • Commits 9
  • Pipelines 14
  • Changes 32

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 Apr 30, 2021 by Rémi
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: closes-631