forked from sorbet/sorbet
-
Notifications
You must be signed in to change notification settings - Fork 5
Make parse tree locations exactly match #730
Copy link
Copy link
Open
0 / 10 of 1 issue completedDescription
-
Base off this branch:
Alex/print-all-wq-parser-locs -
Run the tests:
bazel test --config=dbg --test_output=errors //test:prism_location_tests >output.txt ; grep -B1 '^-.*"loc" :' output.txt | grep '"type" :' | sed 's/.*"type" : "\([^"]*\)".*/\1/' | sort | uniq -c | sort -nr
That'll print statistics of the most common WQ nodes with location issues. Start picking away at them :D
You can see the actual diffs in that output.txt
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Fields
Give feedbackNo fields configured for issues without a type.