Ellen Spertus

Results 25 comments of Ellen Spertus

BTW, our generated code does have values for the arguments. Defaults are specified in the code generators. What would you think if I required all arguments to be explicitly specified....

That's a good idea. I'll see what's necessary to implement it (unless you'd like to). I may be able to reuse some code from " https://blockly-demo.appspot.com/static/apps/puzzle/index.html". (Click "Check Answers".) On...

Unless you have an idea to do otherwise, I think I will require all sockets for ComputerCraft functions to be filled. I'll provide a different way of specifying "all" than...

Can you update this page [http://computercraft.info/wiki/Turtle.refuel] to indicate that the parameter is optional? It's protected, so I can't. (I don't know your status on the wiki.) Thanks. On Wed, Nov...

I was thinking of making all arguments to turtle functions required, even if it is the new "all" block that doesn't generate any code. (I just don't like empty sockets,...

On Wed, Nov 6, 2013 at 4:24 PM, Joshua Asbury [email protected]: > Yeh empty sockets are annoying, seems like you're missing something, maybe > have a null block, which generates...

Thank you. I would never have known about this. I think I'll still go with an "all" block for the Turtle API. On Wed, Nov 6, 2013 at 4:33 PM,...

FYI, I had to change my "all" checking when I realized that it's on a per-input basis, not a per-block basis. IOW, turtle_transfer_to, has two inputs, only one of which...

I implemented enforced arguments. Take a look at the test server ( http://test.blockly-lua.appspot.com/static/apps/code/index.html) and let me know what you think, including offering an override. I know the dialog that pops...

Sounds like I should make turtle.transferTo switchable from expression/statement. On Thu, Nov 14, 2013 at 12:13 AM, Joshua Asbury [email protected]: > yep looks good, esp once you get that placement...