-
Notifications
You must be signed in to change notification settings - Fork 44
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
Fixed bug #34
base: master
Are you sure you want to change the base?
Fixed bug #34
Conversation
I only changed the file within the |
Hi @DylanBulmer , Thanks for the PR. much appreciated!! Can you please change your PR to not remove variable declaration from everywhere? I don't want to have conflicts with other global variables from somewhere else because of addition of this library. |
I'm not changing any global variables I thought. I added in a comment in the beginning to help the intelli-sense let me know how to handle different parts of the code. I removed some unnecessary parentheses and the I can re-upload the code without those changes if you'd like. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I only tabbed an un-indented piece of code
@DylanBulmer you aren't changing any global variables but if the user's project has global variable Edit: I understood now. Sorry for the confusion. you did right. Please check my latest comment about test failing. |
Hi @DylanBulmer just tested the code, the test1 is failing. FYI, there are two test folders which needed to pass for me to accept this PR. Please check by:
Please let me know if you need more help. Thanks. |
Ah, ok, I can look into that, it might take a little bit since finals week is this week, but I'll make sure that I'll fix it so both tests pass. |
I fixed the bug I encountered in isssue #33