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

Support start block method in app #1390

Merged
merged 1 commit into from
Feb 16, 2017
Merged

Support start block method in app #1390

merged 1 commit into from
Feb 16, 2017

Conversation

jasonrclark
Copy link
Member

@jasonrclark jasonrclark commented Feb 12, 2017

Runs after main block processing has concluded for app.

For example this app:

Shoes.app do
  para "before?"

  start do
    para "in the start!"
  end

  para "after!?"
end

Looks like this (not "in the start!" is after even the para that follows the start call):

image

First of the things in #1200.

Runs after main block processing has concluded for app
@PragTob PragTob merged commit 736702e into master Feb 16, 2017
@PragTob PragTob deleted the start-block branch February 16, 2017 19:21
@PragTob
Copy link
Member

PragTob commented Feb 16, 2017

Thanks a lot! =D

great test to think of that edge case!

sorry for the tardiness, been sick :(

@jasonrclark
Copy link
Member Author

Thanks for the merge! Feel better and no rush!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants