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

create a failing test for #26 #40

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

create a failing test for #26 #40

wants to merge 1 commit into from

Conversation

softprops
Copy link
Owner

What did you implement:

Closes: #26

just a failing test for now to kick start this

How did you verify your change:

when this test passes. the issue will be fixed

What (if anything) would need to be called out in the CHANGELOG for the next release:

add support for serde flattened structs

@softprops
Copy link
Owner Author

current status

$ cargo -q test -- deserialize_flatten_from_iter                                                                                                ✘ 101 

running 1 test
test tests::deserialize_flatten_from_iter ... FAILED

failures:

---- tests::deserialize_flatten_from_iter stdout ----
thread 'tests::deserialize_flatten_from_iter' panicked at 'Custom(
    "invalid type: string \"1\", expected usize"
)', src/lib.rs:423:23
note: Run with `RUST_BACKTRACE=1` environment variable to display a backtrace.


failures:
    tests::deserialize_flatten_from_iter

test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 8 filtered out

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.

Serde flatten
1 participant