-
-
Notifications
You must be signed in to change notification settings - Fork 499
Improved warnings for lua-package #683
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
Improved warnings for lua-package #683
Conversation
Previous looks like shit
qaisjp
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This misnumbers errors for empty files or files that return nil. See example resource nil_require.zip.
patrikjuvonen
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe this PR is ready to be merged with feature/lua-packages.
Make warnings user friendly
Before
After