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

Tooling support for isolated functions #25771

Closed
MaryamZi opened this issue Sep 14, 2020 · 1 comment
Closed

Tooling support for isolated functions #25771

MaryamZi opened this issue Sep 14, 2020 · 1 comment
Assignees
Labels
Planning/SwanLakeDump All issues planned for Swan Lake GA release Priority/Blocker Team/CompilerFETools Semantic API, Formatter, Shell Team/LanguageServer Language Server Implementation related issues. #Compiler

Comments

@MaryamZi
Copy link
Member

Description:
isolated functions will be introduced with #25761.

With this, the isolated qualifier can be used with functions, object methods, service resources, etc.

e.g.,

isolated function foo() {
}

#25763 will add it for function type descriptors and anonymous functions.

Lang issue - #24907

@MaryamZi MaryamZi added the Team/CompilerFETools Semantic API, Formatter, Shell label Sep 14, 2020
@nadeeshaan nadeeshaan added Team/LanguageServer Language Server Implementation related issues. #Compiler Component/Task Priority/Blocker Planning/SwanLakeDump All issues planned for Swan Lake GA release labels Sep 15, 2020
@nadeeshaan
Copy link
Contributor

Fixed in latest master. Hence closing the issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Planning/SwanLakeDump All issues planned for Swan Lake GA release Priority/Blocker Team/CompilerFETools Semantic API, Formatter, Shell Team/LanguageServer Language Server Implementation related issues. #Compiler
Projects
None yet
Development

No branches or pull requests

3 participants