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

ui: Provide options for event source runners (behind flags) #5738

Merged
merged 1 commit into from
Jun 4, 2019

Conversation

johncowen
Copy link
Contributor

@johncowen johncowen commented Apr 30, 2019

This PR adds 3 more options for How it works for EventSources whilst maintaining the same How you use it

  1. Ember Concurrency based (we compile in Ember Concurrency already for a 3rd party addon)
  2. A ES6 generator plus async/await promises - via babel
  3. async/await promises only - via babel

None of these extra options are enabled by default but give us options for debugging/profiling. Each can be enabled by setting an 'env' var at runtime yet aren't easily accessible to the end user. (see #5668)

@johncowen johncowen added the theme/ui Anything related to the UI label Apr 30, 2019
@johncowen johncowen requested a review from a team April 30, 2019 09:01
@johncowen johncowen added this to the 1.5.0 milestone Apr 30, 2019
@johncowen johncowen mentioned this pull request Apr 30, 2019
5 tasks
@pearkes
Copy link
Contributor

pearkes commented Apr 30, 2019

I'd say we should probably drop this from 1.5.0 if I understand it correctly -- just given the priority of getting in some of the other PRs. Going to proactively drop it from the milestone but can definitely re-add if we definitely need it.

@pearkes pearkes removed this from the 1.5.0 milestone Apr 30, 2019
@johncowen
Copy link
Contributor Author

Yep no prob, I almost didn't add it, lets chat later.

@johncowen johncowen force-pushed the feature/ui-event-source-runners branch from fcf8c4e to e9743fd Compare May 2, 2019 10:13
@johncowen johncowen force-pushed the feature/ui-event-source-runners branch from e9743fd to f271294 Compare May 15, 2019 13:30
Copy link
Member

@hanshasselberg hanshasselberg left a comment

Choose a reason for hiding this comment

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

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
theme/ui Anything related to the UI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants