emacs-elsa / Elsa

Emacs Lisp Static Analyzer and gradual type system.
GNU General Public License v3.0
640 stars 26 forks source link

Support multiple files passed on the command line #133

Closed vermiculus closed 5 years ago

vermiculus commented 5 years ago

Fix #132

This PR takes a naive approach and iterates the current logic over command-line-args-left. Basic messaging is added to indicate which file is being checked.

Probably should ultimately take a file:line:col: message, but I don't have enough knowledge yet of elsa internals to know where to store/retrieve file. It would clearly be a larger change, but I can give it a more involved go if that's also where you want to take it.