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

[BUGFIX] restore old behavior – hashing garbage input should not error #56

Merged
merged 1 commit into from
Mar 2, 2019

Conversation

stefanpenner
Copy link
Owner

hashForDep with invalid input, would not error rather would produce a checksum. So restoring this for now, although we should remove in the next major version.

One deviation from the old behavior is to ensure the all garbage input doesn’t produce the same hash, rather it will get a hash based on inputs provided.

Context:

hashForDep with invalid input, would not error rather would produce a checksum. So restoring this for now, although we should remove in the next major version.

One deviation from the old behavior is to ensure the all garbage input doesn’t produce the same hash, rather it will get a hash based on inputs provided.

Context:

* emberjs/ember.js#17679
* emberjs/ember.js#17678
@stefanpenner stefanpenner force-pushed the restore-strange-functionality branch from dd0192e to c80d728 Compare March 2, 2019 14:56
@stefanpenner stefanpenner merged commit 35b3140 into master Mar 2, 2019
@stefanpenner stefanpenner deleted the restore-strange-functionality branch March 2, 2019 15:05
@stefanpenner stefanpenner mentioned this pull request Mar 2, 2019
4 tasks
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.

1 participant