You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you instantiate or call set on a Dict element with non-dictlike data, the call will fail. Since we now have .raw to ensure that valid data was passed to it, it seems like this call should behave like List.set, which will ignore return False instead of failing.
I've got a patch + test for this in a fork.
The text was updated successfully, but these errors were encountered:
Original report by Adam Lowry (Bitbucket: robotadam, GitHub: robotadam).
If you instantiate or call set on a Dict element with non-dictlike data, the call will fail. Since we now have .raw to ensure that valid data was passed to it, it seems like this call should behave like List.set, which will ignore return False instead of failing.
I've got a patch + test for this in a fork.
The text was updated successfully, but these errors were encountered: