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

Source file is being included in error messages instead of only stack trace #217

Closed
filiptibell opened this issue Jun 26, 2024 · 1 comment
Assignees
Labels
bug Something isn't working
Milestone

Comments

@filiptibell
Copy link
Collaborator

Example:

[string "Lists.spec"]:201: attempt to index boolean with 'match'
[Stack Begin]
    Script 'Lists.spec', Line 201
    Script 'Lists.luau', Line 400
    Script 'Lists.luau', Line 333
    ...
[Stack End]

Including the source file on the first line with the message here is redundant, and makes the error message more difficult to read. In previous versions of Lune this was stripped away but it seems like this is no longer the case.

@filiptibell filiptibell added the bug Something isn't working label Jun 26, 2024
@filiptibell filiptibell self-assigned this Jun 26, 2024
@filiptibell filiptibell added this to the 0.9.0 milestone Jun 26, 2024
@filiptibell
Copy link
Collaborator Author

Fixed in d090cd2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant