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

Seperate Org name and module name with / in stacktrace. #17419

Open
hevayo opened this issue Aug 5, 2019 · 0 comments
Open

Seperate Org name and module name with / in stacktrace. #17419

hevayo opened this issue Aug 5, 2019 · 0 comments
Assignees
Labels
SwanLakeDump All issues planned for Swan Lake GA release Team/jBallerina All the issues related to BIR, JVM backend code generation and runtime Type/Improvement

Comments

@hevayo
Copy link
Contributor

hevayo commented Aug 5, 2019

Description:
Currently we get a stck trace in Ballerina as follows.

ballerina.test:createBallerinaError(assert.bal:42)
ballerina.test:assertFalse(assert.bal:62)
jo.mymodule2:testFunction(tests/main_test.bal:25)

But it would be nice if we separate module name and org name with the / as follows.

ballerina/test:createBallerinaError(assert.bal:42)
ballerina/test:assertFalse(assert.bal:62)
jo/mymodule2:testFunction(tests/main_test.bal:25)
@hevayo hevayo added this to the Ballerina 1.0.0-beta milestone Aug 5, 2019
@hevayo hevayo added the Team/jBallerina All the issues related to BIR, JVM backend code generation and runtime label Aug 5, 2019
@Kishanthan Kishanthan assigned SupunS and unassigned Kishanthan Aug 16, 2019
@Kishanthan Kishanthan modified the milestones: Ballerina 1.0.0-beta, Ballerina 1.0.0 Aug 26, 2019
@lankavitharana lankavitharana modified the milestones: Ballerina 1.0.0-beta, Ballerina 1.0.0 Aug 30, 2019
@Kishanthan Kishanthan modified the milestones: Ballerina 1.0.0, Ballerina 1.0.0-rc1 Sep 2, 2019
@vinok88 vinok88 removed this from the Ballerina 1.0.0-rc1 milestone Sep 3, 2019
@Kishanthan Kishanthan added this to Need Triage in jBallerina Backlog via automation Nov 1, 2019
@Kishanthan Kishanthan removed this from Need Triage in jBallerina Backlog Aug 25, 2020
@Kishanthan Kishanthan added the SwanLakeDump All issues planned for Swan Lake GA release label Aug 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
SwanLakeDump All issues planned for Swan Lake GA release Team/jBallerina All the issues related to BIR, JVM backend code generation and runtime Type/Improvement
Projects
None yet
Development

No branches or pull requests

6 participants