sahildua2305 / hackIDE

hackIDE is an online code editor, compiler and interpreter based on Django, powered by HackerEarth API! Go, hack it!
http://hackide.herokuapp.com/
291 stars 123 forks source link

Compile empty error #49

Closed jarroyo3 closed 7 years ago

jarroyo3 commented 7 years ago

Show an error message when compile response is empty

jarroyo3 commented 7 years ago

Oh oh... I'm sorry, I'm newbie :( This means that I should create a new branch from master?

sahildua2305 commented 7 years ago

@jarroyo3 no worries.

Since you created a new branch compile-empty-error from another branch feature/javafilenames-matched which had 2 commits for that feature, your compile-empty-error branch also contains those 2 commits. If you instead create a new branch off master and then make one commit for your compile error edit, that would be the right way to go.