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

Can not hide reproducible objects #23049

Closed
whizsid opened this issue May 2, 2020 · 2 comments
Closed

Can not hide reproducible objects #23049

whizsid opened this issue May 2, 2020 · 2 comments
Labels
Deferred Tag tasks not addressed >1 year, moved to closed state, until addressed in the future. Reason/EngineeringMistake The issue occurred due to a mistake made in the past. Team/CompilerFE All issues related to Language implementation and Compiler, this exclude run times. Type/Bug

Comments

@whizsid
Copy link

whizsid commented May 2, 2020

Description:
$title

Steps to reproduce:

type Foo object {
    public function bar() returns Foo { // attempt to expose non-public symbol 'Foo'
        return new();
    }
};

Foo is an object that must be in the module layer. I do not want this to be exposed to the outside world.

Affected Versions:

jBallerina 1.2.0
Language specification 2020R1
Ballerina tool 0.8.5

OS, DB, other environment details and versions:

Related Issues (optional):

Suggested Labels (optional):

Suggested Assignees (optional):

@rdhananjaya rdhananjaya added the Team/CompilerFE All issues related to Language implementation and Compiler, this exclude run times. label Jul 29, 2020
@gimantha gimantha added the Deferred Tag tasks not addressed >1 year, moved to closed state, until addressed in the future. label Mar 2, 2023
@gimantha
Copy link
Contributor

gimantha commented Mar 2, 2023

For the moment we will be closing this issue and will be taking later to work on

@gimantha gimantha closed this as completed Mar 2, 2023
@github-actions
Copy link

github-actions bot commented Mar 2, 2023

This issue is NOT closed with a proper Reason/ label. Make sure to add proper reason label before closing. Please add or leave a comment with the proper reason label now.

      - Reason/EngineeringMistake - The issue occurred due to a mistake made in the past.
      - Reason/Regression - The issue has introduced a regression.
      - Reason/MultipleComponentInteraction - Issue occured due to interactions in multiple components.
      - Reason/Complex - Issue occurred due to complex scenario.
      - Reason/Invalid - Issue is invalid.
      - Reason/Other - None of the above cases.

@gimantha gimantha added the Reason/EngineeringMistake The issue occurred due to a mistake made in the past. label Mar 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Deferred Tag tasks not addressed >1 year, moved to closed state, until addressed in the future. Reason/EngineeringMistake The issue occurred due to a mistake made in the past. Team/CompilerFE All issues related to Language implementation and Compiler, this exclude run times. Type/Bug
Projects
None yet
Development

No branches or pull requests

4 participants