-
Notifications
You must be signed in to change notification settings - Fork 586
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
escalation.belongs_to cache is broken
#1041
Comments
|
This looks a like a good fix to me - follow the contributing guide and make a pull! |
|
Do you want to see a regression test for this? If so, how would it work? |
bukzor
added a commit
to bukzor/hypothesis
that referenced
this issue
Dec 20, 2017
bukzor
added a commit
to bukzor/hypothesis
that referenced
this issue
Dec 20, 2017
bukzor
added a commit
to bukzor/hypothesis
that referenced
this issue
Dec 22, 2017
bukzor
added a commit
to bukzor/hypothesis
that referenced
this issue
Dec 23, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The problem is that the cache is checked with the incoming string type, but the string type changes before the value is inserted:
A simple (but not elegant) fix:
The text was updated successfully, but these errors were encountered: