Erik Moqvist

Results 142 comments of Erik Moqvist

Thanks for the good description of the issue. I'm afraid that ``_`` in enum and sequence member names are not allowed in ASN.1. Only ``-`` is allowed.

Hi! Please read the ASN.1 specification and tell me where is says that ``_`` is allowed. Just because one implementation supports it doesn't mean it's according to specification. It very...

No, there are no plans on implementing support for CLASSes, unfortunately. Would be great if you can help out implementing it. Unfortunately I think the specs is your best friend...

This part of the ASN.1 spec is not implemented and likely will never be, unless someone helps me implementing it.

Sorry, I don't have time to help you. I hope someone else does.

Please add a short script that reproduces the error.

While not perfect, it should print "WARNING: Failed to build the C extension.". https://github.com/eerimoq/bitstruct/blob/master/setup.py#L57

Hard to say. Please provide a minimal example that produces the error.

Hi! I don't work on this project actively anymore. Feel free to implement support for it yourself and submit a PR and I can merge. Thanks, Erik