-
Notifications
You must be signed in to change notification settings - Fork 130
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
Use Location problem solved #436
Conversation
Thanks for opening this pull request! This space is protected by our Code of Conduct - and we're here to help. |
@VladimirMikulic @sagarpreet-chadha there is a error in grunt jasmine showing |
@NitinBhasneria I suspect that your tests are failing because you changed the function calls from |
@VladimirMikulic Do you have any solution for this as it is necessary to change the call function. |
Unfortunately, I don't. Your best bet is to look at the callstack & tests and try to pinpoint the problem. |
Ok thanks |
@cesswairimu @nstjean @jywarren ppease review |
@NitinBhasneria could you please checkoutbthe Travis failures? Thanks |
@cesswairimu In grunt jasmine, the error is |
@NitinBhasneria I see this is happening to all of the recent PRs opened an issue for this here #439 |
@VladimirMikulic Can you check this PR and approve. |
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.
Please write more descriptive names. How am I supposed to know what is n
, e
, str1
, str
?
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.
Other namings are great. That's how it should always be 👍
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.
Now it's clear 🎖️
@jywarren This is ready. |
@NitinBhasneria @govindgoel @VladimirMikulic apparently as it is now...we are not experiencing this issue...must have been solved on another issue and the issue was never closed....kindly confirm this |
Thank you @cesswairimu I checked it again but in branch master, the issue is still there. |
I think this looks good to merge; but maybe what @cesswairimu is saying is that this may not be occurring on PublicLab.org -- this fix is for the demo just in the editor repository. Could that be the ambiguity? |
Congrats on merging your first pull request! 🙌🎉⚡️ Help others take their first stepNow that you've merged your first pull request, you're the perfect person to help someone else out with this challenging first step. 🙌 Try looking at this list of `first-timers-only` issues, and see if someone else is waiting for feedback, or even stuck! 😕 People often get stuck at the same steps, so you might be able to help someone get unstuck, or help lead them to some documentation that'd help. Reach out and be encouraging and friendly! 😄 🎉 Read about how to help support another newcomer here, or find other ways to offer mutual support here. |
Thanks all, but let's file/open a follow-up if there are ambiguities remaining! Thanks!!! 🎉 |
Fixes : #305
Make sure these boxes are checked before your pull request (PR) is ready to be reviewed and merged. Thanks!
grunt jasmine
fixes #0000
-style reference to original issue #@publiclab/reviewers
for help, in a comment belowIf tests do fail, click on the red
X
to learn why by reading the logs.Please be sure you've reviewed our contribution guidelines at https://publiclab.org/contributing-to-public-lab-software
We have a loose schedule of reviewing and pulling in changes every Tuesday and Friday, and publishing changes on Fridays.
Thanks!