DarwinAwardWinner / with-simulated-input

Test your interactive elisp functions non-interactively!
GNU General Public License v3.0
38 stars 4 forks source link

Tracking use of with-simulated-input runtime eval of KEYS #13

Closed DarwinAwardWinner closed 3 years ago

DarwinAwardWinner commented 3 years ago

I am considering changing the semantics of the KEYS argument to with-simulated-input in a backward-incompatible way, and I would like to estimate how many downstream users of the package would be affected by this change. I will attempt to list every use of runtime-evaluated KEYS on Github here.

DarwinAwardWinner commented 3 years ago

Here are all the packages using with-simulated-input that I can find on Github, that I need to check for runtime eval:

(Note: I used Github's code search to find these, so there is no guarantee that I'm pointing at the canonical repo for each.)

DarwinAwardWinner commented 3 years ago

Found instances of runtime eval:

nbfalcon commented 3 years ago

xwwp is a false positive, since it uses '(...), which will work just fine.

DarwinAwardWinner commented 3 years ago

This is no longer needed, as #12 has been merged.