Skip to content
This repository was archived by the owner on May 6, 2020. It is now read-only.
This repository was archived by the owner on May 6, 2020. It is now read-only.

deserialize_seq is panicing with unimplemented #31

@cholcombe973

Description

@cholcombe973

I'm not totally sure why but when I try to deserialize an xml document i'm getting a unimplemented panic. I looked at your code on master and I don't see where this is happening.

   6:     0x7f36818f33c7 - _<serde_xml..de..Deserializer<Iter> as serde..de..Deserializer>::deserialize_seq::hc3c59355212360e4
                        at /home/chris/repos/sec-diff/<std macros>:3
   7:     0x7f36818f3370 - serde::de::impls::_<impl serde..de..Deserialize for collections..vec..Vec<T>>::deserialize::hbec24789cc21eb1e
                        at /home/chris/.multirust/toolchains/stable/cargo/registry/src/github.com-1ecc6299db9ec823/serde-0.8.9/src/de/impls.rs:443
   8:     0x7f36818f167c - serde_xml::de::from_iter::h82b513168280f77d
                        at /home/chris/.multirust/toolchains/stable/cargo/registry/src/github.com-1ecc6299db9ec823/serde_xml-0.9.1/src/de/mod.rs:878
   9:     0x7f36818f1608 - serde_xml::de::from_str::h8e9585af27879876
                        at /home/chris/.multirust/toolchains/stable/cargo/registry/src/github.com-1ecc6299db9ec823/serde_xml-0.9.1/src/de/mod.rs:889
  10:     0x7f36818ea4fa - sec_diff::get_info::h9d705d0f3c0dda1b

An example document I'm trying to parse is this: https://www.sec.gov/Archives/edgar/data/1067983/000095012316017295/form13fInfoTable.xml
I'm parsing them into a Vec where Struct is my user defined struct.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions