noseglid / atom-build

:hammer: Build your project directly from the Atom editor
https://atom.io/packages/build
MIT License
248 stars 97 forks source link

Issue persists after code change #496

Closed avrono closed 7 years ago

avrono commented 7 years ago

Scenario:

(1) Have .yml which calls make (2) Make file build some simple files with g++ (3) if build fails with errors, then errors are fixed, they persist

see screenshot screenshot from 2017-01-17 16-29-13

Cxarli commented 7 years ago

Are you sure that those errors are from atom-build, and not a linter?

avrono commented 7 years ago

Fair point will check that ...