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

WIP: Resolve Async Error Handling Issues #412

Closed
wants to merge 6 commits into from

Conversation

alexlafroscia
Copy link
Contributor

@alexlafroscia alexlafroscia commented Mar 4, 2021

For now, this PR adds a probably-too-specific test for an error-handling error that I encounter in my app, by recreating the exact situation where it fails (in that the error catching is inside a helper, inside an Integration test)

I'm not sure yet what exactly a minimal reproduction looks like that could be done as a unit test.

Note: this includes #410 since the latest ember-qunit version was required to trigger the error

I also updated ember-source, thinking that might be part of the problem since this addon is using a slightly older version. Updating that didn't start to surface the bug (I tried it before updating the test dependencies) but since I know the bug is reproducible with that version, I left the bump in this PR. We should drop that commit before this PR lands.

Related to #409

- Ran `yarn-deduplicate` to resolve dependencies to fewest possible
  versions of each package being installed
- Ran `yarn install` which even further pruned packages that were no
  longer necessary after deduplication
This removes `release-it` from it’s dependencies, which caused a lot of unnecessary packages to be installed
@maxfierke maxfierke self-assigned this Mar 4, 2021
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