kimgr / asn1ate

A Python library for translating ASN.1 into other forms.
Other
69 stars 41 forks source link

Add missing size constraint to inline sequence-of definitions in pyas… #43

Closed aholtzma closed 8 years ago

aholtzma commented 8 years ago

…n1 backend. This fixes #42 for me.

kimgr commented 8 years ago

Thanks! Can you also add a reduced testcase under testdata/? I think this can go in size_constraint.asn, I see top-level constrained SEQUENCE OF is already covered there.

kimgr commented 8 years ago

Many thanks! I adjusted and squashed the patch, and pushed it to bba1aae10e2e.

I'll make the corresponding change for SET OF now.