Clarify how addressRange
is supposed to be represented in Module
event
#424
Labels
under-discussion
Issue is under discussion for relevance, priority, approach
The spec says:
In the Module type
It's entirely unclear (from what I gather) how this is supposed to be represented and I haven't been able to find any of the other types, requests or events reference a range of addresses as just one string. I think this probably needs some clarification. Is it supposed to be
0xba5 .. 0xf00
or0x123:0x456
, or0x123...0x456
or0x123,+0x80
or any other of the many ways to do it? I think a uniform way would be preferable. But even if the spec doesn't desire a uniform way to represent an address range, it's probably best to at least mention that it's implementation defined.The text was updated successfully, but these errors were encountered: