FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Allow functions to be called directly from element accesses by CountBleck · Pull Request #2530 · AssemblyScript/assemblyscript · GitHub

Allow functions to be called directly from element accesses - #2530

Closed
CountBleck wants to merge 2 commits into
AssemblyScript:mainfrom
CountBleck:array-function-call
Closed

Allow functions to be called directly from element accesses#2530
CountBleck wants to merge 2 commits into
AssemblyScript:mainfrom
CountBleck:array-function-call

Conversation

CountBleck commented Oct 8, 2022
edited by MaxGraey
Loading

Copy link
Copy Markdown
Member

Fix #2525

  • I've read the contributing guidelines
  • I've added my name and email to the NOTICE file

Comment thread tests/compiler/function-array.ts Outdated
CountBleck force-pushed the array-function-call branch from 6323b25 to 74b3925 Compare October 8, 2022 07:34
CountBleck requested a review from MaxGraey October 8, 2022 07:40
MaxGraey requested a review from dcodeIO October 8, 2022 07:49
Comment thread src/compiler.ts Outdated
CountBleck force-pushed the array-function-call branch from 74b3925 to 80ac338 Compare October 8, 2022 16:40
CountBleck requested review from dcodeIO and removed request for MaxGraey October 8, 2022 16:41
This commit adds a case to compileCallExpression(), allowing element
accesses to be used in function calls.

This commit fixes AssemblyScript#2525.
dcodeIO mentioned this pull request Nov 11, 2022
2 tasks
CountBleck deleted the array-function-call branch November 12, 2022 17:38
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Error when call function from array of functions

3 participants


Back | FazBrowse Home | New Git URL