Mike Surcouf
Mike Surcouf
I have just hit this bug too. To save someone typing out at line 1722 ```python # Temp Fix id_temp = struct.unpack("
BTW this is not in 0.60 milestone
@decalage2 Can I PR this fix? I know we are not sure why the file format has changed for new saves and what the new bytes represent but it does...
coverage.cobertura.xml Here the Generic is `MudBaseInput` but it shows as ``MudBaseInput`1`` ```xml ```
@MarcoRossignol I use Report generator and the reports show it wrong as well because you have lost the original information. Please see here how to correctly extract the type parameter...
This is the output from report generator you mentioned. You can see it is Hard to tell the generic types apart.
Maybe you would accept a PR for this?
@MarcoRossignoli @danielpalme you will need to encode the angle brackets so they don't break the xml. `< >` edit need to check the cobertura spec
@danielpalme That would be great thank you. @MarcoRossignoli If we could also support the original signature with maybe a optin switch I will happily PR if you like. It would...
@danielpalme Thank you. 🙏 I presume if @MarcoRossignoli provides the original generic type names in the source with `>` `<` your report will be fine with that too?