Commit e7a4254
committed
Explicitly permit eg N+m in MM tag (PR#799)
The text already states that an unmodified base of N means we count
any base type, but base N code N in the table is a little misleading
as to the intention. It was intended to mean any unspecified
modification, in the same way C+C is any unspecified C mod, but in
this case it's against all bases rather than a specific base type.
However that doesn't solve the issue of whether we can record specific
mods against any "fundamental" source base. Clarified this by adding
an extra line to the table and some text. (However note this doesn't
necessarily imply downstream processing tools will not do any
compatibility assessment and reject N+m when the SEQ base is a T.)
Fixes #7851 parent a6a4504 commit e7a4254
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
530 | 530 | | |
531 | 531 | | |
532 | 532 | | |
533 | | - | |
| 533 | + | |
534 | 534 | | |
| 535 | + | |
535 | 536 | | |
536 | 537 | | |
537 | 538 | | |
| |||
567 | 568 | | |
568 | 569 | | |
569 | 570 | | |
| 571 | + | |
570 | 572 | | |
571 | 573 | | |
572 | 574 | | |
| |||
0 commit comments