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

Immutability part 2 #53

Merged
merged 7 commits into from
Jun 21, 2017
Merged

Immutability part 2 #53

merged 7 commits into from
Jun 21, 2017

Conversation

samuelcolvin
Copy link
Member

should fix #40 and #48

#44 was in chocolate teapot territory without the potential to copy models, this should allow it.

@codecov
Copy link

codecov bot commented Jun 21, 2017

Codecov Report

Merging #53 into master will not change coverage.
The diff coverage is 100%.

@@          Coverage Diff          @@
##           master    #53   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          10     10           
  Lines         704    779   +75     
  Branches      157    187   +30     
=====================================
+ Hits          704    779   +75

@samuelcolvin samuelcolvin merged commit 92d7689 into master Jun 21, 2017
@samuelcolvin samuelcolvin deleted the immutability-2 branch June 21, 2017 17:15
alexdrydew pushed a commit to alexdrydew/pydantic that referenced this pull request Dec 23, 2023
* attempt at implementing __reduce__

* python version

* remove loc

* back to rust

* use array

* minimize changes

* again use array

* remove import

* test all protocol versions

* Update src/validators/mod.rs

Co-authored-by: Samuel Colvin <[email protected]>

* Update src/validators/mod.rs

Co-authored-by: Samuel Colvin <[email protected]>

* pr feedback

* pointlessly tweak layout

Co-authored-by: Samuel Colvin <[email protected]>
Co-authored-by: Samuel Colvin <[email protected]>
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.

Pickling Models
1 participant