prysm-pulse/slasher/db
Radosław Kapka aaa3abf630
Shadowed Predeclared Indentifier analyzer (#7215)
* wip

* working for some ast nodes

* works for all but assignment

* works for all but mixed assignments

* change test name

* plug in the analyzer

* remove `copy` from predeclared list

* rename few shadowing names

* rename `len` to `length`

* add one more test case

* rename `panic` to `panicResult`

* replace `panic` with `panicResult` in error message

* remove test case not covered by the tool

* add `byte` to predeclared list

* additional test cases

* rename `copy` to `copyHandler`

* exclude functions with receivers

* revert to good names

Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
2020-09-14 12:49:15 +02:00
..
iface Implement flat spans cache into DB (#6248) 2020-06-17 10:26:08 -05:00
kv Shadowed Predeclared Indentifier analyzer (#7215) 2020-09-14 12:49:15 +02:00
testing Applies assertion funcs to slasher/* tests (#6998) 2020-08-18 12:41:25 +00:00
types Implement flat spans cache into DB (#6248) 2020-06-17 10:26:08 -05:00
alias.go Change slasher DB structure to mirror beacon-chains (#4848) 2020-02-13 10:19:46 -06:00
BUILD.bazel libfuzz based tests (#5095) 2020-05-05 07:22:26 +00:00
db_test.go Change slasher DB structure to mirror beacon-chains (#4848) 2020-02-13 10:19:46 -06:00
db.go Other Package Godocs for Prysm (#5681) 2020-04-29 21:32:39 +00:00