aholtzma
aholtzma
Yes, any known-building tag would be nice. At the moment HEAD is broken, and there is nothing to do but try random changesets until it builds.
I think a 5% solution is fine, just document what changeset to use to build against the stable mapnik release. Is there actually a point where this repo built against...
Same problem here. At what point in time did python-mapnik build against 3.0.12?
Wouldn't the dependencies be handled at the semantic level? The parse tree doesn't even have these modules.
Attached is a minimal test case for multi-modules with a dependency. [multi-module.asn1.txt](https://github.com/kimgr/asn1ate/files/464722/multi-module.asn1.txt) The result is actually different than what I see with the rrc.asn. In this case the parse sees...
There are actually two cases, one where the default is for a defined type, and one for an inline enum. ``` Mysequence-with-enum ::= SEQUENCE { foo Myenum DEFAULT two, bar...
I had some trouble making resolve_type_decl work. It turns out it doesn't unwrap objects that are tagged. I was able to work around this by manually unwrapping the tag (with...