Skip to content
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

Label atomic procedures as "define (no refresh)" #26

Merged
merged 2 commits into from
Feb 18, 2017
Merged

Label atomic procedures as "define (no refresh)" #26

merged 2 commits into from
Feb 18, 2017

Conversation

bates64
Copy link

@bates64 bates64 commented Feb 18, 2017

Resolves #21.

image

@bates64
Copy link
Author

bates64 commented Feb 18, 2017

@@ -41,6 +41,7 @@ import flash.filters.GlowFilter;
import flash.geom.*;
import flash.net.URLLoader;
import flash.text.*;
import flash.external.ExternalInterface;
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What's this used for?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That was for console.logging and I forgot to remove it. Whoops

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wow, not using DialogBox.notify as your main logging system!? 🌈

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

@@ -594,6 +596,7 @@ public class Block extends Sprite {
dup.parameterNames = parameterNames;
dup.defaultArgValues = defaultArgValues;
dup.warpProcFlag = warpProcFlag;
dup.setSpec(newSpec);
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there any reason for this?

Copy link
Author

@bates64 bates64 Feb 18, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yep! Otherwise "no refresh" doesn't show up in the scrap block pane thingy script browser because the blockspec never gets reloaded when its in that pane, just duplicated.

@towerofnix towerofnix merged commit 002cbfe into towerofnix:master Feb 18, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants