Kim Gräsman
Kim Gräsman
> I'll wait for your comments where requested and going to close this PR for a v2. Don't close it; just rewrite the branch in place and force-push to the...
See #40 (that you yourself has commented on), closing as duplicate.
Support for alternate values separated by `|` is implemented now, but for mixed value and range we need to implement full support for element sets per X.680, item 50.
@JanneKiiskila Thanks for the report. I wonder why this requirement comes about though. `asn1ate` itself has no dependency on `wheels` as far as I can see. The buildlog you quoted...
@JanneKiiskila Thanks. So it sounds to me this is a bug in pip? I don't want to add `setup_requires` to asn1ate when it doesn't in fact require `wheel`. Think of...
@moshe-shahar @JanneKiiskila Thanks for the testing tip, that came in handy. I've published wheels for 0.6.0 to pypi now, and they appear to be installable: ``` # python3 $ cd...
Thanks for the extensive test period, I had no memory of having done this 🙂
Error reporting in asn1ate is terrible, but the line number usually gives a hint. Near line 218 I found this: ``` EndApplicationMessage ::= SEQUENCE { endApplication-Message-id ISO14827-MESSAGE.&id, endApplication-Message-msg ISO14827-MESSAGE.&MessageBody }...
I'd _would like_ to support parsing all of ASN.1, and code-generation for elements that have a reasonable representation in pyasn1. But I realistically don't have time to work on more...
Hello Maja, Unfortunately I still don't have support for the `&` syntax (and I don't yet understand what it's used for, and how it might translate into pyasn1.) I'm spending...