-
-
Notifications
You must be signed in to change notification settings - Fork 822
No such file or directory
error thrown when pushing a .c extension file with a 'newline at the end'.
#1712
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
Comments
I was facing this similar error with math/base/special/min package, but after this commit, it was fixed. A similar kind of change is also needed in the math/base/special/max package also. |
@kgryte PRs whose all tests have not been passed have been merged. I think we are getting these errors due to this reason. |
Mine all tests passed as soon as I removed the extra newlines so I took that way out of this problem. |
Everything works well for me, @Shashankss1205 you will have to add |
Okay thanks, I will add the header file and check the code once. |
Hello @Pranavchiku , can you please guide me onto how can I remove the error: |
@Shashankss1205 Can you provide a reproducible example? Showing screenshots is not enough to help us debug. We need to be able to actually see the code you are trying to push. If you need to bypass Git hooks, append |
@kgryte thank you for your response, I have finally debugged this problem and it wasn't actually a problem of the package but mine personal execution problem. Thank you for your valuable feedback. |
@Shashankss1205 Thanks for the update. I'll go ahead and close this then. |
Description
I am not sure if this is a linting error or a different error or my lack of understanding but Please guide me out of this problem.

Encountered an error when adding a newline at the end of c files and pushing it to the Repository, while contributing to some feature changes.
Please take a look at this and help me sort this out.
Thank You!!
Related Issues
None
Questions
No.
Demo
No response
Reproduction
Expected Results
Actual Results
Error is thrown, shown in the screenshot
Version
current version
Environments
Node.js
Browser Version
No response
Node.js / npm Version
No response
Platform
No response
Checklist
The text was updated successfully, but these errors were encountered: