question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Allow displaying warning even on successful builds

See original GitHub issue

It would be very nice to have the compiler warnings even on successful builds.

Currently the only way to get these warnings is to have a failing build (they are present among the error messages). elm-make will print them even on successful build so I guess the loader is just not forwarding the compiler output (showing only the warning and not all the output would require parsing the output to find the warning section). I don’t know much about how webpack works, do you think this is something doable?

I’ll try to take a look at the loader’s code to see if I can hack something into a PR.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

4reactions
rtfeldmancommented, Jul 20, 2018

Compiler warnings are being removed in 0.19 and it’s not certain they’ll be re-added, so it’s probably best to hold off. 😄

0reactions
halfzebracommented, Aug 4, 2019

@Skinney thanks for taking over! 🎉 🙌

Read more comments on GitHub >

github_iconTop Results From Across the Web

Commit build status is always red even if other builds succeed
Commit build status is always red even if other builds succeed | Bitbucket Data Center and Server KB | Atlassian Documentation.
Read more >
Save and reprint warnings for successfully-compiled files on ...
1 Answer 1 · Detect if the compiler puts warnings/errors on stderr · Store it in <object file name>.warnings · Delete the object...
Read more >
Mark a build "passed with warning" when "allow_failures" jobs ...
Basically, I think that “allow_failures” does not mean “should fail”, so I believe there should be a third state “passed with warning” to...
Read more >
A build result of UNSTABLE should not necessarily ... - GitHub
In Jenkins, plugins usually treat UNSTABLE as a failure, for example, the JUnit plugin will report UNSTABLE if one of the tests fails,...
Read more >
Branch / Pull Request build status is set to failed when in fact ...
When branch/pr gets build with warnings it renders branch/pr status as failed, clicking on it shows it actually “partially succeeded” and going into...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found