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

Add a 'defer' option to custom block args #22855

Merged
merged 9 commits into from Jun 7, 2018
Merged

Commits on Jun 5, 2018

  1. Fix events on dynamically created sprites

    Ram Kandasamy committed Jun 5, 2018
    Configuration menu
    Copy the full SHA
    4688c0b View commit details
    Browse the repository at this point in the history
  2. Stop double-wrapping statement inputs

    Ram Kandasamy committed Jun 5, 2018
    Configuration menu
    Copy the full SHA
    cdb90e9 View commit details
    Browse the repository at this point in the history
  3. Don't wrap empty inputs

    Ram Kandasamy committed Jun 5, 2018
    Configuration menu
    Copy the full SHA
    16aeac5 View commit details
    Browse the repository at this point in the history
  4. Add a 'defer' option to custom block args

    Ram Kandasamy committed Jun 5, 2018
    Configuration menu
    Copy the full SHA
    44b245b View commit details
    Browse the repository at this point in the history
  5. Defer sprite inputs on event blocks

    Ram Kandasamy committed Jun 5, 2018
    Configuration menu
    Copy the full SHA
    3dac1a3 View commit details
    Browse the repository at this point in the history
  6. Update a couple event funcs to handle dynamic params

    Ram Kandasamy committed Jun 5, 2018
    Configuration menu
    Copy the full SHA
    610d227 View commit details
    Browse the repository at this point in the history
  7. No longer deferring direction

    Ram Kandasamy committed Jun 5, 2018
    Configuration menu
    Copy the full SHA
    97eaab4 View commit details
    Browse the repository at this point in the history
  8. Allow deferring statement inputs

    I'm not sure why you'd want to, but no need to clutter the code
    with this extra check.
    Ram Kandasamy committed Jun 5, 2018
    Configuration menu
    Copy the full SHA
    29b87ad View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2018

  1. Unit test for defered arguments

    Ram Kandasamy committed Jun 6, 2018
    Configuration menu
    Copy the full SHA
    a4703b4 View commit details
    Browse the repository at this point in the history