Maxim Kuzmin

Results 60 comments of Maxim Kuzmin

@mouse07410 This PR adds support of Information Object Class

@mouse07410 I've got two items of news - good one and bad one. The good news is that I've merged #99 with #125 and it can successfully parse asn1 from...

And one more thing, that I forgot. To be able to parse asn1, you should merge #99 with #125. There will be no conflicts on merge, so it will be...

@mouse07410 Thank you for detailed answer! I already have version that passes CI tests, but it's code is not good enough, so some time is needed to finish it. Then...

@mouse07410 I've tested it today and it failed to parse my data. I suppose, that did something wrong, so I'm going to test it more carefully tomorrow.

@mouse07410 I've tried version from your repo with #99 applied. Besides that there were some build errors with 'missed separator' in Makefile (on @CODE_COVERAGE_RULES@), it's still unable to parse data,...

@mouse07410 I've already made #99 usable by this commit - https://github.com/vlm/asn1c/pull/115/commits/461f3fa3eb603841ea4c90f8c01308af00816b64

I've built @ikarso asn1c with applied #99 and successfully parsed .asn1. But my test application still fails to parse example APER, that I've posted previously. Anyway, it looks strange that...

@ikarso Of course, I've replaced all 'ANY_to_type_aper' by 'ANY_to_type', so there are no compiler or linker errors. Maybe ANY is deprecated, but for me it is the only way to...