You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Adds ability to transform Python -> AST -> JSON -> S-Expression for flay.
* Runs `Flay#report` only once now to fix exponential issue bug.
* Only grabs the first reported location from flay and stores the rest as
`other_locations`.
* Now returns `end` line instead of the current line for both beginning
and end.
* Uses `_type` in the Python script to return JSON-ified AST since
`type` is used by the AST.
A large portion of this code was copied from the JavaScript and Ruby
analyzers as well as a private Python repo.
0 commit comments