Abhijit Gadgil

Results 21 comments of Abhijit Gadgil

@xpromache : Are you working on this issue and if you have anything that can be merged (it's okay even if it's in partially complete form). I was thinking of...

One idea that I can think of is keeping the module name in the `Asn1ResolvedDefinition`. Though I do not recollect readily whether we do pass module name during resolution and...

@GreenYun : Will take this up after the BER codec support. That work is pending for quite some time. In the meanwhile, any PR for the same is welcome.

#74 fixes parsing the tags.

Both `Eq` and `PartialEq` are opt-in traits. So one way to deal with this would be to just derive `PartialEq` by default during `build.rs`. An example of how to do...

I agree with you - trying to handle special cases often ends up being annoying for doing normal things. Also for `struct`s where it is required to `impl` one of...

> hello, > > I tried running hampi against this freshly exported x2ap specification: > > https://github.com/tramex/types_lte_3gpp/blob/main/asn/36.423_spec_X2AP.asn > > You can test by using this command this the repo >...

> Also with https://github.com/tramex/types_lte_3gpp/blob/main/asn/36.413_spec_S1AP.asn > > ``` > Error: Custom { kind: InvalidInput, error: "Compilation Error: Resolve: Referenced Type for 'CSGMembershipStatus' Not resolved yet!" } > ``` This looks like...

> > hello, > > I tried running hampi against this freshly exported x2ap specification: > > https://github.com/tramex/types_lte_3gpp/blob/main/asn/36.423_spec_X2AP.asn > > You can test by using this command this the repo...

Both #119 and #120 are merged. You may want to close this issue if you think nothing needs to be addressed.