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

[CLEANUP] Remove shim for Backburner.join #4171

Merged
merged 1 commit into from
Feb 19, 2016

Conversation

HeroicEric
Copy link
Member

This shim was added a long while back when we could not rely on the version of Backburner that Ember was using to have the join() function.

Any currently supported version of Ember (2.x) should have this now.

Similarly, any currently supported (2.x) version of Ember also has Ember._Backburner available.

Shim was added in:
#2608

Backburner.join() was added in:
BackburnerJS/backburner.js#119

This shim was added a long while back when we could not rely on the
version of Backburner that Ember was using to have the `join()`
function.

Any currently supported version of Ember (2.x) should have this now.

Similarly, any currently supported (2.x) version of Ember also has
`Ember._Backburner` available.

Shim was added in:
emberjs#2608

`Backburner.join()` was added in:
BackburnerJS/backburner.js#119
bmac added a commit that referenced this pull request Feb 19, 2016
[CLEANUP] Remove shim for Backburner.join
@bmac bmac merged commit e7b2a25 into emberjs:master Feb 19, 2016
@bmac
Copy link
Member

bmac commented Feb 19, 2016

Thanks @HeroicEric

@HeroicEric HeroicEric deleted the cleanup-backburner branch February 19, 2016 15:26
@sly7-7
Copy link
Contributor

sly7-7 commented Feb 19, 2016

not sure if it's related, but this makes a test fail on travis:

not ok 92 PhantomJS 2.1 - integration/adapter/build-url-mixin - BuildURLMixin with RESTAdapter: buildURL - with host and namespace
    ---
        actual: >
            null
        message: >
            Test timed out
        Log: |
    ...

@bmac
Copy link
Member

bmac commented Feb 19, 2016

I just restarted travis to see if its related to this change. It looks like travis said the pr was green before I merged it...

@sly7-7
Copy link
Contributor

sly7-7 commented Feb 19, 2016

@bmac thanks, it passes now. Maybe an unexpected latency on the server, or something like that

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.

3 participants