regxmllib icon indicating copy to clipboard operation
regxmllib copied to clipboard

C++ and Java implementations should treat unsupported Types in the same way

Open thomasheritage opened this issue 3 years ago • 0 comments

I've not fully explored this but it would appear that the C++ implementation will import Integer Types regardless of Type Size and then only throw an exception about an unsupported Type Size in the Fragment Builder. See:

This presumably means that if Integer Types with unsupported Type Size values exist in the Types Register then the Reg-XML dictionaries produced by the two implementations will be different. This is presumably undesirable (although I don't know if other differences already exist).

This arises from #146

thomasheritage avatar Nov 12 '21 21:11 thomasheritage