Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implemented function calls from lambdas, stored variables and expressions #681

Conversation

Luna-Klatzer
Copy link
Member

@Luna-Klatzer Luna-Klatzer commented Jul 24, 2024

What type of change does this PR perform?

  • Info or documentation change (Non-breaking change that updates repo info files (e.g. README.md, CONTRIBUTING.md, etc.) or online documentation)
  • Website (Change that changes the design or functionality of the websites or docs)
  • Development or internal changes (These changes do not add new features or fix bugs, but update the code in other ways)
  • Bug fix (Non-breaking change which fixes an issue)
  • New feature (Non-breaking change which adds functionality)
  • Breaking change (Major bug fix or feature that would cause existing functionality not to work as expected.)
  • Requires a documentation update, as it changes language or compiler behaviour

Summary

Implemented function calls from lambdas, stored variables and expressions so that any expression that returns a function can be called.

Closes #674

Detailed Changelog

Not present for website/docs changes

Added

  • Support for calling lambdas and functions stored in variables or expressions. (#674)

Fixed

  • CLI command run not properly reporting internal or unexpected errors, as they were already prettified in the
    internally called up command compile.

Does this PR create new warnings?

None.

Linked issues or PRs

@Luna-Klatzer Luna-Klatzer added the feature New feature or enhancement label Jul 24, 2024
@Luna-Klatzer Luna-Klatzer added this to the v0.12.0 milestone Jul 24, 2024
@Luna-Klatzer Luna-Klatzer requested review from lorenzholzbauer, ByteWolf-dev and a team July 24, 2024 14:22
@Luna-Klatzer Luna-Klatzer self-assigned this Jul 24, 2024
@Luna-Klatzer Luna-Klatzer marked this pull request as ready for review July 24, 2024 14:46
@Luna-Klatzer Luna-Klatzer mentioned this pull request Jul 24, 2024
21 tasks
…m-function-references-variable-bound-functions
@Luna-Klatzer Luna-Klatzer merged commit 3bc3244 into dev-next Jul 24, 2024
23 checks passed
@Luna-Klatzer Luna-Klatzer deleted the 674-feature-implement-function-calls-from-function-references-variable-bound-functions branch July 24, 2024 14:52
@Luna-Klatzer Luna-Klatzer mentioned this pull request Sep 18, 2024
39 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or enhancement
Projects
Development

Successfully merging this pull request may close these issues.

1 participant