mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Introduce unique numbering for bugs
This commit is contained in:
@@ -33,6 +33,10 @@ contracts should consult this list according to the following criteria:
|
||||
The JSON file of known bugs below is an array of objects, one for each bug,
|
||||
with the following keys:
|
||||
|
||||
uid
|
||||
Unique identifier given to the bug in the form of ``SOL-<year>-<number>``.
|
||||
It is possible that multiple entries exists with the same uid. This means
|
||||
multiple version ranges are affected by the same bug.
|
||||
name
|
||||
Unique name given to the bug
|
||||
summary
|
||||
|
||||
Reference in New Issue
Block a user