-
Notifications
You must be signed in to change notification settings - Fork 745
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
Not Refreshing custom oop blocks after editing #731
Comments
I'm pretty sure this bug is related to #730 which I've only just fixed last night. It's already installed and online, so please make sure you are loading the current version of byob.js with today's date (either clear your browser's cache or just keep re-loading Snap a few time while keeping the shift-key pressed). This should take care of the bug. Also, please let me know if it doesn't. |
Thanks so much for your almost instantaneous answer (I am really I lead a research group of an Spanish University that is using Snap! Would you like the collaboration with a group like us?? (I'm serious) Congratulations from Spain. Jens Mönig notifications@github.com escribió:
|
Oh, yes! I'd love to know more about your work. Right now especially at the high school level, since we are working on a more high-school-friendly revision of the BJC curriculum (http://bjc.berkeley.edu). But I'm interested in all ages. |
Great! Summary:
Could it be possible to use a (rather) private email to discuss that? Thanks in advance. Greetings! Brian Harvey notifications@github.com escribió:
|
Sure. bh@cs.berkeley.edu |
Hi !!!! Thanks a lot... I have checked that, at least for the problematic case, it seems to work fine!!!! Greetings! |
Thanks for confirming that this bug seems to be solved! Let's get in touch about everything else... |
While running Snap! in chrome, while defining my own custom blocks to implement object oriented message passing (I created a "class" for complex numbers and another class for 3d points with a method showme reported after receiving a showyou message) Everything goes ok... but sometimes, when I edit my classes, and re run my project the version actually executed is the previous one. I have applied and clicked ok to include the changes on my classes.
It seems to go ok again if I re-open my project from a new fresh web-brower session (it seems to go better when I browse Snap! on firefox)
The text was updated successfully, but these errors were encountered: