vances
1
Is it the case that exclusive decode doesn’t support the +undec_rest
option for returning the undecoded rest of the binary input?
The +asn1config
flag is a bit of a mystery because it doesn’t seem to change the generated .erl
however the .beam
does have the extra functions.
bjorng
2
Yes, that seems to be the case.
I can’t reproduce that mystery. For me there are obvious differences in the .erl
files when compiling with and without the +asn1config
option.
vances
3
Yeah, that mystery was solved, it was path confusion in my build system.
The feature interaction problem is resolved with a pull request (#8798) I recently sent.
1 Like