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

rephrase warning and error messages #2780

Open
MichaelPFrey opened this issue Feb 11, 2019 · 0 comments
Open

rephrase warning and error messages #2780

MichaelPFrey opened this issue Feb 11, 2019 · 0 comments

Comments

@MichaelPFrey
Copy link
Member

MichaelPFrey commented Feb 11, 2019

some of our warnings can be misleadingly worded, depending on how they are triggered:

  • WARNING: Recursion detected calling module
    • this is triggered by if (StackCheck::inst()->check()) {, which checks for stack usage, which offcourse can also be triggered why stack exhaustion.
  • WARNING: Ignoring unknown variable
    • No, the variable is not ignored, "just" assumed tobe undef
    • The variable also is "not initialized" or "not declared"

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants