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

[Ballerina Shell] External library support not tested #28038

Closed
kdsuneraavinash opened this issue Jan 21, 2021 · 1 comment
Closed

[Ballerina Shell] External library support not tested #28038

kdsuneraavinash opened this issue Jan 21, 2021 · 1 comment
Labels
IceBox Older issues that are not being actively worked on but may be revisited in the future. Team/CompilerFETools Semantic API, Formatter, Shell Type/Task

Comments

@kdsuneraavinash
Copy link
Contributor

Description:
Even though it is possible to run Ballerina shell against external libraries, this is not fully tested. Some issues, especially relating to types that are not visible outside the library, may occur. Also, some test cases should be added to test this functionality.

Steps to reproduce:
In REPL,

=$ import abc/pqr
 // If pqr:call() returns a value of which the type is not public, following will fail.
=$ var r = pqr:call()
@rdhananjaya rdhananjaya added Team/CompilerFE All issues related to Language implementation and Compiler, this exclude run times. Team/DevTools Ballerina Developer Tooling ( CLI, Test FW, Package Management, OpenAPI, APIDocs ) labels Jan 27, 2021
@anupama-pathirage anupama-pathirage added Team/CompilerFETools Semantic API, Formatter, Shell and removed Team/CompilerFE All issues related to Language implementation and Compiler, this exclude run times. Team/DevTools Ballerina Developer Tooling ( CLI, Test FW, Package Management, OpenAPI, APIDocs ) labels Jun 12, 2021
@anupama-pathirage anupama-pathirage added the IceBox Older issues that are not being actively worked on but may be revisited in the future. label Nov 21, 2024
@anupama-pathirage
Copy link
Contributor

We are closing this issue due to inactivity. If you need further assistance or have additional input, feel free to reopen it. Thank you for helping us maintain a relevant and focused issue list!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
IceBox Older issues that are not being actively worked on but may be revisited in the future. Team/CompilerFETools Semantic API, Formatter, Shell Type/Task
Projects
None yet
Development

No branches or pull requests

4 participants